Get detailed character data

<Note> This endpoint is cached for <Badge intent="success" minimal>2 minutes</Badge> in the <Badge intent="warning" minimal>USER</Badge> cache source. </Note> <Warning> Character data is subject to [Access Rules](/privacy), which can hide some stats. Check the `restrictions` object to see which access rules affected the response. You can also check the `removedStat` field to check when the character skeleton customization affect the response. </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> Returns the full stat payload for a single character.

Path parameters

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

Response

Character detail.
typestring
reskinstring or null
nicknamestring or null
levelinteger
xpinteger
xpPercentinteger
totalLevelinteger
preEconomyboolean or null
gamemodelist of strings
contentCompletioninteger
warsinteger
playtimedouble
mobsKilledinteger
chestsFoundinteger
itemsIdentifiedinteger
blocksWalkedinteger
loginsinteger
deathsinteger
discoveriesinteger
pvpobject
skillPointsmap from strings to integers or null
professionsobject
dungeonsobject or null
raidsobject or null
worldEventsinteger
lootrunsinteger
cavesinteger
questslist of strings
restrictionsmap from strings to booleans
removedStatlist of strings

Errors

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