APIv2 Map Sovereignty XML
From EVEDev
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.
[edit] Input Arguments
None, this function accepts no arguments.
[edit] Output XML
<?xml version='1.0' encoding='UTF-8'?> <eveapi version="2"> <currentTime>2007-12-14 20:19:41</currentTime> <result> <rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,allianceID,constellationSovereignty,sovereigntyLevel,factionID,solarSystemName"> <row solarSystemID="30023410" allianceID="0" constellationSovereignty="0" sovereigntyLevel="0" factionID="500002" solarSystemName="Embod" /> <row solarSystemID="30001597" allianceID="1028876240" constellationSovereignty="0" sovereigntyLevel="3" factionID="0" solarSystemName="M-NP5O" /> <row solarSystemID="30001815" allianceID="389924442" constellationSovereignty="0" sovereigntyLevel="3" factionID="0" solarSystemName="4AZV-W" /> <row solarSystemID="30001816" allianceID="0" constellationSovereignty="0" sovereigntyLevel="0" factionID="0" solarSystemName="UNV-3J" /> <row solarSystemID="30000479" allianceID="0" constellationSovereignty="824518128" sovereigntyLevel="0" factionID="0" solarSystemName="SLVP-D" /> <row solarSystemID="30000480" allianceID="824518128" constellationSovereignty="824518128" sovereigntyLevel="3" factionID="0" solarSystemName="0-G8NO" /> </rowset> <dataTime>2007-12-14 14:49:43</dataTime> </result> <cachedUntil>2007-12-15 02:19:41</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. |
| constellationSovereignty | int | The ID of the alliance that has sovereignty of this constellation, or 0 if nobody has constellation sovereignty. The Alliance List provides a list of the alliances. |
| sovereigntyLevel | int | The level of sovereignty, see building up your realm, one sovereignty at a time |
| 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. |

