Miscellaneous

Download CSS

GET
/css/app.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
  }
}