unicum.gg

Tank changes feed

GET
/{region}/tanks/changes

The global tank-rebalance feed for a region: recent characteristic changes across every tank, grouped by game version (newest first) and then by tank (heaviest-hit first). Firepower, gun handling, mobility, survivability and concealment buffs and nerfs, as Wargaming ships them. Identity comes from the region's own catalogue, so a tank absent from a server is left out of that server's feed. Values are raw stored values; apply each field's scale to display.

Path Parameters

region*string

Game server region.

Value in

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

Response Body

application/json

curl -X GET "https://example.com/eu/tanks/changes"
{  "versions": [    {      "gameVersion": "string",      "capturedAt": "2019-08-24T14:15:22Z",      "tanks": [        {          "identity": {            "tankId": 0,            "slug": "string",            "tier": 0,            "type": "string",            "nation": "string",            "name": "string",            "shortName": "string",            "tag": "string",            "isPremium": true,            "isReward": true,            "role": "string",            "contourIcon": "string",            "bigIcon": "string"          },          "changes": [            {              "field": "string",              "previous": 0,              "next": 0            }          ]        }      ]    }  ]}