Group

Atrybuty

pathstring
createTimestring
Tylko dane wyjściowe
updateTimestring
Tylko dane wyjściowe
idstring
Tylko dane wyjściowe
displayNamestring
descriptionstring
ownerstring
Tylko dane wyjściowe
memberCountnumber
Tylko dane wyjściowe
publicEntryAllowedboolean
lockedboolean
Tylko dane wyjściowe
verifiedboolean
Tylko dane wyjściowe
Podstawowy adres URL

https://apis.roblox.com/cloud
Zasób 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}
ŻądanieParametry ścieżki
groupstring
Wymagane
Odpowiedź:Group
GET /cloud/v2/groups/{group}

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

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