Bots
Post Commands
POST
https://radarcord.net/api/bot/:id/commands
Allows you to list your slash or text commands on your page
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| array | Array of your commands - slash or text |
Response
Post Stats
POST
https://radarcord.net/api/bot/:id/stats
Allows you to post your Guild and Shard count to your bot's page Recommended: Put post request in your bot's ready event
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of your Bot |
Headers
Name | Type | Description |
---|---|---|
Authentication/Authorization | string | Your API key |
Request Body
Name | Type | Description |
---|---|---|
shards | integer | Amount of shards your bot has |
guilds* | integer | Amount of servers your bot is in |
Find Individual Bot
GET
https://radarcord.net/api/bot/:id/
Path Parameters
Name | Type | Description |
---|---|---|
id/vanity* | string | The ID or Vanity of Specific Bot |
Vote Notification
POST
Fetch Individual Bot Reviews
GET
https://radarcord.net/api/bot/:id/reviews
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of Specific Bot |
Last updated