unicum.gg

Community videos

GET
/{region}/videos

Every published battle the community has suggested, newest approved first, whatever the tank. Each entry is a battle rather than a whole video, carrying the second it starts at, so one recording appears once per battle marked in it. The per-tank endpoint returns the same rows filtered to one tank; this one is what shows a video whole, with every tank it covers. Region-independent, the same list is served on every region.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"

Query Parameters

videoId?string

Narrow to one video's battles, ordered by timestamp.

Response Body

application/json

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