unicum.gg

Suggest a video

POST
/{region}/videos/suggest
*object

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.

Path Parameters

region*string

Game server region.

Value in

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

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/eu/videos/suggest" \  -H "Content-Type: application/json" \  -d '{    "url": "string",    "arenaId": "string",    "mode": "standard",    "spawnTeam": 1,    "result": "victory",    "format": "random"  }'
{  "ok": true}