APIv2 Char CharacterSheet XML
From EVEDev
| API Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index |
Contents |
[edit] /char/CharacterSheet.xml.aspx
[edit] Overview
Returns attributes relating to a specific character.
[edit] Data Caching
This method is cached according to the Modified Short Cache Style.
[edit] Input Arguments
| Name | Type | Description |
|---|---|---|
| apiKey | char(64) | Limited or Full access API key of account. |
| characterID | int | characterID from Character List. |
| userID | int | userID of account for authentication. |
[edit] Output XML
<?xml version='1.0' encoding='UTF-8'?> <eveapi version="2"> <currentTime>2009-08-26 12:00:09</currentTime> <result> <characterID>150337897</characterID> <name>corpslave</name> <race>Minmatar</race> <bloodLine>Brutor</bloodLine> <gender>Female</gender> <corporationName>corpexport Corp</corporationName> <corporationID>150337746</corporationID> <cloneName>Clone Grade Pi</cloneName> <cloneSkillPoints>54600000</cloneSkillPoints> <balance>190210393.87</balance> <attributeEnhancers> <intelligenceBonus> <augmentatorName>Snake Delta</augmentatorName> <augmentatorValue>3</augmentatorValue> </intelligenceBonus> <memoryBonus> <augmentatorName>Memory Augmentation - Basic</augmentatorName> <augmentatorValue>3</augmentatorValue> </memoryBonus> </attributeEnhancers> <attributes> <intelligence>6</intelligence> <memory>4</memory> <charisma>7</charisma> <perception>12</perception> <willpower>10</willpower> </attributes> <rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished"> <row typeID="3431" skillpoints="8000" level="3"/> <row typeID="3413" skillpoints="8000" level="3"/> <row typeID="21059" skillpoints="500" level="1"/> <row typeID="3416" skillpoints="8000" level="3"/> <row typeID="3445" skillpoints="277578" unpublished="1"/> </rowset> <rowset name="certificates" key="certificateID" columns="certificateID"> <row certificateID="1"/> <row certificateID="5"/> <row certificateID="19"/> <row certificateID="239"/> <row certificateID="282"/> <row certificateID="32"/> <row certificateID="258"/> </rowset> <rowset name="corporationRoles" key="roleID" columns="roleID,roleName"> <row roleID="1" roleName="roleDirector" /> </rowset> <rowset name="corporationRolesAtHQ" key="roleID" columns="roleID,roleName"> <row roleID="1" roleName="roleDirector" /> </rowset> <rowset name="corporationRolesAtBase" key="roleID" columns="roleID,roleName"> <row roleID="1" roleName="roleDirector" /> </rowset> <rowset name="corporationRolesAtOther" key="roleID" columns="roleID,roleName"> <row roleID="1" roleName="roleDirector" /> </rowset> <rowset name="corporationTitles" key="titleID" columns="titleID,titleName"> <row titleID="1" titleName="Member" /> </rowset> </result> <cachedUntil>2009-08-26 13:00:09</cachedUntil> </eveapi>
[edit] Notes
Skills like "Black Market Trading" which are non-public appear to be returned with the attribute "unpublished" rather than "level" (see last row in skills rowset above).
[edit] References
- EVE-Online Documentation - http://www.eveonline.com/api/doc/data-charsheet.asp

