Miscellaneous
List Frontend Branches
List the frontend branches the currently authenticated user may switch to.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/frontend/branches"[
null
]{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}Current Online Users GET
Returns the current number of online users. **NOTE:** The response type is not a JSON object, but a simple JSON integer.
Check API Health GET
Gets the overall health status, the server name, and the current build version tag of the API. VRChat has restricted this endpoint, which now always returns 401 Unauthorized.