Bots
All endpoints use Dynamic Ratelimits This page only describes API v6, the soon-to-release version of the site A more up to date version of these docs can be found here (opens in a new tab)
Get Bot
GET
bots/:BOT_IDFetch some information about a specific bot from our API.
Example Response
Test Webhook
POST
/webhook-testAllows you to test your webhook.
This endpoint as of right now is prone to change, as such see here (opens in a new tab) for the request and response you will get as this may rapidly change in the future if the site requires it. You should never rely on this endpoint for long running scripts.
POST Bot Stats
POST
bots/statsPost Headers
Field | Type | Description | Required |
---|---|---|---|
Authorization | String | The Bots Infinity Bots API Token | ✔️ |
Post Body
Field | Type | Description | Required |
---|---|---|---|
servers | Number | Amount of servers the bot is in. | ✔️ |
shards | Number | Amount of shards the bot has. | ❌ |
users | Number | Amount of users the bot has. | ❌ |
- For the sake of convenience, the API accepts several other keys to allow maximum compatibility with other bot lists. See here (opens in a new tab) for the full list of supported keys
Bot Structure
The below list of keys is not complete and only includes the most commonly used keys, see here (opens in a new tab) for the full list of keys possible
Field | Type | Description |
---|---|---|
user | User | Discord User Of The Bot. |
tags | Array[String] | List of the Bots Tags (Moderation etc). |
prefix | String | The Bots Prefix used to trigger Discord Messages. |
owner | User | Bots Main Owner |
additional_owners | Array[User] | Array of Additional Owners. |
staff_bot | Boolean | The Bots Staff Status in our Discord Server. |
short | String | The Bots Short Description displayed on our Website. |
long | String | The Bots Long Description displayed on our Website. |
nsfw | Boolean | If the Bot contains NSFW Features (True or False). |
library | String | The Lib/Library that the Bot is made in (Ex: Javascript). |
premium | Boolean | The Bots Premium Status on our Website. |
servers | Integer | Number of Servers the Bot is in. |
shards | Integer | Numbet of Shards the Bot has. |
votes | Number | Number of Upvotes that the Bot has. |
views | Number | Number of Views the Bot has (Not Unique). |
invite_clicks | Number | Number of Invites the Bot has. |
extra_links | Array[Link] | Extra links (website, support server etc.) the Bot has. |
banner | String? | The Bots Custom Banner Link. |
invite | String? | The Bots Discord Invite URL. |
type | String | The Bots type (certified, approved etc.) |
Example Structure
See https://spider.infinitybots.gg/docs#get-/bots/-id- (opens in a new tab)