API Methods - Item History
This method is indended for apps that want the more complex data, notably history data on items. Historic data is directly from EVE and computed internally by CCP, not EVE Metrics.
By default, only The Forge is used for history data. Optionally, additional regions can be selected individually by region ID.
Multiple items can be selected with this request.
You can request more or less than 7 days of data by passing a days attribute.
Parameters
Optional
- days - Number of days to retrieve data for (starting on the latest day)
- region_ids - Command-seperated list of region IDs
- key - Developer key for authentication and tracking
- callback - JSON format only, specifies a JSONP callback method for the data to be wrapped in
Required
- type_ids - Comma-seperated list of type IDs
Example URIs
Click through to each URI to see the returned XML/JSON.
- /api/history.xml?type_ids=34 - single type, global statistics, XML format
- /api/history.json?type_ids=34 - single type, global statistics, JSON format
- /api/history.xml?type_ids=34,35 - multiple types, global statistics
- /api/history.xml?type_ids=34®ion_ids=10000032 - single type, global statistics and Sinq Laison statistics
- /api/history.xml?type_ids=34&min_quantity=0 - single type, global statistics, unfiltered