Group

คุณลักษณะ

pathstring
createTimestring
เอาต์พุตเท่านั้น
updateTimestring
เอาต์พุตเท่านั้น
idstring
เอาต์พุตเท่านั้น
displayNamestring
descriptionstring
ownerstring
เอาต์พุตเท่านั้น
memberCountnumber
เอาต์พุตเท่านั้น
publicEntryAllowedboolean
lockedboolean
เอาต์พุตเท่านั้น
verifiedboolean
เอาต์พุตเท่านั้น
URL หลัก

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
}