ClansClan live stream GET
Clan live stream
Server-sent events (SSE) for live clan profile updates.
Path Parameters
region*string
Game server region.
Value in
- "eu"
- "na"
- "asia"
tag*string
Clan tag.
Response Body
curl -X GET "https://example.com/eu/clans/FAME/sse"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.
Search tanks GET
Search the vehicle catalogue by name, short name or tag (minimum 3 characters), served from our in-memory catalogue. Returns the results in a single JSON response. For the streamed variant (a single `local` chunk), use `/search/ndjson`.