---
title: "Get User Skill Breakdown"
method: GET
path: "/api/v3/skill/users/{user_id}/breakdown"
tags: ["Skill"]
---

# Get User Skill Breakdown

`GET /api/v3/skill/users/{user_id}/breakdown`

Return the per-map breakdown captured during recompute (D-06): per-map raw score, gamma-decayed contribution, and medal/WR/video badges. Empty list for a player with no eligible runs (D-07).

## Path parameters

- `user_id` integer, required

## Response `200`

Request fulfilled, document follows

- SkillBreakdownRow[]
  - `map_name` string, required
  - `difficulty` string, required
  - `raw` number, required
  - `fully_verified` boolean, required
  - `medal` string, nullable
  - `wr` boolean, required
  - `raw_score` number, required
  - `contribution` number, required
  - `rank` integer, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
