Get Started
The iSpyCheats API allows server owners and community managers to prevent cheaters from playing on their servers. The iSpyCheats API, bot and database are free of cost, but donations are always accepted.
To use this API, you need an API key. Please contact Ryz0r on Discord @ Ryz0r#0101 to get your own API key.
Data Totals API Call
This request will return all data information gathered such as amount of users logged, number of guilds :
https://ispycheats.com/api.php?action=total
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
Auth-Key | Header | Your API key |
User Search API Call
This request will search the database for the given API to see if it belongs to any known cheating Discords :
https://ispycheats.com/api.php?action=search&id=(id)
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
Auth-Key | Header, String | Your API key |
id | String | Discord ID |
Guild Check API Call
This request will check the database to see if the given Guild ID is logged in the database :
https://ispycheats.com/api.php?action=gcheck&id=(id)
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
Auth Key | Header, String | Your API key |
id | String | Guild ID |
Guild Search API Call
This request will search the database for the specified Guild ID and return all members. This requires a specific permission and you must request access from Ryz0r on Discord @ Ryz0r#0101 :
https://ispycheats.com/api.php?action=gsearch&id=(id)
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
Auth Key | Header, String | Your API key |
id | String | Guild ID |