unicum.gg

Enqueue clan refresh

POST
/{region}/clans/{tag}/enqueue

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}