APIv2 Map Sovereignty XML
From EVEDev
| API Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index |
Contents |
[edit] /map/Sovereignty.xml.aspx
[edit] Overview
Returns a list of solarsystems and what faction or alliance controls them.
[edit] Data Caching
This method is cached according to the Modified Short Cache Style. Note that as of Dominion, sovereignty no longer changes at just downtime, and can change any time during the day. Also for Dominion, the caching timer is changed to 1 hour.
[edit] Input Arguments
None, this function accepts no arguments.
[edit] Output XML
<?xml version='1.0' encoding='UTF-8'?> <eveapi version="2"> <currentTime>2009-12-23 05:38:47</currentTime> <result> <rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,allianceID,factionID,solarSystemName,corporationID"> <row solarSystemID="30023410" allianceID="0" factionID="500002" solarSystemName="Embod" corporationID="0"/> <row solarSystemID="30001597" allianceID="1028876240" factionID="0" solarSystemName="M-NP5O" corporationID="421957727" /> <row solarSystemID="30001815" allianceID="389924442" factionID="0" solarSystemName="4AZV-W" corporationID="123456789"/> <row solarSystemID="30001816" allianceID="0" factionID="0" solarSystemName="UNV-3J" corporationID="123456789"/> <row solarSystemID="30000479" allianceID="0" factionID="0" solarSystemName="SLVP-D" corporationID="123456789"/> <row solarSystemID="30000480" allianceID="824518128" factionID="0" solarSystemName="0-G8NO" corporationID="123456789"/> </rowset> <dataTime>2009-12-23 05:16:38</dataTime> </result> <cachedUntil>2009-12-23 06:38:47</cachedUntil> </eveapi>
[edit] Output Rowset Columns
| Name | Type | Description |
|---|---|---|
| solarSystemID | int | The unique identification number of a solar system. You can look up the details of the solar system in the table mapSolarSystems of the CCP Database Dump |
| allianceID | int | The ID of the alliance that has sovereignty of this solar system, or 0 if nobody has sovereignty. The Alliance List provides a list of the alliances. |
| corporationID | int | The ID of the corporation that owns the Territorial Claim Unit (TCU) if there is one in the system. |
| factionID | int | The NPC Faction controlling the system. The CCP Database Dump has a table with the faction names. |
| solarSystemName | string | The name of the solar system. |

