For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

User

GET https://discords.com/bots/api/user/:id

Path Parameters

Name
Type
Description

id

integer

The ID of the user you are requesting information about.

The content of this response varies.
{ message: 'User not found.' }

Bots

GET https://discords.com/bots/api/user/:id/bots

Path Parameters

Name
Type
Description

id

integer

The ID of the user you are requesting information about.

The content of this response varies.
//The user you are requesting does not exist on the website:
{ message: 'User not found.' }

//The user you are requesting does not own any bots on the website:
{ bots: 'User has no bots.' }

Last updated