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 there any up-to-date ship API?

Author
Unrealxs Avuli
Republic Military School
Minmatar Republic
#1 - 2013-11-22 10:44:16 UTC
Hey Guys,

For a recent project I require to obtain all ships from EVE online with there attributes, description etc.. (including marketprice / preffered).

I have been searching on both Google and the EVE forums, but I have not been able to find one. Which makes me wonder if there is one out there none the less.

Kind Regards,
Unrealxs Avuli

MicroLottery website EVE Saints source files are for sale! Click for details!

Unrealxs Avuli - EVE Saints Owner and Lead-Developer

Abdiel Kavash
Deep Core Mining Inc.
Caldari State
#2 - 2013-11-22 12:32:41 UTC
You can find all the in-game attributes from the static data export (see sticky in this forum).

To get the market price, you have to use sites based on player-reported data, such as http://eve-central.com/
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2013-11-22 16:12:11 UTC
https://forums.eveonline.com/default.aspx?g=posts&m=3878603#post3878603

Did you try searching for 'ship attributes' ?

This stuff is all in the SDE, other than the price data.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Unrealxs Avuli
Republic Military School
Minmatar Republic
#4 - 2013-11-22 18:32:11 UTC
Steve Ronuken wrote:
https://forums.eveonline.com/default.aspx?g=posts&m=3878603#post3878603

Did you try searching for 'ship attributes' ?

This stuff is all in the SDE, other than the price data.


Hi Steve,

I have been looking but I seem to be able to get alot of data, but none of them is related to ship-only. Perhaps I might be looking wrong if thats not the case.

Kind Regards,
Unrealxs Avuli

MicroLottery website EVE Saints source files are for sale! Click for details!

Unrealxs Avuli - EVE Saints Owner and Lead-Developer

Gordon Newman
Deep Core Mining Inc.
Caldari State
#5 - 2013-11-22 18:39:00 UTC
You could try our API: http://element-43.com/api/ we offer full access to the SDE via a REST API.

We're still running on Odyssey 1.1 since we currently have some problems with our server's internet connection. Once that's fixed we'll update everything to Rubicon ASAP. You can even get current market data from our API.
Also you're welcome to ask any questions you might have or provide feedback or even contribute to the project.

Co-Founder of element43 - Join our team! | EVE Live | EMDRMon | accounts-eve

Unrealxs Avuli
Republic Military School
Minmatar Republic
#6 - 2013-11-22 18:40:44 UTC
Abdiel Kavash wrote:
You can find all the in-game attributes from the static data export (see sticky in this forum).

To get the market price, you have to use sites based on player-reported data, such as http://eve-central.com/

I already have been looking into the provided DATADUMP on that page, but I couldn't find any table related to ships, so I assumed it was the wrong database file..

Guess I was mistaken, i'll have a look again :) thx

MicroLottery website EVE Saints source files are for sale! Click for details!

Unrealxs Avuli - EVE Saints Owner and Lead-Developer

Unrealxs Avuli
Republic Military School
Minmatar Republic
#7 - 2013-11-22 18:43:29 UTC
Gordon Newman wrote:
You could try our API: http://element-43.com/api/ we offer full access to the SDE via a REST API.

We're still running on Odyssey 1.1 since we currently have some problems with our server's internet connection. Once that's fixed we'll update everything to Rubicon ASAP. You can even get current market data from our API.
Also you're welcome to ask any questions you might have or provide feedback or even contribute to the project.


Hi Gordon,

Same goes for your API, I cant seem to find anything related to ships.

MicroLottery website EVE Saints source files are for sale! Click for details!

Unrealxs Avuli - EVE Saints Owner and Lead-Developer

Gordon Newman
Deep Core Mining Inc.
Caldari State
#8 - 2013-11-22 18:53:08 UTC
http://element-43.com/api/invType/29988/ This will at least give you a brief description of you ship. I'll see where I can find the other attributes (i think they are in dgmTypeAttributes)

Co-Founder of element43 - Join our team! | EVE Live | EMDRMon | accounts-eve

ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#9 - 2013-11-22 22:58:58 UTC
You can find everything in the datadump by combining invTypes, dgmTypeAttributes and dgmAttributeTypes. (Don't have the exact names ready, something like that anyway.)
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#10 - 2013-11-22 23:55:46 UTC
Unrealxs Avuli wrote:
Steve Ronuken wrote:
https://forums.eveonline.com/default.aspx?g=posts&m=3878603#post3878603

Did you try searching for 'ship attributes' ?

This stuff is all in the SDE, other than the price data.


Hi Steve,

I have been looking but I seem to be able to get alot of data, but none of them is related to ship-only. Perhaps I might be looking wrong if thats not the case.

Kind Regards,
Unrealxs Avuli



All the data in the spreadsheet I posted in that thread is specific to ships.

And the SQL in it tells you how to retrieve that information.

There's no table in the SDE that is /just/ ship data.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter