Welcome to the Blox.report API ๐ This API gives you direct access to the backend of Blox.report, allowing you to integrate it into your moderation workflows, staff dashboards and Roblox games.Documentation Index
Fetch the complete documentation index at: https://docs.blox.report/llms.txt
Use this file to discover all available pages before exploring further.
What you can do with the API
Currently, the Blox.report API supports:- Checking report eligibility
- Reporting users
- Managing reports (claim/unclaim/dismiss/approve/undo)
How itโs structured
Each endpoint has its own response structure. In the case of an error, it will always try and return in the format{ success: false, message } . When the route has a set schema, the response will also the errors field in the format of { field, message }.
