Clans[Clan languages GET](/docs/clans/get-region-clans-languages.md)

# Clan languages

Server URL`loading...`

GET

/`{region}`/`clans`/`languages`

Send

Path

region\*`string`eu

Languages the region's clans declare, with total and strict (single-language) 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/clans/languages"
```

200

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

[

Compare clans GET

Inputs for a side-by-side comparison of up to 4 clans (\`?tags=a,b,c\`): each clan's profile, rated members and per-tank aggregates, plus the vehicle catalogue and the WN8/WNX expected-value tables. Dates are ISO 8601 strings.

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

Clan overview GET

The clan's profile and its battle-weighted aggregate ratings (lifetime and 30-day WN7/WN8/WNX plus the average win rate). The heavy per-category data lives on the dedicated sub-endpoints: \`/members\`, \`/previous-clans\`, \`/activity\`, \`/stronghold\`, \`/clan-wars\` and \`/vehicles\`. 404 if the region's clan with this tag doesn't exist.

](/docs/clans/get-region-clans-tag.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.