v6 documentation is incomplete, want to contribute?

Show Favorite Group

Fetch information about a specific favorite group.

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

GET
/favorite/group/{favoriteGroupType}/{favoriteGroupName}/{userId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

favoriteGroupTypestring

The type of group to fetch, must be a valid FavoriteType.

Value in"world" | "friend" | "avatar"
favoriteGroupNamestring

The name of the group to fetch, must be a name of a FavoriteGroup.

userIdstring

Must be a valid user ID.

Response Body

application/json

curl -X GET "https://api.vrchat.cloud/api/1/favorite/group/world/string/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"
}