Characters

Lists all characters included in this API key.

  • Path: /account/Characters.xml.aspx

  • Access mask: -

  • Cache timer: 1 hour

  • Parameters:

    Argument Type Meaning
    keyID long API key ID
    vCode char API verification code

Sample Response

<result>
    <rowset name="characters" key="characterID" columns="name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName">
        <row name="Hel O'Ween" characterID="1655827332" corporationName="Men On A Mission" corporationID="1226284052" allianceID="0" allianceName="" factionID="0" factionName="" />
    </rowset>
</result>

Result Data

Name Data type Description
name char The name of the character for the requested data
characterID int The ID of the character for the requested data, from [char/CharacterList](char_characterlist.md). Only for /char/ endpoints. Optional when the API key is only valid for a single character.
corporationName char The name of the corporation of the character.
corporationID int The ID of the corporation of the character.
allianceName char The name of the alliance of the character.
allianceID int The ID of the alliance of the character.
factionName char The name of the faction of the character.
factionID int The ID of the faction of the character.