48 stable releases

new 1.17.2 Apr 23, 2024
1.16.7 Mar 22, 2024
1.16.0 Dec 30, 2023
1.15.0 Oct 4, 2023
1.6.3 Nov 26, 2021

#406 in Web programming

Download history 5/week @ 2024-01-01 6/week @ 2024-01-22 154/week @ 2024-02-12 107/week @ 2024-02-19 76/week @ 2024-02-26 6/week @ 2024-03-04 10/week @ 2024-03-11 134/week @ 2024-03-18 88/week @ 2024-04-01 44/week @ 2024-04-08 394/week @ 2024-04-15

531 downloads per month

MIT license

515KB
9K SLoC

VRChat API Library for Rust

A Rust client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification.

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

Put the package under your project folder and add the following to Cargo.toml under [dependencies]:

    vrchatapi = "^1.0"

See the examples/online.rs for getting started.

Contributing

Contributions 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.

Dependencies

~20MB
~442K SLoC