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

# Map videos

Server URL`loading...`

GET

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

Send

Path

region\*`string`eu

slug\*`string`

Every published battle the community has linked on this map, newest approved first, whatever format it was played in and whatever it was played in. This is the read behind a tactic library: a Clan Wars or Advances battle is filed under the ground it was fought on and the side it was fought from, not under a vehicle, so the map is the only page it can be looked up from. Random battles come back alongside them, carrying the tank they were played in, and the page filters by format.

## [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/videos"
```

200

```
{  "videos": [    {      "id": 0,      "videoId": "string",      "startSeconds": 0,      "title": "string",      "channelName": "string",      "mapName": "string",      "mapSlug": "string",      "mode": "standard",      "direction": "north",      "directionLabel": "string",      "result": "victory",      "format": "random",      "teamSize": 0,      "tier": 0,      "clan": {        "region": "eu",        "id": 0,        "tag": "string",        "name": "string",        "color": "string",        "emblem": "string"      },      "combinedDamage": 0,      "gameVersion": "string",      "tankId": 0,      "tankName": "string",      "tankSlug": "string",      "tankShortName": "string",      "tankTag": "string",      "vehicleTier": 0,      "nation": "string",      "type": "string",      "role": "string",      "isPremium": true,      "isReward": true    }  ]}
```

[

Map detail GET

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.

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

Glossary GET

Every World of Tanks term the site defines: game mechanics, vehicle statistics, battle formats, rating systems and community slang. Each entry carries a one-sentence definition, the other spellings it is searched by, and the section it belongs to. Alphabetical by term. Pass \`category\` to read one section.

](/docs/glossary/get-glossary.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.