unicum.gg

Clan previous clans

GET
/{region}/clans/{tag}/previous-clans

The clans the current members previously belonged to, with how many came from each. 404 if the region's clan with this tag doesn't exist.

Path Parameters

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"
tag*string

Clan tag.

Response Body

application/json

curl -X GET "https://example.com/eu/clans/FAME/previous-clans"
{  "previousClans": [    {      "clanId": 0,      "tag": "string",      "name": "string",      "color": "string",      "emblem": "string",      "languages": [        "string"      ],      "totalCount": 0,      "cameFromCount": 0    }  ]}