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

# Clan overview

Server URL`loading...`

GET

/`{region}`/`clans`/`{tag}`

Send

Path

region\*`string`eu

tag\*`string`

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.

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

region\*string

Game server region.

Value in

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

tag\*string

Clan tag.

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

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

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

200

```
{  "clan": {    "id": 0,    "tag": "string",    "name": "string",    "color": "string",    "emblem": "string",    "motto": "string",    "descriptionHtml": "string",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "membersCount": 0,    "leaderId": 0,    "leaderName": "string",    "creatorId": 0,    "creatorName": "string",    "isDisbanded": true,    "languages": [      "string"    ]  },  "ratings": {    "lifetime": {      "wn7": 0,      "wn8": 0,      "wnx": 0    },    "recent": {      "wn7": 0,      "wn8": 0,      "wnx": 0    },    "avgWinrate": 0  },  "nameHistory": [    {      "tag": "string",      "name": "string",      "recordedAt": "2019-08-24T14:15:22Z"    }  ],  "vehiclesCount": 0,  "badges": [    {      "board": "wn7",      "rank": 0    }  ]}
```

[

Clan languages GET

Languages the region's clans declare, with total and strict (single-language) counts. Backs the by-language leaderboards.

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

Clan videos GET

Every published battle this clan is credited on, newest approved first: the tactics it called and the maps it called them on. A submitter names the clan when suggesting a competitive battle, and it is stored as an id rather than a tag, so a rename never strands the credit. Empty for a clan nobody has credited yet.

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