cURL
Endpoints
Get lobby-list
Returns a list of all available lobbies with optional filters.
GET
cURL
Query Parameters
Filter lobbies by maximum player count.
Required range:
2 <= x <= 5Filter lobbies by type.
Available options:
public, friends Filter lobbies containing specific player ID.
Response
List of all matching lobbies
The unique ID of the lobby.
The ID of the player who created the lobby.
Array of player IDs currently in the lobby.
The type of lobby.
Available options:
public, friends Maximum number of players allowed in the lobby.
Required range:
2 <= x <= 5Whether the lobby is locked (in game).
The timestamp when the lobby was created.
The server code where the lobby is located (only visible with auth).

