Skills
Get character skills
List all trained skills for the given character.
Skills returned by this route can be out-of-date if the character hasn't logged in since one or more skills completed training. Use the /skillqueue route to check for skills that completed training. Entries that are in the past need to be applied on top of this list to get an accurate view of the character's current skills.
get/characters/{character_id}/skills
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