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 General Discussion

 
  • Topic is locked indefinitely.
 

EVE API returns garbage?

Author
Lonely Tylenol241
SOROKIN NORMA
#1 - 2017-03-06 15:27:40 UTC  |  Edited by: Lonely Tylenol241
i am trying to use THIS API call

https://api-sisi.testeveonline.com/market/ [station_id] /orders/all/

which is described here
https://developers.eveonline.com/blog/article/new-crest-resource-for-bulk-market-orders


i see A LOT OF garbage in the API responce,
kind of "every possible item is on sale for 100isk"

"price": 100.0, "volume": 100000000, "duration": 365,


and my orders are not visible there at all.

What is going on??


THE ANSWER IS - THAT IS TEST URL,
for prod USE https://crest-tq.eveonline.com/market/ [station] /orders/all/
Sadario
Know-Nothings
Negative Feedback
#2 - 2017-03-06 15:55:14 UTC
Check your link. You are pulling the API-data from the test-server, 'Singularity'.
Jonah Gravenstein
Machiavellian Space Bastards
#3 - 2017-03-06 15:56:01 UTC
You're pulling API data from the test server.

The market there is pre-seeded with everything at 100 isk; very few, if any, player orders will be returned because player orders are rare there.

In the beginning there was nothing, which exploded.

New Player FAQ

Feyd's Survival Pack

Lonely Tylenol241
SOROKIN NORMA
#4 - 2017-03-06 16:52:14 UTC
THANKS TO ALL !!!


THE ANSWER IS - THAT IS TEST URL,
for Prod USE https://crest-tq.eveonline.com/market/ [station] /orders/all/