Endpoints
Get lobby
Returns information about specific lobbies (max 10 IDs).
GET
Lobbies are highly dynamic and may change or disappear within moments.
Path Parameters
Array of lobby IDs (max 10).
Response
200
application/json
Array of lobby information
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).