unicum.gg

Tank performance

GET
/{region}/tanks/{slug}

Server-wide performance for one tank on a region, averaged over tracked players (win rate, average damage, WN7/WN8/WNX, and more), plus Marks of Excellence / Mastery holder counts. 404 if the region's catalogue has no vehicle with this slug.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"
slug*string

Tank slug (e.g. is-7).

Response Body

application/json

curl -X GET "https://example.com/eu/tanks/is-7"
{  "identity": {    "tankId": 0,    "slug": "string",    "tier": 0,    "type": "string",    "nation": "string",    "name": "string",    "shortName": "string",    "tag": "string",    "isPremium": true,    "isReward": true,    "isCommonTest": true,    "testChanges": 0,    "role": "string",    "contourIcon": "string",    "bigIcon": "string"  },  "stats": {    "players": 0,    "avg_battles": 0,    "total_battles": 0,    "avg_damage": 0,    "winrate": 0,    "player_wr": 0,    "wn7": 0,    "wn8": 0,    "wnx": 0,    "avg_spots": 0,    "avg_assist": 0,    "kdr": 0,    "hit_pct": 0,    "pen_pct": 0,    "avg_blocked": 0,    "survival": 0,    "moe1": 0,    "moe2": 0,    "moe3": 0,    "mom_class3": 0,    "mom_class2": 0,    "mom_class1": 0,    "mom_ace": 0  }}