群組的資源路徑。
格式:groups/{group_id}.
*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡。
內置 Roblox 的迷你社群,用於通訊、討論和其他用途。
群組的資源路徑。
格式:groups/{group_id}.
群組創建時的時戳。. 此字串的格式為 Timestamp。
群組上次更新時的時戳。. 此字串的格式為 Timestamp。
一個唯一標識群組的ID。.
群組的名稱。
必須不為空。有最大限制為 50 個字元。.
群組的說明。
最大限制為 1000 個字元。.
所有者的資源路徑。
如果群組被放棄且沒有所有者,此欄位不會返回。.
群組內的會員總數。.
群組是否允許公眾進入。.
群組是否被鎖定。
鎖定的群組是 Roblox 已經管理/禁止的群組。.
群組是否擁有已驗證的徽章。.
https://apis.roblox.com
{
"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
}
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
}