Skip to main content
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.

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)
We plan to try and implement more endpoints soon!

How it’s structured

Endpoints return a consistent JSON pattern of
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}
success will always be returned, message will be returned if theres an error and data will return the data from the endpoint. In a few cases, the API endpoint will return data in its own way - such as the report fetching endpoint which returns page, limit, count and reports

Getting started

To start using the API, head to the Blox.report dashboard to create an API key for your server.

Limitations

You can only make a requests for the server the API key is assigned to. This is an intended security feature and is unlikely to change in the future unless there is a necessary use case.