---
title: "Get Partial Map"
method: GET
path: "/api/v3/maps/{code}/partial"
tags: ["Maps"]
---

# Get Partial Map

`GET /api/v3/maps/{code}/partial`

## Path parameters

- `code` string, required

## Response `200`

Request fulfilled, document follows

- MapPartialResponse
  - `map_id` integer, required
  - `code` string, required
  - `difficulty` 'Easy -' | 'Easy' | 'Easy +' | 'Medium -' | 'Medium' | 'Medium +' | 'Hard -' | 'Hard' | 'Hard +' | 'Very Hard -' | 'Very Hard' | 'Very Hard +' | 'Extreme -' | 'Extreme' | 'Extreme +' | 'Hell', required
  - `creator_name` string, required
  - `map_name` string, required
  - `checkpoints` 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)
