Download JavaScript
Fetches the JavaScript code to the frontend React website.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
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
application/javascript
application/json
curl -X GET "https://api.vrchat.cloud/api/1/js/app.js?variant=public&branch=main""string"{
"error": {
"message": "only admins can get non-public variants",
"status_code": 400
}
}