GET qbreader.org/api/multiplayer/room-listGet 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
}