Instances

List Instance Vibes

GET
/instanceVibes

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"
  }
]