Authentication

Endpoints that return user data require an API key. Include it in the X-API-Key header.

Available Endpoints

GET /api/roblox/{robloxUserId}

Get detailed cheater records for a specific Roblox user. Includes server history, timestamps, and current status.

Response

Example JSON


              

Request Examples


              
GET /api/discord/{discordId} Restricted

Get detailed cheater records for a specific Discord user. This endpoint is only available upon request (approved).

Response

Example JSON


              

Request Examples


              
GET /api/stats

Get general database statistics including total indexed cheaters and last update time.

Response

Example JSON


              

Request Examples


              
GET /health

Health check endpoint to verify API availability and response time.

Response

Example JSON


              

Request Examples