Endpoints
Get lobby-list
Returns a list of all available lobbies with optional filters.
GET
Lobbies are highly dynamic and may change or disappear within moments.
Query Parameters
Filter lobbies by maximum player count.
Required range:
2 <= x <= 5
Filter lobbies by type.
Available options:
public
, friends
Filter lobbies containing specific player ID.
Response
200
application/json
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 <= 5
Whether 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).