Players[Player languages GET](/docs/players/get-region-players-languages.md)

# Player languages

Server URL`loading...`

GET

/`{region}`/`players`/`languages`

Send

Path

region\*`string`eu

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.

## [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/players/languages"
```

200

```
{  "results": [    {      "code": "string",      "total": 0,      "strict": 0    }  ]}
```

[

Compare players GET

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.

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

Onslaught leaderboard GET

The Onslaught (Competitive 7) ranked leaderboard for a region,

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