v2

latestOpenAPI 3.1.0EVE Developer License2026-07-27208263515.0 KB
Character

Get character's public information

Public information about a character

get/characters/{character_id}

Path parameters

character_idinteger required
Example:90000001

The ID of the character

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

If-Modified-Sincestring

The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.

Response

OK

alliance_idinteger
birthdaystring date-time required

Character's creation date

bloodline_idinteger required
corporation_idinteger required
descriptionstring

Character's description (biography)

faction_idinteger
gender'male' | 'female' required

Character's gender

namestring required

Character's name

race_idinteger required
security_statusnumber double

Character's security status

titlestring

Character's corporation title

Example response

{
  "alliance_id": 99000001,
  "bloodline_id": 1,
  "corporation_id": 98777771,
  "faction_id": 500002,
  "race_id": 1,
  "security_status": 5
}