PlayersPlayer live stream GET
Player live stream
Server-sent events (SSE) for live player profile updates.
Path Parameters
region*string
Game server region.
Value in
- "eu"
- "na"
- "asia"
nickname*string
Player nickname.
Response Body
curl -X GET "https://example.com/eu/players/Animal/sse"Enqueue player refresh POST
Signals that a real browser is viewing this player's page. Schedules a background refresh of the player's stats from the Wargaming API. Idempotent: calling it multiple times only raises the existing queue entry's priority, never duplicates work.
Search clans GET
Search clans by name or tag prefix (minimum 3 characters). Returns the combined result set in a single JSON response: our database hits first, then Wargaming API hits (deduped). Waits for the (rate-limited) Wargaming call, so it can be slower than the streamed variant. For progressive results, use `/search/ndjson`.