[Feature Request] VRChat Status Display #299

Closed
opened 2026-04-05 16:17:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @DubyaDude on 9/25/2025

It would be great if the VRCX client were able to display information about VRChat's current status.

General Ideas

  • A page that displays VRChat status information, such as the graphs shown on the status page, incidents, maintenance, etc.
  • This page probably shouldn't require a login. There will be times when VRChat is down, and users may not be able to log in.
  • When an incident is active, maybe display a bar at the top stating it, or maybe even an overlay notification.

Gathering information

I've been informed that we are okay to have the clients directly get information from the source if desired, as they are cached.

Here are the available paths. Not all of these may be needed to implement what we need in VRCX:

Graphs:

Links
https://d31qqo63tn8lj0.cloudfront.net/visits.json
https://d31qqo63tn8lj0.cloudfront.net/apilatency.json
https://d31qqo63tn8lj0.cloudfront.net/apirequests.json
https://d31qqo63tn8lj0.cloudfront.net/apierrors.json
https://d31qqo63tn8lj0.cloudfront.net/extauth_steam.json
https://d31qqo63tn8lj0.cloudfront.net/extauth_oculus.json

VRChat Status Page API (link)

Links
https://status.vrchat.com/api/v2/summary.json
https://status.vrchat.com/api/v2/status.json
https://status.vrchat.com/api/v2/components.json
https://status.vrchat.com/api/v2/incidents.json
https://status.vrchat.com/api/v2/incidents/unresolved.json
https://status.vrchat.com/api/v2/scheduled-maintenances.json
https://status.vrchat.com/api/v2/scheduled-maintenances/active.json
https://status.vrchat.com/api/v2/scheduled-maintenances/upcoming.json
*Originally created by @DubyaDude on 9/25/2025* It would be great if the VRCX client were able to display information about [VRChat's current status](https://status.vrchat.com/). ## General Ideas - A page that displays VRChat status information, such as the graphs shown on the status page, incidents, maintenance, etc. - This page probably shouldn't require a login. There will be times when VRChat is down, and users may not be able to log in. - When an incident is active, maybe display a bar at the top stating it, or maybe even an overlay notification. ## Gathering information **I've been informed that we are okay to have the clients directly get information from the source if desired, as they are cached.** Here are the available paths. Not all of these may be needed to implement what we need in VRCX: ### Graphs: | Links | | ------------- | | https://d31qqo63tn8lj0.cloudfront.net/visits.json | | https://d31qqo63tn8lj0.cloudfront.net/apilatency.json | | https://d31qqo63tn8lj0.cloudfront.net/apirequests.json | | https://d31qqo63tn8lj0.cloudfront.net/apierrors.json | | https://d31qqo63tn8lj0.cloudfront.net/extauth_steam.json | | https://d31qqo63tn8lj0.cloudfront.net/extauth_oculus.json | ### VRChat Status Page API ([link](https://status.vrchat.com/api/)) | Links | | ------------- | | https://status.vrchat.com/api/v2/summary.json | | https://status.vrchat.com/api/v2/status.json | | https://status.vrchat.com/api/v2/components.json | | https://status.vrchat.com/api/v2/incidents.json | | https://status.vrchat.com/api/v2/incidents/unresolved.json | | https://status.vrchat.com/api/v2/scheduled-maintenances.json | | https://status.vrchat.com/api/v2/scheduled-maintenances/active.json | | https://status.vrchat.com/api/v2/scheduled-maintenances/upcoming.json |
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#299