VRChat API: Difference between revisions

From VRChat Wiki
(Created page with "{{Stub}}")
 
(Moved info from another article to here.)
Line 1: Line 1:
{{Stub}}
{{Stub}}
VRChat's application programmer interface (API) is official VRChat data from VRChat's servers, and streamlined to your account, through VRChat client, the VRChat website, or using the VRChat app. The API can also be queried externally.
==Data in VRChat's API==
Information from VRChat's API includes the following:
* Login and authentication
** Being able to sign in via Steam, Meta, PICO, etc.
** Signing directly through your VRChat account
* Social and friends list
** Live instance data (and switching instances)
** Data regarding invites, and notifications
** Joining and leaving instances
** Favorite friends lists
* SDK asset uploads
** Your worlds and avatars
** Favorite avatars, worlds, etc.
** Searching for worlds and avatars
* Realtime player state changes
** Status updates, changing bios
** Practically anything account-related
** Changing avatars
** Switching instances (and live instance data)
* Data being externally streamed to you, via an instance (Udon; Untrusted URLs)
** Video player data
** Image loading data
** String loading data
==Official resources==
VRChat's API status can officially be queried here: {{VRC link|https://status.vrchat.com/|VRChat server status}}

Revision as of 23:29, 23 September 2024

Vrrat posed-right.png
V · EThis page is a stub.
You can help the VRChat Wiki by improving it.
[Reason: No reason provided.]

VRChat's application programmer interface (API) is official VRChat data from VRChat's servers, and streamlined to your account, through VRChat client, the VRChat website, or using the VRChat app. The API can also be queried externally.

Data in VRChat's API

Information from VRChat's API includes the following:

  • Login and authentication
    • Being able to sign in via Steam, Meta, PICO, etc.
    • Signing directly through your VRChat account
  • Social and friends list
    • Live instance data (and switching instances)
    • Data regarding invites, and notifications
    • Joining and leaving instances
    • Favorite friends lists
  • SDK asset uploads
    • Your worlds and avatars
    • Favorite avatars, worlds, etc.
    • Searching for worlds and avatars
  • Realtime player state changes
    • Status updates, changing bios
    • Practically anything account-related
    • Changing avatars
    • Switching instances (and live instance data)
  • Data being externally streamed to you, via an instance (Udon; Untrusted URLs)
    • Video player data
    • Image loading data
    • String loading data

Official resources

VRChat's API status can officially be queried here: Official VRChat source VRChat server status