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.
 

station id

First post
Author
JIyHoXoD
Toha Development
#1 - 2017-01-31 22:07:11 UTC  |  Edited by: JIyHoXoD
Hello folks!

how to get info about station by StationID? two example stationIDs 61000810 and 1021298932576
through CREST API i can see orders by system but where find info about stations?

I've download static data from https://developers.eveonline.com/resource/resources sde-20170112-TRANQUILITY.zip
but there no these Stations and many other StationIDs that exist in API returned result Sad

i found some data on 3rd party web sites like fuzzwork.co.uk and some other but there not all stations too and no these stations.
Blacksmoke16
Imperial Academy
#2 - 2017-01-31 23:34:13 UTC
JIyHoXoD
Toha Development
#3 - 2017-02-01 07:35:56 UTC  |  Edited by: JIyHoXoD
thank you, i am so damn inattentive. but what about stations like 1022401184176,1021298932576 etc? in API result many IDs like that
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2017-02-01 09:00:01 UTC
JIyHoXoD wrote:
thank you, i am so damn inattentive. but what about stations like 1022401184176,1021298932576 etc? in API result many IDs like that



Those high ids are citadels. you have to use ESI to get details about them

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Ethan02
Succurit Research and Development
#5 - 2017-02-01 09:14:00 UTC
If you just want to "resolve" such an ID as a one-off and it is a public Citadel/EC, then you can use
https://www.adam4eve.eu/info_stations.php

Otherwise as Steve said, ESI endpoint: /universe/structures/{structure_id}/
Blacksmoke16
Imperial Academy
#6 - 2017-02-01 14:57:10 UTC
Just know the ESI structures endpoint for citadels required auth. Meaning you will have to set up the SSO and deal with tokens and such.
JIyHoXoD
Toha Development
#7 - 2017-02-01 15:32:06 UTC
Blacksmoke16 wrote:
Just know the ESI structures endpoint for citadels required auth. Meaning you will have to set up the SSO and deal with tokens and such.

yes sure i know. thanks everybody.