---
title: "Get a player's full profile"
method: GET
path: "/data/{identifier}"
tags: ["Players"]
---

# Get a player's full profile

`GET /data/{identifier}`

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`).

## Path parameters

- `identifier` string, required

## Response `200`

Player profile

## Other responses

- `401` — Player has disabled API access
- `404` — User not found

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
