BDTools

BDTools API Docs

Sign in with Discord to access the full API documentation, your personal API key, and the interactive tester.

Guild List

Guild List

Submit and retrieve bot guild lists with pagination support. All endpoints require authentication.

Overview

The Guild List API allows bot developers to submit their bot's server list to BDTools and retrieve it for display on the Bot Guild List website. All endpoints require authentication via your API key.

Auth required

Authentication

Include your API key in the Authorization header as a Bearer token with the BDTools- prefix:

// Authorization header format
Authorization: Bearer BDTools-YOUR_API_KEY_HERE

Rate Limits & Restrictions

  • POST /submit-server is rate limited to once per 5 hours per API key.
  • GET /get-servers is only accessible from bdtools.xyz origin.
  • Retrieved data is cached in Redis and invalidates on new submission.
// Base URL for all guild list endpoints
https://api.bdtools.xyz
Copied!