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
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.
GET
/query
GET
/random-bonus
GET
/random-tossup
GET
/packet
GET
/num-packets
GET
/set-list
GET
/bonus
GET
/tossup
GET
/frequency-list
GET
/multiplayer/room-list
GET
/question-stats/bonus
GET
/question-stats/tossup
GET
/check-answer
GET
/random-name
POST
/report-question