Community 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
Game server region.
Value in
- "eu"
- "na"
- "asia"
Query Parameters
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 } ]}Community ratings board GET
Every vehicle players have rated, with what they think of it and how far that is from what it actually does. `overallBayes` is the mean shrunk towards the site-wide average and is what the board sorts on, so a tank three people liked cannot sit above one four hundred have judged. `hype` is the community's rank inside the tier minus the tank's measured win-rate rank inside the same tier: sort it descending for the most overrated vehicles in the game, ascending for the most underrated. Vehicles nobody has rated are absent rather than returned with nulls, so an unrated tank is never read as a badly rated one. The votes are global, the identities are the region's catalogue.
My queued videos GET
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.