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.
 

Is the new order format active? What is the URL?

First post
Author
Droidster
Center for Advanced Studies
Gallente Federation
#1 - 2016-05-24 13:26:07 UTC  |  Edited by: Droidster
From an April dev post I see that changes to the format of the order URL were being made.

Are these live?

I am no longer getting any response from the old URL:

String sURL_old = "https://public-crest.eveonline.com/market/" + sRegionID + "/orders/" + sBuySell + "/?type=https://public-crest.eveonline.com/types/" + iTypeID + "/";


What is the new URL format? (the URL in the April post was for SISI).

------------------------------------------- UPDATE

By searching around in other forum posts I found and programmatically verified the new URL. It is:


String sURL_old = "https://crest-tq.eveonline.com/market/" + sRegionID + "/orders/?type=https://crest-tq.eveonline.com/types/" + iTypeID + "/";


So, basically you change "public-crest" to "crest-tq" and remove the buy/sell parameter.
CCP FoxFour
C C P
C C P Alliance
#2 - 2016-05-24 15:37:05 UTC
Public CREST is dead. Use crest-tq.eveonline.com.

https://developers.eveonline.com/blog/article/the-end-of-public-crest-as-we-know-it

We killed the public CREST redirect on Friday.

If you're dealing with a lot of market data you may want to read this: https://developers.eveonline.com/blog/article/new-crest-resource-for-bulk-market-orders

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.