API Reference

The API documentation for QB Reader.

For Python developers, a Python API wrapper providing both synchronous and asynchronous interfaces is available on our GitHub, as well as PyPI under the name qbreader. Documentation for the library can be found on Read the Docs.

Base URL: https://www.qbreader.org/api

The base URL for the multiplayer API is qbreader.org/api/multiplayer (Note: There is only one multiplayer API endpoint.)

New rooms are created on the server when a WebSocket connection is established.

GET requests should always have parameters passed through the URI, and POST requests should have parameters passed through the body.

The API is rate-limited to 20 requests per second.

Endpoints

Database
Multiplayer
Other