Returns a list of all available lobbies with optional filters.
Filter lobbies by maximum player count.
2 <= x <= 5Filter lobbies by type.
public, friends Filter lobbies containing specific player ID.
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.
public, friends Maximum number of players allowed in the lobby.
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).