ClansClan members GET
Clan members
The clan's members with cached WN7/WN8/WNX ratings (overall and 30-day) and per-period aggregate stats. 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/members"{ "members": [ { "accountId": 0, "name": "string", "role": "string", "roleLocalized": "string", "roleRank": 0, "daysInClan": 0, "lastBattleTime": "2019-08-24T14:15:22Z", "personalRating": 0, "overall": { "battles": 0, "winsPercentage": 0, "damagePerBattle": 0, "expPerBattle": 0, "fragsPerBattle": 0, "battlesPerDay": 0 }, "d28": { "battles": 0, "winsPercentage": 0, "damagePerBattle": 0, "expPerBattle": 0, "fragsPerBattle": 0, "battlesPerDay": 0 }, "wn7": 0, "wn8": 0, "wnx": 0, "wn730d": 0, "wn830d": 0, "wnx30d": 0, "battles30d": 0, "isVerified": true, "isSupporter": true, "twitchLogin": "string" } ]}Clan videos GET
Every published battle this clan is credited on, newest approved first: the tactics it called and the maps it called them on. A submitter names the clan when suggesting a competitive battle, and it is stored as an id rather than a tag, so a rename never strands the credit. Empty for a clan nobody has credited yet.
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.