Miscellaneous
Download CSS
Fetches the CSS code to the frontend React website.
Query Parameters
variant?string
Specifies which variant of the site. Public is the end-user site, while internal is the staff-only site with special pages for moderation and management.
Default
"public"Value in
"internal" | "public"branch?string
Specifies which git branch the site should load frontend source code from.
Default
"main"Response Body
text/css
application/json
curl -X GET "https://api.vrchat.cloud/api/1/css/app.css""string"{
"error": {
"message": "only admins can get non-main branches",
"status_code": 400
}
}Fetch API Config GET
API config contains configuration that the clients needs to work properly. Currently the most important value here is `clientApiKey` which is used for all other API endpoints.
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.