logoFRP

Get Bans

Developer Info

This endpoint is cached for 5 min

🛠 Endpoint

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

The following parameters can be included in the request query parameters

PropTypeDefault
last
number
Optional

🚀 Response

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

{
    "success": true,
    "message": "Queue status retrieved successfully",
    "data": [
        {
            "tracker": "6720932236b53cxxxxxxxxx",
            "user": {
                "steam_id": "76561198000000000",
                "name": "Sample User",
                "avatar": "https://steamcdn-a.akamaihd.net/avatars/sample.jpg",
            },
            "bans": {
                "vac": 0,
                "game": 1,
                "community": true,
                
                "last_ban": 10,
                "banned_at": "2021-10-10T10:10:10Z",
 
                "last_checked": "2021-10-10T10:10:10Z",
            },
            "tracked_at": "2021-10-10T10:10:10Z",
        }
    ]
}

On this page