Group

Attributi

pathstring
createTimestring
Solo output
updateTimestring
Solo output
idstring
Solo output
displayNamestring
descriptionstring
ownerstring
Solo output
memberCountnumber
Solo output
publicEntryAllowedboolean
lockedboolean
Solo output
verifiedboolean
Solo output
URL di base

https://apis.roblox.com/cloud
Risorsa Group

{
"path": "groups/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"id": "7",
"displayName": "Roblox",
"description": "Official fan club of Roblox!",
"owner": "users/21557",
"memberCount": 10196297,
"publicEntryAllowed": true,
"locked": true,
"verified": true
}

Group

Get Group
Beta

GET /cloud/v2/groups/{group}
RichiestaParametri percorso
groupstring
Necessario
RispostaGroup
GET /cloud/v2/groups/{group}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group}' \
-H 'x-api-key: {your-api-key}'
Risposta

{
"path": "groups/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"id": "7",
"displayName": "Roblox",
"description": "Official fan club of Roblox!",
"owner": "users/21557",
"memberCount": 10196297,
"publicEntryAllowed": true,
"locked": true,
"verified": true
}