---
title: "Get class ability tree map"
method: GET
path: "/ability/map/{tree}"
tags: ["ability"]
---

# Get class ability tree map

`GET /ability/map/{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](/welcome#api-markup-parser).

Use these endpoints together to render a player ability tree like the in-game view:
- [GET /ability/tree/{tree}](api:GET/ability/tree/{tree})
- [GET /ability/map/{tree}](api:GET/ability/map/{tree})
- [GET /player/{username}/characters/{uuid}/abilities](api:GET/player/{username}/characters/{uuid}/abilities)

The map structure is shared with [GET /player/{username}/characters/{uuid}/abilities](api:GET/player/{username}/characters/{uuid}/abilities).

## Path parameters

- `tree` 'archer' | 'warrior' | 'assassin' | 'mage' | 'shaman', required

## Response `200`

Ability nodes grouped by page.

- AbilityMapPages

## Other responses

- `400` — Invalid class tree identifier.

---

[API](https://skmtc.dev/wynncraft/apis/modules.md) · [All operations](https://skmtc.dev/wynncraft/apis/modules/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wynncraft/modules/revisions/6c6214729eae/schema)
