Groups
Search Group
Searches Groups by name or shortCode
Query Parameters
query?string
Query to search for, can be either Group Name or Group shortCode
offset?integer
A zero-based offset from the default object sorting from where search results start.
Range
0 <= valuen?integer
The number of objects to return.
Default
60Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/groups"[
{
"bannerId": "string",
"bannerUrl": "string",
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"discriminator": "0000",
"galleries": [
{
"createdAt": "2019-08-24T14:15:22Z",
"description": "Example Description",
"id": "ggal_a03a4b55-4ca6-4490-9519-40ba6351a233",
"membersOnly": false,
"name": "Example Gallery",
"roleIdsToAutoApprove": [
"grol_459d3911-f672-44bc-b84d-e54ffe7960fe"
],
"roleIdsToManage": [
"grol_459d3911-f672-44bc-b84d-e54ffe7960fe"
],
"roleIdsToSubmit": [
"grol_459d3911-f672-44bc-b84d-e54ffe7960fe"
],
"roleIdsToView": [
"grol_459d3911-f672-44bc-b84d-e54ffe7960fe"
],
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"iconId": "string",
"iconUrl": "string",
"id": "grp_71a7ff59-112c-4e78-a990-c7cc650776e5",
"isSearchable": true,
"memberCount": 0,
"membershipStatus": "member",
"name": "string",
"ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"rules": "string",
"shortCode": "VRCHAT",
"tags": [
"string"
]
}
]{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}