APIv2 Eve AllianceList XML
From EVEDev
| API Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index |
Contents |
[edit] /eve/AllianceList.xml.aspx
[edit] Overview
Returns a list of alliances in eve.
[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="1"> <currentTime>2007-12-02 19:37:55</currentTime> <result> <rowset name="alliances" key="allianceID" columns="name,shortName,allianceID,executorCorpID,memberCount,startDate"> <row name="Starbase Anchoring Alliance" shortName="MATT" allianceID="150382481" executorCorpID="150279367" memberCount="4" startDate="2007-09-18 11:04:00"> <rowset name="memberCorporations" key="corporationID" columns="corporationID,startDate"> <row corporationID="150279367" startDate="2007-09-18 11:04:00" /> <row corporationID="150333466" startDate="2007-09-19 11:04:00" /> </rowset> </row> <row name="The Dead Rabbits" shortName="TL.DR" allianceID="150430947" executorCorpID="150212025" memberCount="3" startDate="2007-11-12 16:00:00"> <rowset name="memberCorporations" key="corporationID" columns="corporationID,startDate"> <row corporationID="150212025" startDate="2007-11-12 16:00:00" /> </rowset> </row> </rowset> </result> <cachedUntil>2007-12-02 20:37:55</cachedUntil> </eveapi>
[edit] Output Rowset Columns
alliances rowset
| Name | Type | Description |
|---|---|---|
| name | string | Name of the alliance. |
| shortName | string | Alliance ticker. |
| allianceID | int | ID number of the alliance. |
| executorCorpID | int | Corporation ID of the executor corporation. |
| memberCount | int | Number of pilots in the alliance. |
| startDate | datetime | Date the alliance was founded. |
memberCorporations rowset
| Name | Type | Description |
|---|---|---|
| corporationID | int | Corporation ID of the member corporation. |
| startDate | datetime | Date the corporation joined the alliance. |

