unicum.gg

Top clans

GET
/{region}/clans/top

Clan leaderboard for a region.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"

Query Parameters

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.

Range1 <= value <= 200
Default10
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

application/json

curl -X GET "https://example.com/eu/clans/top"
{  "results": [    {      "clan_id": 0,      "tag": "string",      "name": "string"    }  ],  "computed_at": "string"}