Players[Compare players GET](/docs/players/get-region-players-compare.md)

# Compare players

Server URL`loading...`

GET

/`{region}`/`players`/`compare`

Send

Path

region\*`string`eu

Query

names\*`array<string>`

Inputs for a side-by-side comparison of up to 4 players (`?names=a,b,c`): each player's tracked row, latest snapshot and raw per-tank stats, plus the vehicle catalogue and the WN8/WNX expected-value tables the ratings derive from. Dates are ISO 8601 strings.

## [Path Parameters](#parameters-path)

region\*string

Game server region.

Value in

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

## [Query Parameters](#parameters-query)

names\*array<string\>

Player nicknames to compare (2 to 4).

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

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/eu/players/compare?names=string"
```

200

```
{  "slots": [    {      "requested": "string",      "player": "string",      "latest": "string",      "tanks": [        "string"      ]    }  ],  "encyclopedia": {    "property1": "string",    "property2": "string"  },  "wn8Expected": {    "property1": "string",    "property2": "string"  },  "wnxExpected": {    "property1": "string",    "property2": "string"  },  "wn8Fallback": {    "property1": "string",    "property2": "string"  }}
```

[

Top players GET

Player leaderboard for a region.

](/docs/players/get-region-players-top.md)[

Player languages GET

Languages the region's tracked players speak (inferred from their clan's declared languages), with total and strict (single-language clans) counts. Backs the by-language leaderboards.

](/docs/players/get-region-players-languages.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.