Miscellaneous

Download JavaScript

GET
/js/app.js

Fetches the JavaScript 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

application/javascript

application/json

curl -X GET "https://api.vrchat.cloud/api/1/js/app.js"
"string"

{
  "error": {
    "message": "only admins can get non-main branches",
    "status_code": 400
  }
}