GET
qbreader.org/api/room-list
Get a list of public rooms.
This endpoint takes no parameters.
object
with the following properties:
roomList
: Object[]
An array of objects
with the following properties:
{
roomName: string
playerCount: number
onlineCount: number
isPermanent: boolean
}