Description
The Account Status API returns basic account information including when the subscription lapses, total times logged on and date of account creation. In the case of accounts created with Game Time Codes (GTC), it will also looks for available offers of time codes.
(This API call was made available with the Tyrannis 1.2 expansion.)
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2011-09-25 03:00:50</currentTime>
<result>
<paidUntil>2011-10-20 13:22:57</paidUntil>
<createDate>2008-02-09 19:51:00</createDate>
<logonCount>1371</logonCount>
<logonMinutes>245488</logonMinutes>
</result>
<cachedUntil>2011-09-25 03:57:50</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| userID
| int
| userID of the account.
|
| paidUntil
| date string
| Expiry date of the subscription.
|
| createDate
| date string
| The date on which the character was created.
|
| logonCount
| int
| Total number of times character has logged into CCP services (both EVE and Forum logons).
|
| logonMinutes
| int
| Total amount of time this account has been logged on to EVE.
|
Please note: This function will also return data concerning pending GTC offers if any exist. Data: offerID, offeredDate, from, to,ISK
Top Contributors For This Page