|
|
Description
The Member Tracking EVE Online API allows you to download the member list for player corporations. This list contains more information for CEOs and Directors. You have a choice when accessing the member list to retrieve the data in a CSV or XML formatted dump of every member in the corporation (change .xml in the URL to .csv). It is not possible to track members of NPC corporations.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2011-01-11 22:26:04</currentTime>
<result>
<rowset name="members" key="characterID" columns="characterID,name,startDateTime,baseID,base,title,logonDateTime,logoffDateTime,locationID,location,shipTypeID,shipType,roles,grantableRoles">
<row characterID="150336922" name="corpexport" startDateTime="2007-06-13 14:39:00" baseID="0" base="" title="asdf" logonDateTime="2007-06-16 21:12:00" logoffDateTime="2007-06-16 21:36:00" locationID="60011566" location="Bourynes VII - Moon 2 - University of Caille School" shipTypeID="606" shipType="Velator" roles="0" grantableRoles="0"/>
<row characterID="150337897" name="corpslave" startDateTime="2007-06-14 13:14:00" baseID="0" base="" title="" logonDateTime="2007-06-16 21:14:00" logoffDateTime="2007-06-16 21:35:00" locationID="60011566" location="Bourynes VII - Moon 2 - University of Caille School" shipTypeID="670" shipType="Capsule" roles="22517998271070336" grantableRoles="0"/>
</result>
<cachedUntil>2011-01-12 02:05:05</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| characterID
| int
| ID of character.
|
| name
| string
| Name of character.
|
| startDateTime
| date time string
| Date and time when character joined corporation.
|
| baseID
| int
| ID of location where character is based.
|
| base
| string
| Name of location where character is based
|
| title
| string
| Title/s character has.
|
| logonDateTime
| date time string
| Most recent logon date and time.
|
| logoffDateTime
| date time string
| Most recent logoff date and time.
|
| locationID
| int
| ID of location where character is currently.
|
| location
| string
| Name of location where character is currently
|
| shipTypeID
| int
| itemType of ship character is currently in.
|
| shipType
| string
| Name of shiptype that character is currently in.
|
| roles
| long
| Character's assigned roles.
|
| grantableRoles
| long
| Character's assigned grantable roles.
|
Top Contributors For This Page
|