v6 documentation is incomplete, want to contribute?

Download CSS

Fetches the CSS code to the frontend React website.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/css/app.css

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"public" | "internal"
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?variant=public&branch=main"
"string"

{
  "error": {
    "message": "only admins can get non-public variants",
    "status_code": 400
  }
}