EVE Online Static Data Export (SDE)

Show me what you’ve got! EVE Online does something wonderful with its data, it doesn’t hide it away behind fancy graphics and menus; it puts it on display for the whole universe to see. Almost everything you see in many of EVE’s user interfaces is pulled from a database with IDs, put in a table for you to filter and analyze as you see fit. However, these IDs are not shown in the game, instead their name and description are used to identify items in a market search for example. Requests to the CREST API require an ID, so how can we locate the ID of a given item name such as the common mineral Tritanium? If you’ve spent any time with EVE APIs, you’ll probably know this as 34 - but what about Kernit? or Heavy Missile Launcher I? ...

February 11, 2016 · 2 min · Alastair