Miscellaneous

Check API Health

GET
/health

Gets the overall health status, the server name, and the current build version tag of the API.

DEPRECATED: VRChat has suddenly restricted this endpoint for unknown reasons, and now always return 401 Unauthorized.

Response Body

application/json

curl -X GET "https://api.vrchat.cloud/api/1/health"
{
  "buildVersionTag": "master-build-2021-06-24-fred-drakeshoot",
  "ok": true,
  "serverName": "prod-api-green-marsh-dgt"
}