A public API for Bot Designer for Discord tools, node status monitoring, guild list management, and more.
// Base URL https://api.bdtools.xyz
// Using your API key in BDFD $httpAddHeader[Authorization;Bearer YOUR_API_KEY]
Guild List endpoints require authentication via JWT Bearer token.
Include your API key in the
Authorization
header.
// Authorization header format Authorization: Bearer YOUR_API_KEY_HERE
Note: Only
/submit-server,
/get-servers,
/bdscript-checker, and
/ticket-transcript
require authentication. All other endpoints are public.
Monitor BDFD node availability and status across all regions.
Submit and retrieve bot guild lists with pagination support.
Validate BDScript code and look up BDFD functions.
Generate and host ticket transcripts for BDFD bots.
Escape/unescape BDFD characters and calculate Discord permission bitfields.
Word games and Pokemon data for Discord bots.