v6 documentation is incomplete, want to contribute?

List Favorites

Returns a list of favorites.

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

GET
/favorites
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
type?string

The type of favorites to return, FavoriteType.

tag?string

Tags to include (comma-separated). Any of the tags needs to be present.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/favorites?n=60&offset=0&type=string&tag=string"
[
  {
    "favoriteId": "string",
    "id": "fvrt_9568d189-8776-44a5-a8c8-defc981e44de",
    "tags": [
      "string"
    ],
    "type": "world"
  }
]

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