Group

A mini-community within Roblox for communication, discussions, and more.

คุณลักษณะ

pathstring

The resource path of the group.

Format: groups/{group_id}.

createTimestring
เอาต์พุตเท่านั้น

The timestamp when the group was created. สตริงนี้มีรูปแบบประทับเวลา

updateTimestring
เอาต์พุตเท่านั้น

The timestamp when the group was last updated. สตริงนี้มีรูปแบบประทับเวลา

idstring
เอาต์พุตเท่านั้น

A unique ID that identifies the group.

displayNamestring

The name of the group.

Must be non-empty. Has a maximum limit of 50 characters.

descriptionstring

The description of the group.

Has a maximum limit of 1000 characters.

ownerstring
เอาต์พุตเท่านั้น

The resource path of the owner.

If the group is abandoned and has no owner, this field is not returned.

memberCountnumber
เอาต์พุตเท่านั้น

The total number of members within a group.

publicEntryAllowedboolean

Whether the group allows public entry.

lockedboolean
เอาต์พุตเท่านั้น

Whether the group is locked.

A locked group is a group that has been moderated/banned by Roblox.

verifiedboolean
เอาต์พุตเท่านั้น

Whether the group has the verified badge.

URL หลัก

https://apis.roblox.com
แหล่งข้อมูล 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_id}

Gets the specified group.

คำขอพารามิเตอร์เส้นทาง
group_idstring
จำเป็นต้องมี

The group ID.

การตอบกลับGroup
GET /cloud/v2/groups/{group_id}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group_id}' \
-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
}