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.
auth<token>
Auth Token via Cookie
In: cookie
Query Parameters
n?integer
The number of objects to return.
Default
60Range
1 <= value <= 100offset?integer
A zero-based offset from the default object sorting from where search results start.
Range
0 <= valuetype?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
}
}