OpenAPI 3.1.0EVE Developer License2026-08-08208263515.1 KB

ac54efcef133

Skills

Get character's skill queue

List the configured skill queue for the given character.

Entries that have their finish time in the past are completed, but aren't updated in the "/skills" route yet. This will happen the next time the character logs in.

get/characters/{character_id}/skillqueue

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

finish_datestring date-time

The date the skill training will finish

finished_levelinteger required

The level the skill is training for

level_end_spinteger

The Skill Points at the end of the level

level_start_spinteger

The Skill Points at the start of the level

queue_positioninteger required

The position of the skill in the queue

skill_idinteger required
start_datestring date-time

The date the skill training will start/continue

training_start_spinteger

The Skill Points at the start of training

Example response

[
  {
    "skill_id": 587
  }
]