APIv2 Account AccountStatus XML
From EVEDev
![]() | API Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features |
Contents |
/account/AccountStatus.xml.aspx
Overview
This API call will be available on TQ with Tyrannis 1.2.
Returns basic account information including when the subscription lapses, total play time in minutes, total times logged on and date of account creation. In the case of game time code accounts it will also look for available offers of time codes.
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>2010-10-05 20:28:55</currentTime> <result> <paidUntil>2011-01-01 00:00:00</paidUntil> <createDate>2004-01-01 00:00:00</createDate> <logonCount>9999</logonCount> <logonMinutes>9999</logonMinutes> </result> <cachedUntil>2010-10-05 20:33:55</cachedUntil> </eveapi>
Output Rowset Columns
Name | Type | Description |
---|---|---|
paidUntil | string | the date until which the account is currently subscribed |
createDate | string | the date the account was created |
logonCount | int | the number of times you logged into CCP's services (this includes not only the game logons but also forum logons, likely also EVEGate logons) |
logonMinutes | int | the amount of time you actually spent logged on in the game |