player
Get character ability map
<Note> This endpoint is cached for <Badge intent="warning" minimal>10 minutes</Badge> in the <Badge intent="warning" minimal>USER</Badge> cache source. See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>PLAYER</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits). </Note> <Warning> Ability Tree is subject to [Access Rules](/privacy), which can make it unavailable. </Warning> <Info> It is recommended to request players by UUID. Username lookups can return `300 MultipleObjectsReturned` with a multi-selector response when more than one player matches the query. </Info> This endpoint only lists abilities the player has enabled and performs pathfinding on the fly.To render a full in-game style ability tree, combine this response with:
- GET /ability/tree/{tree}
- GET /ability/map/{tree}
get/player/{username}/characters/{uuid}/abilities
Path parameters
usernamestring required
Username or UUID accepted by the player route.
uuidstring uuid required
Response
Ability tree nodes grouped by page.
AbilityMapPages required
Changes
No recorded changes to this endpoint across all 1 revision of this API.