Deprecated XML Datafeeds
We've done some internal URL and system cleanup. These APIs will still work, and many packages support them, but should be considered deprecated. Don't use these for new designs.
Now, on to the details. You simply make an HTTP GET or POST request to a given URL and read the generated XML document.
There are three main invocation URLs:
- http://eve-central.com/home/marketstat_xml.html?typeid=34
:
This form will give you the LIVE market statistics for a particular type ID, in this case 34 = Tritanium. Please see the EVE data dumps if you need to map these IDs to something useful.
You can now add regionlimit=regionID parameters to the query above (one or more) to limit the query to certain regions. i.e., http://eve-central.com/home/marketstat_xml.html?typeid=34®ionlimit=1000022.
- http://eve-central.com/home/marketstat_xml.html?evemon=1
: This form will give you the LIVE market statistics for all minerals in a format used by EVEMon. This is used by the latest EVEMon client.
- New: http://eve-central.com/home/quicklook.html?typeid=typeid&outtype=xml
. Retrieve current orders for an item. Supported parameters: setminQ (minimum quantity), sethours (number of hours to look back)