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.
 

API access to gates and stations in a system?

Author
SlicedBread x
Dark Crimson Elite Knights Templars of Darkness
#1 - 2013-06-08 19:10:16 UTC
I'd like to write a web app in JavaScript that would require data on systems.

I would for sure need data on:
  • What jumpgates a system has
  • What stations a system has (also ideally but not necessarily, which faction owns the station)

  • And it would be advantageous (although I doubt the data is available) to have station/gate coordinates/exit orientations.

    Is there/what is the best API for this?

    Thanks!
    Steve Ronuken
    Fuzzwork Enterprises
    Vote Steve Ronuken for CSM
    #2 - 2013-06-08 19:51:20 UTC
    There's no API for this.

    It's all, however, in the SDE.
    http://www.fuzzwork.co.uk/dump/odyssey-1.0-89097/

    You're interested in:
    mapSolarSystemJumps
    mapSolarSystems
    staStations
    invTypes (if you care about the kind of station)
    eve.invNames (for the corporation names.)

    Woo! CSM XI!

    Fuzzwork Enterprises

    Twitter: @fuzzysteve on Twitter

    SlicedBread x
    Dark Crimson Elite Knights Templars of Darkness
    #3 - 2013-06-08 19:57:44 UTC
    Awesome! Thanks!