BDTools API

v1.0

A public API for Bot Designer for Discord tools, node status monitoring, guild list management, and more.

// Base URL
https://api.bdtools.xyz

Get Your API Key

To use authenticated endpoints, visit api.bdtools.xyz, sign in with Discord, and you'll receive your personal API key. The key expires 30 days after generation.

Authentication

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: Node Status, BDScript (/function-check), and Other Endpoints are public and do not require authentication.

API Documentation

Other Endpoints

Word games and Pokemon data for Discord bots.

3 endpoints

Data Freshness

  • Node status updates every 2 minutes via scheduled scraper
  • Guild list data cached until new submission
Copied!