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

# Compare clans

Server URL`loading...`

GET

/`{region}`/`clans`/`compare`

Send

Path

region\*`string`eu

Query

tags\*`array<string>`

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.

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

region\*string

Game server region.

Value in

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

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

tags\*array<string\>

Clan tags 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/clans/compare?tags=string"
```

200

```
{  "slots": [    {      "requested": "string",      "clan": "string",      "members": [        "string"      ],      "tankAggregates": [        "string"      ]    }  ],  "encyclopedia": {    "property1": "string",    "property2": "string"  },  "wn8Expected": {    "property1": "string",    "property2": "string"  },  "wnxExpected": {    "property1": "string",    "property2": "string"  },  "wn8Fallback": {    "property1": "string",    "property2": "string"  }}
```

[

Top clans GET

Clan leaderboard for a region.

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

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)

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