Group

特性

pathstring
createTimestring
僅限輸出
updateTimestring
僅限輸出
idstring
僅限輸出
displayNamestring
descriptionstring
ownerstring
僅限輸出
memberCountnumber
僅限輸出
publicEntryAllowedboolean
lockedboolean
僅限輸出
verifiedboolean
僅限輸出
基本網址

https://apis.roblox.com/cloud
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}
請求路徑參數
groupstring
需要
回應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}'
回應

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