Discord Bots
  • API Introduction
  • Implementing Voting
  • Vote Webhooks
  • Bot Statistics
  • Vote API
  • Commands List
Powered by GitBook
On this page
  • Reference
  • Authentication

Was this helpful?

API Introduction

Official documentation for the discordbotlist.com API.

NextImplementing Voting

Last updated 2 years ago

Was this helpful?

Using discord.js or any other node.js library?

Our API is provided for users to get information on bots, submit their bot statistics and receive webhook requests when someone votes for their bot.

Reference

The base URL for our API is https://discordbotlist.com/api/v1 - v1 is currently the only version

Authentication

Authentication is required for POSTing bot statistics and maybe more endpoints in the future. This is done with an Authorization HTTP Header.

Example:

Header

Content

Authorization

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0IjoxLCJpZCI6IjM2NTk3NTY1NTYwODc0NTk4NSIsImlhdCI6MTU5MDI3NjEwOH0.UESu-Jm9kA_FCpRPSMjVwMGYJmLPxg44g_I7eDz5ZmQ

Check out the official discordbotlist library!