API Methods - Recent Uploads
Returns a list of any orders that were recently updated. If you want to keep your data updated more than once per day, use this method to find out which items you need to update.
Parameters:
| char_name | required Your character name, so that I can contact you in case something goes wrong |
| upload_type | required o=orders, h=history, b=both |
| type_ids, marketgroup_ids, region_ids | Pass in any of these, separate values with commas |
| date | Updated newer than this date: yyyy-mm-dd hh:mm:ss |
| minutes | Updated newer than this minutes ago |
| hours | Updated newer than this hours ago |
| days | Updated newer than this days ago |
| limit | Only return this many results, up to 10,000 (default 10,000) |
| callback | The JSONP callback function (optional, only needed for JSONP) |
At least one from date, minutes, hours, or days is required.
a max of 10,000 rows will be returned
Return Values
(for .txt requests, this is the column order)| upload_type | o=order, h=history |
| regionID | eve_map_regions.region_id |
| typeID | eve_inv_types.type_id |
| updated | date it was last updated, yyyy-mm-dd hh:mi:ss |
Example URLs
Click through to each URL to see the return values.
- http://api.eve-marketdata.com/api/recent_uploads2.txt?char_name=demo&upload_type=o&hours=1 - TXT format
- http://api.eve-marketdata.com/api/recent_uploads2.xml?char_name=demo&upload_type=o&hours=1 - XML format
- http://api.eve-marketdata.com/api/recent_uploads2.json?char_name=demo&upload_type=o&hours=1 - JSON format
- http://api.eve-marketdata.com/api/recent_uploads2.txt?char_name=demo&upload_type=h&hours=1 - TXT format
- http://api.eve-marketdata.com/api/recent_uploads2.xml?char_name=demo&upload_type=h&hours=1 - XML format
- http://api.eve-marketdata.com/api/recent_uploads2.json?char_name=demo&upload_type=h&hours=1 - JSON format