logoFRP

Stats

Developer Info

This endpoint is cached for 5 min

🛠 Endpoint

GET https://api.fbot.cc/v1/stats

Example Request:

GET https://api.fbot.cc/v1/stats
Content-Type: application/json

🚀 Response

Upon successfully retrieving the queue status, the API will return a 200 OK response with the following structure:

{
  "success": true,
  "message": "Successfully fetched status for report",
  "data": {
    "queue": {
      "total": 1000,
      "pending": 1,
      "completed": 999,
      "today": 1,
      "this_week": 10,
      "this_month": 100
    },
    "reports": {
      "total": 1000,
    },
    "bans": {
      "total": 20,
      "game": 10,
      "community": 10
    },
    "tracker": {
      "total": 1000,
      "pending": 100,
      "completed": 10,
    }
  },
  "expires": 1727609700012
}

On this page