ClansClan activity GET
Clan 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 } ]}Clan previous clans GET
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.
Clan stronghold stats GET
The clan's Stronghold Elo and skirmish/advances stats per tier: `latest` is the current snapshot; each entry in `periods` is the change vs the snapshot 24h/7d/30d ago (null when there's no comparison point). 404 if the region's clan with this tag doesn't exist.