Documentation of the public market API
| Schema | Example | Description |
|---|---|---|
/api/market/regions
|
/api/market/regions
|
Returns the regions that are currently configured for tracking. |
/api/prices/{typeId}
|
/api/prices/34
|
Latest records for Tritanium per order type and region.
|
/api/prices/history/{typeId}/{regionId}
|
/api/prices/history/34/10000002
|
Records of the last three months for Tritanium in the region `The Forge`.
|
/api/prices/history/{typeId}/{regionId}/{orderType}
|
/api/prices/history/34/10000002/buy
|
Records of the last three months for buy orders for Tritanium in the region The Forge.
|
| Schema | Example | Description |
|---|---|---|
/api/types/{typeId}
|
/api/type/34
|
Returns important information about the requested type ID. |
| Schema | Example | Description |
|---|---|---|
/api/ids/industry
|
/api/ids/industry
|
Returns a list of type IDs which are in any way relevant to the industry. Either this type can be manufactured or is needed for manufacturing / inventing / ... |
/api/ids/groups
|
/api/ids/groups
|
Returns a list of all group IDs and names |
/api/ids/groups/{groupId}
|
/api/ids/groups/25
|
Returns a list of type IDs for group 25 which are frigates
|
/api/ids/categories
|
/api/ids/categories
|
Returns a list of all category IDs and names |
/api/ids/categories/{categoryId}
|
/api/ids/categories/6
|
Returns a list of type IDs for category 6 which are ships
|