Browse lobbies
Returns a paginated list of public lobbies for the given config. Private (invite-only) lobbies are excluded.
Use status to filter by lobby state (waiting, in_queue, in_game). Use region to filter by region.
includePrivate: Set to true to also return private lobbies. Honored ONLY when authenticated with a server key (pf_*) — the project owner’s own dashboard/admin view. Client keys (pfclient_*) always get public-only results, so invite codes stay meaningful.
No x-player-id required. This endpoint is designed for lobby browsers and server-side matchmaking systems.
Results are ordered by creation time (newest first).
Authorizations
Path Parameters
Lobby configuration name or ID.
Query Parameters
Filter by region.
Filter by status (waiting, in_queue, in_game).
Max results per page (1–100). Defaults to 50.
1 <= x <= 100Pagination offset. Defaults to 0.
x >= 0Include private (invite-only) lobbies. Honored ONLY for server keys (pf_*) — the project owner's own admin/dashboard view. Ignored for client keys, so public browse never leaks private lobbies.
Response
Paginated list of public lobbies matching the filters.