Group

Atributos

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

https://apis.roblox.com/cloud
El recurso 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}
SolicitudParámetros de ruta
groupstring
Obligatorio
RespuestaGroup
GET /cloud/v2/groups/{group}

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

{
"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
}