Starbase List

Returns list of corporation starbases.

  • Path: /corp/StarbaseList.xml.aspx

  • Access mask: 524288

  • Cache timer: 6 hours

  • Parameters:

    Argument Type Meaning
    keyID long API key ID
    vCode char API verification code

Sample Response

<result>
    <rowset name="starbases" key="itemID" columns="itemID,typeID,locationID,moonID,state,stateTimestamp,onlineTimestamp,standingOwnerID">
        <row itemID="100449451" typeID="27538" locationID="30000163" moonID="40010395" state="4" stateTimestamp="2011-12-08 20:03:41" onlineTimestamp="2009-06-04 07:00:51" standingOwnerID="673381830"/>
        <row itemID="638317993" typeID="27538" locationID="30000163" moonID="40010366" state="4" stateTimestamp="2011-12-08 19:33:36" onlineTimestamp="2008-09-17 03:52:55" standingOwnerID="673381830"/>
    </rowset>
</result>

Result Data

Name Data Type Description
itemID long Unique ID for this POS. This is used to request details via the StarbaseDetail API page.
typeID long Type ID. References the invTypes table.
locationID long Solar system ID. References the mapSolarSystems and mapDenormalize tables.
moonID long Celestial object ID. References the mapDenormalize table.
state int Mode of the POS. See known POS states.
stateTimestamp datetime Depends on the state. See known POS states.
onlineTimestamp datetime When the POS will be online or most recently was put online. See known POS states.
standingOwnerID long ID of standings holder - corporation or alliance