ability

Get class ability tree

<Note> This endpoint is cached for <Badge intent="error" minimal>1 hour</Badge> in the <Badge intent="success" minimal>SHARED</Badge> cache source. See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>SHARED</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits). </Note>

Ability and aspect responses use the API Markup parser.

Use these endpoints together to render a player ability tree like the in-game view:

  • GET /ability/tree/{tree}
  • GET /ability/map/{tree}
  • GET /player/{username}/characters/{uuid}/abilities
get/ability/tree/{tree}

Path parameters

tree'archer' | 'warrior' | 'assassin' | 'mage' | 'shaman' required

Response

Ability tree definition.

archetypesobject required
pagesobject required

Changes