GET
Get queue stats

Authorizations

api-key
string
header
required

Per-project client key, prefixed ck_live_. Player-facing endpoints only, and browse never returns private lobbies. Safe to ship in a game binary: a leak exposes one project's player surface, nothing else.

Path Parameters

queue_id
string
required

Queue identifier.

Example:

"ranked_2v2"

Response

Current stats.

Live queue health. Public: no x-player-id required, so a launcher or a website can show real numbers without impersonating a player.

queue_id
string
required
Example:

"ranked_2v2"

players_searching
integer
required

Players currently in lobbies with status in_queue.

Example:

42

lobbies_in_queue
integer
required
Example:

8

avg_wait_seconds
number
required

Rolling average time from queue entry to match, in seconds.

Example:

12.3

players_in_game
integer
required

Derived from the players on servers currently running for this queue.

Example:

1240

active_servers
integer
required
Example:

62