Clans[Top clans GET](/docs/clans/get-region-clans-top.md)

# Top clans

Server URL`loading...`

GET

/`{region}`/`clans`/`top`

Send

Path

region\*`string`eu

Query

period`string`Unset

limit`integer`

metric`string`Unset

language`string`

strict`string`Unset

languages`string`Unset

Clan leaderboard for a region.

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

region\*string

Game server region.

Value in

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

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

period?string

Clan leaderboard time window.

Default`"overall"`

Value in

-   "overall"
-   "30d"

limit?integer

Maximum number of rows to return. Out-of-range values are clamped.

Range`1 <= value <= 200`

Default`10`

metric?string

Rating metric the leaderboard is ranked by.

Default`"wnx"`

Value in

-   "wn7"
-   "wn8"
-   "wnx"

language?string

Two-letter language code. When set, the leaderboard is filtered to players/clans whose clan declares this language (period is ignored: language boards are lifetime WNX).

strict?string

With `language`: only count clans that declare exactly this one language.

Value in

-   "true"
-   "false"

languages?string

Return the lifetime by-language board (each row carries its inferred languages) without filtering to one language.

Value in

-   "true"
-   "false"

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

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/eu/clans/top"
```

200

```
{  "results": [    {      "clan_id": 0,      "tag": "string",      "name": "string",      "winrate": 0,      "badges": [        {          "board": "wn7",          "rank": 0        }      ]    }  ],  "computed_at": "string"}
```

[

Stronghold clan leaderboard GET

The region's best stronghold clans for one mode/tier (Advances, tier X/VIII/VI skirmishes), ranked by SR (skirmish rating), Elo, battles, or win rate, over all-time or the last 30 days. Top 100; cached ~10 min server-side.

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

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)

## 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.