Skills

Stamina-based class skills with embedded abilities and resolved effects. See Spells for magical and cooldown abilities.

GET/v2/skills

localeoptionalglobal
Resolve Text_* keys to translated strings (names, flavor, enum labels)
Default
en
sortoptionalglobal
Sort by a field and direction. Use field:order, such as name:asc, or use asc or desc for the endpoint's default field.
cursoroptionalglobal
Continue from the previous page. Pass the opaque pagination.next value unchanged. Omit it for the first page.
limitglobal
Accepted
1 - 200
Default
50

GET/v2/skills/{id}

idpath
Pick any skill id from the list
localeoptionalglobal
Language used to resolve localized names, descriptions, and labels.
Default
en

GET/v2/skills/{id}/icon

idpath
Pick any skill id from the list
sizeoptionalglobal
Icon transforms — resize to N (square) or WxH. 1–512 per axis.
Example
64 or 64x96
dproptionalglobal
Icon transforms — pixel-density multiplier (1, 2, or 3). Combine with size for retina renders.
formatoptionalglobal
Icon transforms — re-encode. Omit to keep the source format.
trimoptionalglobal
Icon transforms — auto-strip transparent margin (1% fuzz).
bgoptionalglobal
Icon transforms — background fill (#RRGGBB, #RRGGBBAA, or transparent).
Example
#000000 or transparent