These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

I'm having trouble retrieving API data from eve-marketdata.com

Author
Zeta Zhul
Preemptive Paranoia
#1 - 2011-10-22 20:46:43 UTC
Hi.

Here is the call:

http://api.eve-marketdata.com/api/item_prices2.xml?buysell=a&char_name=Zeta%20Zhul&marketgroup_ids=18&region_ids=10000002,10000016,10000033,10000043

Basically this retrieves data from eve-marketdata.com for marketgroupid = 18 (minerals) in regions The Forge (Jita), Lonetrek, The Citadel and Domain.

This is an example of what should be retrieved: (angle brackets removed because this forum is ...)

Quote:

row buysell="s" typeID="34" regionID="10000016" price="3.15" updated="2011-10-22 11:48:01"


What I get is:
Quote:

row buysell="s" typeID="34" regionID="10000002" price="0" updated="2011-10-22 11:30:03"


Any help would be greatly appreciated. I checked the eve-marketdata.com website and if you put in TypeID = 34 "Tritanium" it does come up with data so something should come through the API.
Cyerus
University of Caille
Gallente Federation
#2 - 2011-10-23 01:25:48 UTC  |  Edited by: Cyerus
The bug seems to be somewhere in his script, nothing we can do about it ourselves. It works for different regions, just not for The Forge; Could indicate a small typo / bug in his code.

Only advice I can give you is to contact the developer of eve-marketdata.com at kallahar@eve-marketdata.com
Zeta Zhul
Preemptive Paranoia
#3 - 2011-10-23 01:42:21 UTC
Well it is what it is.

Thanks!