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 Market Data "Usesystem" equivalent?

Author
YourNearest Blue
Oceanic Death Squad
#1 - 2014-12-18 07:21:30 UTC
I give up. My google-fu and forum searches have failed me.

Using http://eve-marketdata.com queries, what is the call or parameters to limit to station ONLY when looking at the market? The default uses The Forge region, and I don't want to look at the region FROM Jita, I want to only look at Jita. No NPC price BS for books and blueprints.

I know Eve-central uses "Usesystem" for this, but I can't for the life of me figure out what it is for Eve-marketdata. Even using StationID still pulls the entire Forge region.

For example, 23564 ID is a Bouncer I Blueprint.

http://api.eve-marketdata.com/api/item_prices2.xml?char_name=demo&type_ids=23564&system_ID=30000142&buysell=s

STILL results in a pull from the the Forge. I've been testing all sorts of paths... 14,000,000 is NPS price, 20,000,000 (or so) is Jita.

Halp?
Slvrsmth
Native Freshfood
Minmatar Republic
#2 - 2014-12-18 09:14:52 UTC
The `system_ID` parameter in your request should be `solarsystem_ids`. Refer to the documentation.

Carebearium - find the best solar system for you!

YourNearest Blue
Oceanic Death Squad
#3 - 2014-12-18 10:21:31 UTC
Slvrsmth wrote:
The `system_ID` parameter in your request should be `solarsystem_ids`. Refer to the documentation.


You sir, are a god among men.