---
title: "Top Maps by Difficulty"
method: GET
path: "/api/v3/community/statistics/maps/popular"
tags: ["Community"]
---

# Top Maps by Difficulty

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

Return the top 5 maps per base difficulty ranked by completions (tiebreaker: quality).

## Response `200`

Request fulfilled, document follows

- PopularMapsStatisticsResponse[]
  - `code` string, required
  - `completions` integer, required
  - `quality` number, required
  - `difficulty` 'Easy' | 'Medium' | 'Hard' | 'Very Hard' | 'Extreme' | 'Hell', required
  - `ranking` integer, required

---

[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)
