Get Started
The Cheetos API allows server owners and community managers to prevent cheaters from playing on their servers. The Cheetos.gg 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://Cheetos.gg/api.php?action=total
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth-Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |
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://Cheetos.gg/api.php?action=search&id=(id)
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth-Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |
| 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://Cheetos.gg/api.php?action=gcheck&id=(id)
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |
| id | String | Guild ID |
Linked Accounts API Call
This request will check the database to see if the given Discord ID has any linked Steam IDs or vice-versa :
https://Cheetos.gg/api.php?action=getLinkedAccounts&id=(id)
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |
| id | String | Discord ID / Steam 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://Cheetos.gg/api.php?action=gsearch&id=(id)
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |
| id | String | Guild ID |
Submit Invite API Call
This request will send a cheating Discord invite to the database :
Please submit a POST with content being text (the invite) to https://api.cheetos.gg/
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| Auth Key | Header, String | Your API key |
| DiscordID | Header, String | Requestor Discord ID |