Skip to main content

API methods

GET bot

Get information about the bot

Request params

TypeEndpointParametersResult
GET/bots/:id:id-ID of the botResourceBot

POST bot stats

TypeEndpointParametersRequest BodyRequest HeadersResult
POST/bots/:id/stats:id-ID of the botUpdateBotStatsAuthorizationResourceBot

Data Types

ResourceBot

PropertyTypeDescription
idstringBot ID
namestringBot name
shortDescriptionstringBot short description
descriptionstringBot description
avatar?stringBot avatar
shortLink?stringShort link to the bot
inviteLinkstringInvitation link
ownerstringID of the bot owner
statusResourceStatusStatus in BotiCord search
ratingsarray of ResourceRatingBot rating
prefixstringBot prefix
discriminatorstringBot discriminator (deprecated)
createdDatestringCreation date & time
supportServerInviteLink?stringBot discord server invite link
library?LibraryThe library on which the bot is written
guilds?numberServer count
shards?numberGateway shard count
members?numberUser count
website?stringWebsite link
tagsarray of TagBot tags
developersarray of PartialUserBot developers
upCountnumberUP count

Tags

Bot Tags

CodeName
0Moderation
1Multifunctional (combine)
2Util
3Fun
4Music
5Economy
6Logs
7Levels
8NSFW (18+)
9Customizable
10Role-Play
11Memes
12Games
13AI

UpdateBotStats

Bot stats

PropertyTypeDescription
members?numberUsers count
servers?numberServers count
shards?numberGateway shards count

Library

The library on which the bot is written

CodeName
1Discord4J
2Discordcr
3DiscordGO
4Discordoo
5DSharpPlus
6Discord.js
7Discord.Net
8Discord.py
9Eris
10Javacord
11JDA
12Other