Enqueue player refresh
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.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Player nickname.
Response Body
application/json
curl -X POST "https://example.com/eu/players/Animal/enqueue"{ "estimatedSeconds": 0}Player tanks GET
Per-tank rows for a player: the tank-by-tank breakdown with per-battle averages and WN7/WN8/WNX ratings. This is the heavy list on the player page, so it lives on its own endpoint and is loaded on demand (a deep link to `?section=tanks` server-renders it; otherwise the client fetches it when the Tanks section is first opened). 404 when the player is unknown.
Player live stream GET
Server-sent events (SSE) for live player profile updates.