Description
The POS Detail API displays configuration information and fuel amounts for a given Starbase (indicated in the URL as itemID). Note that usage rates are not returned here. Will only return results for one Starbase by itemID.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-05-29 20:36:56</currentTime>
<result>
<state>4</state>
<stateTimestamp>2009-05-02 21:31:36</stateTimestamp>
<onlineTimestamp>2009-04-18 23:30:29</onlineTimestamp>
<generalSettings>
<usageFlags>3</usageFlags>
<deployFlags>0</deployFlags>
<allowCorporationMembers>1</allowCorporationMembers>
<allowAllianceMembers>1</allowAllianceMembers>
</generalSettings>
<combatSettings>
<useStandingsFrom ownerID="154683985" />
<onStandingDrop standing="990" />
<onStatusDrop enabled="0" standing="0" />
<onAggression enabled="0" />
<onCorporationWar enabled="1" />
</combatSettings>
<rowset name="fuel" key="typeID" columns="typeID,quantity">
<row typeID="16275" quantity="2447" />
<row typeID="16274" quantity="18758" />
<row typeID="9848" quantity="166" />
<row typeID="9832" quantity="332" />
<row typeID="3689" quantity="332" />
<row typeID="44" quantity="166" />
<row typeID="16273" quantity="6142" />
<row typeID="16272" quantity="5644" />
<row typeID="3683" quantity="1162" />
</rowset>
</result>
<cachedUntil>2010-05-29 21:36:56</cachedUntil>
</eveapi>
Result attributes
Top Contributors For This Page