API Methods - Station Rank Information
Returns the daily station rank in region and the buy/sell order stats for a station.
Remember that regions with out-of-date or incomplete data (check the Reports page) may have wonky prices!
Parameters:
| char_name | required Your character name, so that I can contact you in case something goes wrong |
| station_ids | Which station_id's you want |
| solarsystem_ids | Which solarsystem_id's you want |
| region_ids | Which region_id's you want |
| days | How many days back to show data for defaults to 30 days |
| jsonp | The JSONP callback function (optional, only needed for JSONP) |
Return Values
(for .txt requests, this is the column order)| stationID | The station the data is for |
| date | The date the data applies to (calculated at downtime) |
| rankOrders | The rank within the region by number of orders |
| rankPrice | The rank within the region by total price of items being sold - sum(price*qty_avail)) |
| countSell | The number of sell orders |
| countBuy | The number of buy orders |
| priceTotalSell | The total value of all sell orders - sum(price*qty_avail) |
| priceTotalBuy | The total value of all buy orders - sum(price*qty_avail) |
| priceAvgSell | The average price of a sell order - avg(price) |
| priceAvgBuy | The average price of a sell order - avg(price) |
Example URLs
Click through to each URL to see the return values.
- http://api.eve-marketdata.com/api/station_rank2.txt?char_name=demo®ion_ids=10000002&days=1 - TXT format
- http://api.eve-marketdata.com/api/station_rank2.xml?char_name=demo®ion_ids=10000002&days=1 - XML format
- http://api.eve-marketdata.com/api/station_rank2.json?char_name=demo®ion_ids=10000002&days=1 - JSON format