---
title: "Sends a copy of the player profile as you would see with /stats"
method: GET
path: "/v1/stats/{user}"
tags: ["Statistics"]
---

# Sends a copy of the player profile as you would see with /stats

`GET /v1/stats/{user}`

Sends a copy of the player profile as you would see with /stats

## Path parameters

- `user` string, required

## Response `200`

Profile data

- ApiStatsResponse
  - `result` ApiStats
    - `broken_blocks` string
    - `deaths` string
    - `kills` string
    - `mobs_killed` string
    - `money` string
    - `money_made_from_sell` string
    - `money_spent_on_shop` string
    - `placed_blocks` string
    - `playtime` string
    - `shards` string
  - `status` integer

## Other responses

- `401` — Unauthorized request
- `500` — Could not handle query

---

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