vrchat_dart 3.5.1 copy "vrchat_dart: ^3.5.1" to clipboard
vrchat_dart: ^3.5.1 copied to clipboard

This is a Dart client that interacts with the unofficial VRChat API

vrchat_dart #

A Dart client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification. Also supports websocket streaming for status updates.

Disclaimer #

This is the official response of the VRChat Team (from Tupper more specifically) on the usage of the VRChat API.

Use of the API using applications other than the approved methods (website, VRChat application) are not officially supported. You may use the API for your own application, but keep these guidelines in mind:

  • We do not provide documentation or support for the API.
  • Do not make queries to the API more than once per 60 seconds.
  • Abuse of the API may result in account termination.
  • Access to API endpoints may break at any given time, with no warning.

As stated, this documentation was not created with the help of the official VRChat team. Therefore this documentation is not an official documentation of the VRChat API and may not be always up to date with the latest versions. If you find that a page or endpoint is not longer valid please create an issue and tell us so we can fix it.

Getting Started #

See the example for getting started in Dart.

See example_flutter for help getting started in Flutter.

Contributing #

Contributions to vrchat_dart_generated should only be done to keep it up to date with the specification. Run generate.sh to generate the code.

Contributions to vrchat_dart are welcome, but do not add features that should be handled by the OpenAPI specification.

Join the Discord server to get in touch with us.