Group

Attributs

pathstring
createTimestring
Sortie seule
updateTimestring
Sortie seule
idstring
Sortie seule
displayNamestring
descriptionstring
ownerstring
Sortie seule
memberCountnumber
Sortie seule
publicEntryAllowedboolean
lockedboolean
Sortie seule
verifiedboolean
Sortie seule
URL de base

https://apis.roblox.com/cloud
La ressource 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
Bêta

GET /cloud/v2/groups/{group}
RequêteParamètres du chemin
groupstring
Requis
RéponseGroup
GET /cloud/v2/groups/{group}

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

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