Retrieve community
Developing
Can be accessed by any community member
Request Code Samples
curl --location '/communities/'
Responses
application/json
{
"success": true,
"community": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "string",
"slug": "funny-dog",
"locale": "en",
"tier": "GUEST",
"queue": {
"autostart": true,
"defaults": {
"pieceCount": 300,
"isMystery": false,
"isHardmode": false
},
"constraints": {
"pieces": {
"min": 1,
"max": 1
}
}
},
"permissions": {
"member": [
[
"room.join"
]
],
"special": [
[
"room.join"
]
]
},
"restriction": "membership",
"integrations": {
"twitch": "string",
"discord": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
}
Modified at 2025-03-01 10:27:53