unicum.gg

My queued videos

GET
/{region}/videos/mine

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

region*string

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    }  ]}