Enqueue clan refresh
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.
Path Parameters
region*string
Game server region.
Value in
- "eu"
- "na"
- "asia"
tag*string
Clan tag.
Response Body
application/json
curl -X POST "https://example.com/eu/clans/FAME/enqueue"{ "estimatedSeconds": 0}Clan vehicles GET
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.
Clan live stream GET
Server-sent events (SSE) for live clan profile updates.