unicum.gg

Clan languages

GET
/{region}/clans/languages

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

Path Parameters

region*string

Game server region.

Value in

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

Response Body

application/json

curl -X GET "https://example.com/eu/clans/languages"
{  "results": [    {      "code": "string",      "total": 0,      "strict": 0    }  ]}