Bots For Discord
  • Welcome
  • Methods
    • Users
    • Bots
    • Receiving Votes
  • Libraries
    • Python
      • Documentation
Powered by GitBook
On this page
  • User
  • Bots
  1. Methods

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.' }
PreviousWelcomeNextBots

Last updated 3 years ago