APIv2 Map Sovereignty Status XML
From EVEDev
| API Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index |
Contents |
[edit] /map/SovereigntyStatus.xml.aspx
[edit] Overview
Returns a list of all sovereignty structures in EVE.
[edit] Disabled API Note
This API has been temporarily removed by CCP. More information is available at this sticky thread by CCP Chronotis.
[edit] Data Caching
This method is cached according to the Modified Short Cache Style. Note that sovereignty changes are enforced during downtime.
[edit] Input Arguments
None, this function accepts no arguments.
[edit] Output XML
- This section needs to be updated after Dominion goes live on December 1st
[edit] Output Rowset Columns
| Name | Type | Description |
|---|---|---|
| structureID | int | The unique identification number of each structure |
| structureTypeID | int | The ID of the type of structure. The CCP Database Dump has a table with the structure types. |
| ownerID | int | The ID of the corporation that owns the structure. (not specified as corpID in dev blog - need to verify) |
| state | int | The current state of the structure. |
| startTime | date string | The time stamp of when the current state started. |
| completionTime | date string | The time stamp of when the current state will end. |
- Rowset Columns updated based on CCP Elerhino's November 24th Dev Blog location needs to be verified when API changes go live
[edit] Known States
| State | Description |
|---|---|
| 0 | Unanchoring or unanchored |
| 1 | Anchoring or anchored |
| 2 | Online and has not consumed resources yet |
| 3 | Online and in the process of consuming reinforced resources |
| 4 | Online and in the process of consuming online resources |
| 5 | Online and in the process of the structures specialised operation of choice |
| 6 | Online and in a vulnerable state |
| 7 | Online and in Shield reinforcement |
| 8 | Online and in Armor Reinforcement |
| 9 | In an invulnerable state |

