Deep Scan
We don't just find the server. We see the hidden channels.
Cheaterstats.cc is your first line of defense. Not an anti-cheat — pure intelligence. Screen any player in seconds for memberships in cheating and leaking communities before they enter your server.
We don't just find the server. We see the hidden channels.
Guest or paying "Customer"? We reveal Discord roles and status.
Since when has the user been there? Cross-check join dates against your whitelist policy.
Integrate CheaterStats into your platform with our straightforward RESTful API. Get started in minutes with comprehensive documentation and example code.
There is no public OAuth invite. To obtain API access, please open a ticket in our Discord.
Sign up and receive your authentication token instantly
Test our endpoints with simple HTTP requests
Use our FiveM resource to integrate CheaterStats into your server
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://api.cheaterstats.cc/v1/checkUser?memberId=333644906331373569&option=cheating"fetch("https://api.cheaterstats.cc/v1/checkUser?memberId=333644906331373569&option=cheating", {
headers: { Authorization: "Bearer YOUR_TOKEN" }
}).then(r => r.json()).then(console.log);import requests
resp = requests.get(
"https://api.cheaterstats.cc/v1/checkUser",
params={"memberId": "333644906331373569", "option": "cheating"},
headers={"Authorization": "Bearer YOUR_TOKEN"}
)
print(resp.json())Quick, low‑friction scans that plug into your existing workflow. Add the bot, run a scan and get a concise risk report with evidence so your team can act confidently.
Join our Discord to get credentials and onboarding.
Run /checkuser to scan any Discord member.
Receive a risk report with recommended actions.