Description
The Jumps API retrieves the number of jumps in each solar system, but does not include 0-jump systems.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="1">
<currentTime>2007-12-12 11:50:38</currentTime>
<result>
<rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,shipJumps">
<row solarSystemID="30001984" shipJumps="10" />
</rowset>
<dataTime>2007-12-12 11:50:38</dataTime>
</result>
<cachedUntil>2007-12-12 12:50:38</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| solarSystemID
| int
| ID of solar system.
|
| shipJumps
| int
| Number of jumps in last hour (does not include 0-jump systems)
|
Top Contributors For This Page