unicum.gg

Top players

GET
/{region}/players/top

Player leaderboard for a region.

Path Parameters

region*string

Game server region.

Value in

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

Query Parameters

period?string

Leaderboard time window.

Default"overall"

Value in

  • "24h"
  • "7d"
  • "30d"
  • "overall"
limit?integer

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

Range1 <= value <= 1000
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/players/top"
{  "results": [    {      "account_id": 0,      "nickname": "string",      "winrate": 0,      "is_verified": true,      "is_supporter": true,      "twitch_login": "string"    }  ],  "computed_at": "string"}