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.
 

How to get Corp POS information?

Author
JanSVK
Deep Core Mining Inc.
Caldari State
#1 - 2016-01-11 17:49:23 UTC
Hello again.

How can I load the corporation POS information?

When I load the assets I get - locationID="12345678" (pseudo number). I asume this is the POS ID as it does not macht with any NPC station or player Outpost. I need to load all the information about this POS. Location, modules, fuel, ect...

Is it the : https://api.eveonline.com/corp/StarbaseDetail.xml.aspx?

When I try to use it with the provided id it returns me an error code="114" Invalid itemID provided.

https://api.eveonline.com/corp/StarbaseDetail.xml.aspx?keyID=XXXX&vCode=XXXX&itemID=12345678

Pls help.

Thank you.
Dragonaire
Here there be Dragons
#2 - 2016-01-12 00:12:38 UTC
Try grabbing corp/StarbaseList first and it'll give you the Ids for the stations. Also if something is inside of another container or in a ship that can also appear as the locationID in assets. You'll need to look at some of the other APIs and/ or the SDD to figure some of them out. There use to be on a third party site some SQL queries which helped with figuring it out but the site is now down [;(]

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.