Players

Get a player's full profile

Returns detailed player data: level, playtime, stats, skills, companions, objectives, and more. Accepts a username or UUID. Respects the player's privacy flag. Skill experience is exposed under SKILLS.data as the per-skill in-game total (base earned XP plus the bonus granted dynamically by the player's achievements/collections). Skill keys are uppercase (e.g. MINER).

get/data/{identifier}

Path parameters

identifierstring required

Minecraft username or UUID

Response

Player profile

Changes