v6 documentation is incomplete, want to contribute?

List Favorite Groups

Return a list of favorite groups owned by a user. Returns the same information as getFavoriteGroups.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/favorite/groups
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offset?integer

A zero-based offset from the default object sorting from where search results start.

Range0 <= value
userId?string

Target user to see information on, admin-only.

ownerId?string

The owner of whoms favorite groups to return. Must be a UserID.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/favorite/groups?n=60&offset=0&userId=string&ownerId=string"
[
  {
    "displayName": "string",
    "id": "fvgrp_8a02a44b-dc3a-4a9a-bc77-77fa37996fc7",
    "name": "string",
    "ownerDisplayName": "string",
    "ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "tags": [
      "string"
    ],
    "type": "world",
    "visibility": "private"
  }
]

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}