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.
 

Eve Central marketstat API bugged

Author
Icarus Flame
Doomheim
#1 - 2013-02-06 19:33:40 UTC
I am trying to query Eve Central's API for market statistics, using the "hours=" parameter, and getting the same result no matter what value I give it.

http://api.eve-central.com/api/marketstat?typeid=34&usesystem=30000142&hours=24

http://api.eve-central.com/api/marketstat?typeid=34&usesystem=30000142&hours=3

http://api.eve-central.com/api/marketstat?typeid=34&usesystem=30000142&hours=72

These all give the same output for me; one would expect the volumes to be different orders of magnitude. Unless I'm totally off base with what is meant by "volume", in which case I would love to be enlightened.

Thanks!
Fubar
Eagle Eye Inc.
#2 - 2013-02-07 03:12:50 UTC
hours= looks at the Reported Time to determine filtering. So if you are looking at one region the reported times would all be the same.

This filter does not go back into time it only looks at the last reported time per item per region.

What this filter does is to filter out stale records that are x hours old when looking at multiple regions.

Hope this makes sense.
Icarus Flame
Doomheim
#3 - 2013-02-07 06:40:41 UTC
Yeah, I filed a "bug" report and the developer got back to me with basically that info. Thanks!