unicum.gg

Enqueue player refresh

POST
/{region}/players/{nickname}/enqueue

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

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"
nickname*string

Player nickname.

Response Body

application/json

curl -X POST "https://example.com/eu/players/Animal/enqueue"
{  "estimatedSeconds": 0}