unicum.gg

Clan activity

GET
/{region}/clans/{tag}/activity

Recent join / leave / role-change events for the clan. 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/activity"
{  "events": [    {      "type": "string",      "createdAt": "2019-08-24T14:15:22Z",      "accountId": 0,      "accountName": "string",      "oldRole": "string",      "newRole": "string",      "oldRank": 0,      "newRank": 0    }  ]}