Cheat Revealer

You can reveal the cheat someone is using by just calling an api (it won't be in real-time)

Endpoint: https://alyx.ro/api/v1/revealer

This endpoint requires an authorization header to function properly. It only supports the GET method, and the parameters listed below must be provided as query parameters. (30 minutes cache)

name
required

steam_id

The object below demonstrates the correct usage of this endpoint. (data is type of ICheatData)

{
    "success": true,
    "data": {
        "software": "none",
        "detected": "2025-05-09T21:45:18.814Z",
        "cache": {
            "hit": true,
            "at": "2025-05-09T21:45:18.814Z"
        }
    },
    "query_time": 0.01
}

Last updated