Returns a paginated list of public lobbies for the given config. Private lobbies are excluded.
Use status to filter by lobby state (waiting, in_queue, in_game). Use region to filter by region.
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).
Lobby configuration name or ID.
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 >= 0Paginated list of public lobbies matching the filters.