Dev Insights Blog
Updates, tips, and stories to keep you in the loop
Legacy SDE discontinued
Greetings capsuleers! Along with the release of the Citadel expansion several months back, we improved upon the Static Data Export (SDE) by converting the remaining SQL data to YAML files. To aid in the transition and to give 3rd party developers time to migrate over to the new format, we had provided SDE builds in the old format alongside the new...
YC118.8 CREST Features
Greetings all! There are some new and resurrected features coming to CREST in the YC118.8 release. New remote client UI feature: open mail template Resource: /characters/<characterID>/ui/openwindow/newmail/ As part of our ongoing work on smoothing the transition away from the IGB removal, the /characters/<characterID>/ui/openwindow/newmail/...
Reminder to Developers: No Scamming
Hello Developers We just wanted to remind you that using any of our tools that require you to sign the Developer License Agreement to scam other players is against the terms of the developer agreement. This includes the use of the SSO or other authed CREST endpoints. The relevant part is below 2. Grant of License 3. Developer acknowledges and...
Improvements to CREST endpoint Corporation structures
Hi all, CCP Bartender here! A quick note about some upcoming changes in the corporation structures resource. This resource was my first introduction to creating crest handlers, and as part of a routine review of the crest logs I have found that unfortunately it was not up to scratch. Two key issues have been found: Due to a caching bug, one hour...
CREST Renovations for June 2016
Hello everyone, With DUST officially shut down as of May 30th I took some time to go through CREST and cleanup a bunch of things. The primary objective of this work was to remove everything relating to DUST from CREST, or more specifically everything not used by third-party developers for EVE. However, since I was making a number of changes that...
New CREST Resource for Bulk Market Orders
Hello everyone! I wanted to inform you all about a new market resource in the CREST API. Until now, if you wanted to get all the market orders for Tranquility you had to request every type per region individually. That would generally be 50+ regions multiplied by upwards of 13,000 types. Even if it was just 13,000 types and 50 regions, that is...
Technical note: Integer sizes and the XML API
Hi all, Just dropping a quick note on integer sizes with regard to the XML API access masks. The addition of the clones endpoint and it's associated access mask to the XML API has increased the maximum possible value of the API access mask from 2,147,483,647 to 4,294,967,295. These values are significant. When using a 32 bit integer to store a...
The end of public CREST as we know it
Hello everyone, Really short dev blog to give you all a heads up on a change coming with the Citadel release in how we handle CREST. We have made a fundemental change in CREST and no longer support public CREST. Instead of having public CREST for public resources and authed CREST for authenticated stuff we are now just going to have CREST on the...
Return of the aggregated character stats
Greetings Space Friends, CCP SnowedIn on behalf of Team Tech Co here with good news about the aggregate character stats endpoint that some of you have built some amazing websites with in the past. As you may know when we had initially released it last year (powering fantastic apps such as http://spreadsheetsin.space/ by Bellatroix,...
The EVE Online API Challenge
The EVE Online API Challenge For a long time, EVE Online has offered the ability for third-party developers to pull information from our database servers for use in other applications and websites. Over the years, this ability has spawned the growth of a substantial and active third-party developer community within the greater EVE Online community....
Crest Incursion Update out on Singularity
Oi! Oi! Oi! We‘ve updated the data for CREST Incursions (which is now live on SiSi) to show you all the information you should ever need! The type can now be retrieved through "incursionType", which currently has: "Incursion", which is used for the old school Sansha‘s Incursions and takes over a constellation "Spreading Incursion", which is used...
CREST Updates For January 2016
Hello and welcome to a new year! Hopefully you all had a wonderful holidays and are enjoying the new year. I was fortunate enough that during the last few weeks the office was fairly empty around here and I was able to buckle down and get a large amount of work finished for CREST. Most of the following features were already a work in progress and...