You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API config contains configuration that the clients needs to work properly.
5
3
6
-
Currently the most important value here is `clientApiKey` which is used for all other API endpoints.
7
-
8
-
*[getConfig](./getconfig.md)
9
-
## Show Information Notices
10
-
IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version.
11
-
12
-
`include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an "any of" search.
13
-
14
-
`require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an "all of" search.
15
-
16
-
*[getInfoPush](./getinfopush.md)
17
-
*[getInfoPush with user-all](./getinfopush-with-user-all.md)
18
-
## Download CSS
19
-
Fetches the CSS code to the frontend React website.
20
-
21
-
*[getCSS](./getcss.md)
22
-
## Download JavaScript
23
-
Fetches the JavaScript code to the frontend React website.
24
-
25
-
*[getJavaScript](./getjavascript.md)
26
-
## Check API Health
27
-
~~Gets the overall health status, the server name, and the current build version tag of the API.~~
28
-
29
-
**DEPRECATED:** VRChat has suddenly restricted this endpoint for unknown reasons, and now always return 401 Unauthorized.
30
-
31
-
> Missing coverage.
32
-
## Current Online Users
33
-
Returns the current number of online users.
34
-
35
-
**NOTE:** The response type is not a JSON object, but a simple JSON integer.
0 commit comments