Cheat Revealer
You can reveal the cheat someone is using by just calling an api (it won't be in real-time)
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
}
An error may occur if the endpoint is used incorrectly or if there is no data available for the specified user yet. The search process is comprehensive and may take some time, so the request is queued. You can make additional requests to retrieve the data once processing is complete—this typically takes around 2 to 5 seconds.
Last updated