Clan vehicles
Per-tank stats for a clan, aggregated across all members from their most recent tank snapshots: member count, total battles, battle-weighted average damage and XP, win rate, and WN7/WN8/WNX ratings. This is the heavy aggregation on the clan page, so it lives on its own endpoint and is loaded on demand.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Clan tag.
Response Body
application/json
curl -X GET "https://example.com/eu/clans/FAME/vehicles"{ "vehicles": [ { "tankId": 0, "name": "string", "shortName": "string", "tier": 0, "nation": "string", "type": "string", "isPremium": true, "role": "string", "isReward": true, "memberCount": 0, "battles": 0, "avgDamage": 0, "avgXp": 0, "winrate": 0, "wn7": 0, "wn8": 0, "wnx": 0 } ]}Clan wars stats GET
The clan's Global Map (Clan Wars) Elo, battles, wins and provinces 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.
Enqueue clan refresh POST
Signals that a real browser is viewing this clan's page. Schedules a background refresh of the clan's data from the Wargaming API. Idempotent: calling it multiple times only raises the existing queue entry's priority, never duplicates work.