Maps[Map detail GET](/docs/maps/get-region-maps-slug.md)

# Map detail

Server URL`loading...`

GET

/`{region}`/`maps`/`{slug}`

Send

Path

region\*`string`eu

slug\*`string`

A single battle map with its full geometry: display name, description, minimap image, camouflage kind, size in metres, battle timer, team size, and per-mode base flags, team spawns and control point projected onto the minimap as percentage coordinates. `slug` in the response is the canonical slug.

## [Path Parameters](#parameters-path)

region\*string

Game server region.

Value in

-   "eu"
-   "na"
-   "asia"

slug\*string

Map slug (e.g. prokhorovka).

## [Response Body](#response-body)

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/eu/maps/prokhorovka"
```

200

```
{  "arenaId": "string",  "slug": "string",  "name": "string",  "camouflage": "summer",  "sizeMeters": 0,  "modes": [    "standard"  ],  "battleTypes": [    "random"  ],  "minimapUrl": "string",  "bases": {    "team1": [      {        "left": 0,        "top": 0      }    ],    "team2": [      {        "left": 0,        "top": 0      }    ]  },  "description": "string",  "roundLength": 0,  "maxPlayersInTeam": 0,  "widthMeters": 0,  "heightMeters": 0,  "geometry": [    {      "mode": "standard",      "label": "string",      "bases": {        "team1": [          {            "left": 0,            "top": 0          }        ],        "team2": [          {            "left": 0,            "top": 0          }        ]      },      "spawns": {        "team1": [          {            "left": 0,            "top": 0          }        ],        "team2": [          {            "left": 0,            "top": 0          }        ]      },      "controlPoint": {        "left": 0,        "top": 0      }    }  ],  "onslaught": {    "minimapUrl": "string",    "widthMeters": 0,    "heightMeters": 0,    "spawns": {      "team1": [        {          "left": 0,          "top": 0        }      ],      "team2": [        {          "left": 0,          "top": 0        }      ]    },    "controlPoint": {      "left": 0,      "top": 0    },    "pointsOfInterest": [      {        "marker": {          "left": 0,          "top": 0        },        "type": 0      }    ]  }}
```

[

Maps GET

Every World of Tanks battle map on a region: display name, minimap image, camouflage kind (summer/winter/desert), square size in metres, and the random-battle modes it supports (Standard/Encounter/Assault). Derived from the game client scripts, so removed or event-reskin maps are included. One entry per distinct map, name-sorted.

](/docs/maps/get-region-maps.md)[

Generic OG card GET

A generic 1200×630 PNG social card with a customizable title and subtitle, used as the link-unfurl image for pages without a dedicated per-entity card.

](/docs/og-images/get-og.md)

## Navigation

- [unicum.gg](/index.md)

## Indexes

- [llms.txt](/llms.txt): the API, the MCP server and the other machine-readable surfaces.
- [llms-full.txt](/llms-full.txt): the same, with every endpoint's parameters inline.
- [sitemap.md](/sitemap.md): every section of the site, down to the individual pages.