APIv2 Account Characters XML
From EVEDev
| API Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features |
Contents |
/account/Characters.xml.aspx
Overview
Returns a list of all characters on an account.
Data Caching
This method is cached according to the Short Cache Style.
Input Arguments
Customizable API Key
| Name | Type | Description |
|---|---|---|
| keyID | int | The ID of the Customizable API Key for authentication, found at: https://support.eveonline.com/api. |
| vCode | char(64) | The user defined or CCP generated Verification Code for the Customizable API Key, found at https://support.eveonline.com/api. |
Legacy API Key
| Name | Type | Description |
|---|---|---|
| userID | int | userID of account for authentication. |
| apiKey | char(64) | Limited or Full access API key of account. |
Output XML
<?xml version='1.0' encoding='UTF-8'?> <eveapi version="2"> <currentTime>2012-02-12 14:39:12</currentTime> <result> <rowset name="characters" key="characterID" columns="name,characterID,corporationName,corporationID"> <row name="Alexis Prey" characterID="1365215823" corporationName="Puppies To the Rescue" corporationID="238510404"/> </rowset> </result> <cachedUntil>2012-02-12 15:27:00</cachedUntil> </eveapi>
Output Rowset Columns
| Name | Type | Description |
|---|---|---|
| characterID | int | The ID of the character for the requested data, from Character List. |
| characterName | string | The name of the character for the requested data |
| corporationID | int | The ID of the character for the requested data |
| corporationName | string | The name of the corporation for the requested data |