My queued videos
The signed-in user's own suggestions that are still waiting on a moderator, wherever they were filed. Their own only: an unreviewed row is shown to the person waiting on it and to nobody else, which is also why this answers with an empty list rather than an error when signed out. Uncached for the same reason, unlike the published lists beside it. Not scoped to one tank or map: the page that renders it keeps the rows it is about.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Response Body
application/json
curl -X GET "https://example.com/eu/videos/mine"{ "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 } ]}Community videos GET
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.
Suggest a video POST
Queue a YouTube link for moderation. Requires a signed-in Wargaming account, so a suggestion always carries who made it. The link must be a YouTube video we can embed, and its timestamp is what marks the battle. A submission is filed under the map it was fought on, which is checked against the catalogue along with the mode, so a battle cannot be filed under a map that never runs it. A random battle also names the vehicle and the damage; a competitive battle names neither, since a tactic belongs to the ground and the side rather than to one player's game. Nothing is published here: a moderator approves it first. 401 when signed out, 404 when submissions are unconfigured, 409 when that exact battle was already submitted.