List Favorited Worlds
Search and list favorited worlds by query filters.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
Auth Token via Cookie
In: cookie
Query Parameters
Filters on featured results.
The sort order of the results.
"popularity""popularity" | "heat" | "trust" | "shuffle" | "random" | "favorites" | "reportScore" | "reportCount" | "publicationDate" | "labsPublicationDate" | "created" | "_created_at" | "updated" | "_updated_at" | "order" | "relevance" | "magic" | "name"The number of objects to return.
601 <= value <= 100Result ordering
"descending""ascending" | "descending"A zero-based offset from the default object sorting from where search results start.
0 <= valueFilters by world name.
Tags to include (comma-separated). Any of the tags needs to be present.
Tags to exclude (comma-separated).
Filter by ReleaseStatus.
"public""public" | "private" | "hidden" | "all"The maximum Unity version supported by the asset.
The minimum Unity version supported by the asset.
The platform the asset supports.
Target user to see information on, admin-only.
Response Body
application/json
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/worlds/favorites?featured=true&sort=popularity&n=60&order=descending&offset=0&search=string&tag=string¬ag=string&releaseStatus=public&maxUnityVersion=string&minUnityVersion=string&platform=string&userId=string"[
{
"authorId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"authorName": "string",
"capacity": 8,
"description": "string",
"recommendedCapacity": 16,
"created_at": "2019-08-24T14:15:22Z",
"defaultContentSettings": {
"drones": true,
"emoji": true,
"pedestals": true,
"prints": true,
"stickers": true,
"props": true
},
"favorites": 12024,
"favoriteGroup": "string",
"favoriteId": "fvrt_9568d189-8776-44a5-a8c8-defc981e44de",
"featured": false,
"visits": 9988675,
"heat": 5,
"id": "wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd",
"imageUrl": "string",
"labsPublicationDate": "none",
"name": "string",
"occupants": 47,
"organization": "vrchat",
"popularity": 8,
"previewYoutubeId": "string",
"publicationDate": "none",
"releaseStatus": "public",
"tags": [
"string"
],
"thumbnailImageUrl": "string",
"unityPackages": [
{
"id": "unp_52b12c39-4163-457d-a4a9-630e7aff1bff",
"assetUrl": "https://api.vrchat.cloud/api/1/file/file_cd0caa7b-69ba-4715-8dfe-7d667a9d2537/65/file",
"assetUrlObject": {},
"assetVersion": 4,
"created_at": "2020-09-10T06:13:27.777Z",
"impostorizerVersion": "0.17.0",
"performanceRating": "Excellent",
"platform": "standalonewindows",
"pluginUrl": "",
"pluginUrlObject": {},
"unitySortNumber": 20180414000,
"unityVersion": "2022.3.6f1",
"worldSignature": "AHiPAWerwCpeYrxDthF5TU2SdUWEWnm43UAn8PKRXlS8k8tVRQ==",
"impostorUrl": "string",
"scanStatus": "string",
"variant": "string"
}
],
"updated_at": "2019-08-24T14:15:22Z",
"urlList": [
"string"
],
"udonProducts": [
"prod_c1644b5b-3ca4-45b4-97c6-a2a0de70d469"
],
"version": 1
}
]{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}{
"error": {
"message": "403 You can't see another user's favorites",
"status_code": 403
}
}