Updated EVE-Central API Pipeline
I have just updated the servers used for the EVE-Central API calls. As DNS updates propagate, you will be running on a new stack which funnels requests between the old and new servers.
If you have any serious API issues, please let me know as soon as possible.
If you are NOT using the api.eve-central.com domain name for API calls, API calls may start to fail in the near future. Consider this your “its been two years since this change was made” deprecation warning.
seems like the XML returned is now reversed ? ie. marketstat?typeid=37&typeid=40&typeid=36 returns XML in with the ids in reverse order than they were requested. So the above query returns 36,40,37 instead of 37,40,36
Comment by AK — May 1, 2012 @ 7:03 pm
^^ This seems to have just started in the last 24 hours
Comment by AK — May 1, 2012 @ 7:05 pm
@Ak:
That was a new push of code, with an all-new stack. For convenience, I’ve reversed the order of all parameters which should do the trick for you.
Comment by Yann — May 1, 2012 @ 7:36 pm
first, great tool and site.
I’m seeing the same, saw it a few times in what seemed like random order, then correct some of the times.
Also seeing weird values in the xml, looks like the buy and sell in the xml are reversed from what is displayed on the site.
http://api.eve-central.com/api/marketstat?typeid=34&usesystem=30000142
was showing 1 sell orders for trit in jita, but in the web interface there are no 1 sell orders but a few 1 buy orders for trit in jita
Comment by tom — May 1, 2012 @ 7:42 pm
Thanks Yann!! You are the man .. great site and keep up the good work. An invaluable service your provide for EVE!
Comment by AK — May 1, 2012 @ 7:43 pm
Thx for the fast support Yann.
Keep up the good work.
Comment by Teclador — May 1, 2012 @ 7:51 pm
@tom: Wow, I don’t know how that got through testing. I’ve solved the issue (a literal reversal on my part).
Comment by Yann — May 1, 2012 @ 7:53 pm