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.

GET /api/stats

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

GET /health

Health check endpoint to verify API availability and response time.

Quick Example

cURL

curl -H "X-API-Key: your_api_key_here" -X GET "https://catwatcher.com/api/roblox/1234567890"

Example Response

200 OK