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.
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