Skills

Stamina-based class abilities — distinct from /spells, which are magical / cooldown-based. Patch-aware (see Patches).

Endpoints

GET /v2/skills                             list
GET /v2/skills/{id}                        single skill
GET /v2/skills/{id}/icon                   → 302 redirect to the asset endpoint

Query parameters

NameModeDescription
idexactid.skill.<slug> or raw Id_Skill_<Name>
namesubstringmatches the display name
skill_typeexactType.Skill.Instant, Type.Skill.Channel, ...
can_useboolonly currently-equippable skills
classtagfilter by owning class tag (Fighter, Barbarian, ...)
at_patchversiontime-travel
branchstringdefault main
page, limitpaginationdefault 25, max 250

?embed= expansion

Pass a comma-separated list to expand id-ref fields into full entity rows:

  • classesplayer_character rows
  • abilitiesskill_ability rows

Example