Third Party Developer Blog

Jul
8

Coordinates in Outpost List

CCP Tellus | 2015-07-08 15:03 | Comments

Hey guys, we've got another spicy little change has been deployed to the XML API on Tranquility.

The eve/ConquerableStationList.xml.aspx and corp/OutpostList.xml.aspx endpoints have had three new attributes added to them: x, y, and z. These are the in-space coordinates of the respective stations.

Here's an example output from corp/OutpostList.xml.aspx:

<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
  <currentTime>2015-07-08 14:45:21</currentTime>
  <result>
    <rowset name="corporationStarbases" key="stationID" columns="stationID,ownerID,stationName,solarSystemID,dockingCostPerShipVolume,officeRentalCost,stationTypeID,reprocessingEfficiency,reprocessingStationTake,standingOwnerID,x,y,z">
      <row stationID="60014875" ownerID="98000001" stationName="H74-B0 III - Moon 4 - Aoeu" solarSystemID="30004034" dockingCostPerShipVolume="0" officeRentalCost="10000" stationTypeID="12242" reprocessingEfficiency="0.5" reprocessingStationTake="0.025" standingOwnerID="98000001" x="61066567680" y="2632949760" z="285129646080" />
    </rowset>
  </result>
  <cachedUntil>2015-07-08 14:46:21</cachedUntil>
</eveapi>

Your imaginary friend,
CCP Tellus

back