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 POS and Corp asset list

First post
Author
JanSVK
Deep Core Mining Inc.
Caldari State
#1 - 2016-01-08 08:34:22 UTC
Hello Everyone.

How do I load the POS and Corp assets for my 3rd party tool?

What is the API or CREST url I need to use? All the articles that I was albe to find that seemd to explain this topic were dead.

Thanks.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2016-01-08 08:47:48 UTC
https://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/char_assetlist/

though use corp, instead of char. it's otherwise the same

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

JanSVK
Deep Core Mining Inc.
Caldari State
#3 - 2016-01-08 10:26:45 UTC
Awesome!!! Thanks alot
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2016-01-08 12:49:01 UTC
JanSVK
Deep Core Mining Inc.
Caldari State
#5 - 2016-01-09 09:07:42 UTC
I have another question.

The asset loading works nice. I get the data I want. Yay !!!!

How do I load the corporation POS information?

In the assets I get - locationID="12345678". I asume this is the POS ID. 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.