---
title: "Map Completion Time Stats"
method: GET
path: "/api/v3/community/statistics/maps/completions"
tags: ["Community"]
---

# Map Completion Time Stats

`GET /api/v3/community/statistics/maps/completions`

Return min, max, and average verified completion times for a map code.

## Query parameters

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

## Response `200`

Request fulfilled, document follows

- MapCompletionStatisticsResponse[]
  - `min` number, nullable
  - `max` number, nullable
  - `avg` number, nullable

## 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/revisions/8d8731ebc592/schema)
