Tanks[Tank changes feed GET](/docs/tanks/get-region-tanks-changes.md)

# Tank changes feed

Server URL`loading...`

GET

/`{region}`/`tanks`/`changes`

Send

Path

region\*`string`eu

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](#parameters-path)

region\*string

Game server region.

Value in

-   "eu"
-   "na"
-   "asia"

## [Response Body](#response-body)

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/eu/tanks/changes"
```

200

```
{  "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            }          ]        }      ]    }  ]}
```

[

Tanks performance GET

Server-wide performance for every tank on a region, averaged over tracked players: win rate, average damage, WN7/WN8/WNX, kills-per-death, assistance, spots, hit and penetration rate, blocked damage and survival, plus Marks of Excellence / Mastery holder counts. One row per vehicle in the region's catalogue; \`stats\` is null until the by-tank cron has coverage.

](/docs/tanks/get-region-tanks.md)[

Compare tanks GET

Everything a side-by-side comparison of 2 to 4 vehicles renders (\`?slugs=is-7,e-100\`): each vehicle's specifications, module combinations, equipment slots, crew and progression, plus its server-average performance. The mountable catalogues (equipment, directives, consumables, crew skills) are hoisted out of the vehicles and described once under \`catalog\`, referenced by key, and \`ranges\` carries the catalogue-wide spread of every characteristic so a client can score a vehicle per category. Duplicate slugs collapse; a slug the catalogue doesn't know is dropped rather than failing the request, as long as two vehicles remain.

](/docs/tanks/get-region-tanks-compare.md)

## Navigation

- [unicum.gg](/index.md)

## Indexes

- [llms.txt](/llms.txt): the API, the MCP server and the other machine-readable surfaces.
- [llms-full.txt](/llms-full.txt): the same, with every endpoint's parameters inline.
- [sitemap.md](/sitemap.md): every section of the site, down to the individual pages.