unicum.gg

Map videos

GET
/{region}/maps/{slug}/videos

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

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"
slug*string

Map slug (e.g. prokhorovka).

Response Body

application/json

curl -X GET "https://example.com/eu/maps/prokhorovka/videos"
{  "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    }  ]}