GET
/
v1
/
lobbies
/
{ids}
curl --request GET \
  --url https://api.adventure-builder.net/v1/lobbies/{ids}
[
  {
    "id": 123,
    "creatorId": 123,
    "type": "public",
    "maxPlayers": 3,
    "players": [
      123
    ],
    "locked": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "serverCode": "<string>"
  }
]
Lobbies are highly dynamic and may change or disappear within moments.

Path Parameters

ids
integer[]
required

Array of lobby IDs (max 10).

Maximum length: 10

Response

200
application/json

Array of lobby information

The response is of type object[].