Instances
List Instance Vibes
Returns the vibes an instance can be tagged with.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Response Body
application/json
curl -X GET "https://api.vrchat.cloud/api/1/instanceVibes"[
{
"deleted": true,
"id": "ivib_2d8445c4-f47b-4635-b565-467fc32c4003",
"title": "adventure"
}
]List Instance Categories GET
Returns the categories an instance can be listed under.
Get Instance GET
Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return "null"!