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. </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}](api:GET/ability/tree/{tree}) - [GET /ability/map/{tree}](api:GET/ability/map/{tree})

Path parameters

usernamestringRequired
Username or UUID accepted by the player route.
uuidstringRequiredformat: "uuid"

Response

Ability tree nodes grouped by page.
typeenum
Allowed values:
coordinatesobject
metaobject
familylist of strings

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error