---
title: "Map Record Progression for User"
method: GET
path: "/api/v3/community/statistics/maps/{code}/user/{user_id}"
tags: ["Community"]
---

# Map Record Progression for User

`GET /api/v3/community/statistics/maps/{code}/user/{user_id}`

Return a user's record times over time for the specified map code.

## Path parameters

- `user_id` integer, required
- `code` string, required — Overwatch map code (4-6 uppercase alphanumeric characters)

## Response `200`

Request fulfilled, document follows

- MapRecordProgressionResponse[]
  - `time` number, required
  - `inserted_at` string, date-time, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

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