App Directory

Discords official bot discovery feature

GET /application-directory/collections

Returns a list of app category objects. These objects correspond to the currently featured bots.

GET /application-directory/categories

Gets the currently featured bot categories. Returns a list of general category objects.

App Category object

fieldtypedescription
idsnowflakeid of the category
activebooleanunknown
typeintegerunknown
positionintegerposition the category shows on
titlestringname of the category
descriptionstringdescription of the category
application_directory_collection_itemslist of DirectoryItemthe apps in this category

Directory Item object

fieldtypedescription
idsnowflakeid of the directory item
typeintegerunknown
image_hashstringhash of the application's icon
positionintegerposition the application is in
applicationAppthe application for this item

App object

fieldtypedescription
typeintegerunknown
botBotthe bot this application holds
hookbooleanunknown

Bot object

fieldtypedescription
idsnowflakethe bot's user id
usernamestringthe name of the bot
avatarstring, null ?the bots avatar
avatar_decorationunknownunknown
discriminatorstringbot discriminator/user tag
public_flagsintegerpublic flags for this bot
botbooleanis the user a bot?

General Category object

fieldtypedescription
idnumberthe id of this category
namestringthe name of this category