Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 1.08 KB

File metadata and controls

29 lines (25 loc) · 1.08 KB

Compensation API Documentation

Here you can find information about the entirety of the Compensation VR API, with (almost) no exceptions.
You can find the source code of the API here

Introduction

The Compensation VR API is a REST & WebSocket based system for directly interacting with the Compensation VR servers, in exactly the same way that the game itself or our website would.

This allows for a number of use cases, including, but not limited to:
  • Fetching data about a user, such as their username, ID, or bio.
  • Gifting users items.
  • Making purchases without logging into the game.
  • Sending messages automatically, in the vein of a Discord bot.
  • (Coming Soon) Manually downloading, modifying, and reuploading room saves to allow for more advanced operations.

Pages