Integrate DiscordHub data into your applications with our powerful REST API. Get real-time access to bot and server information.
Sign up for a Developer account to get your API key
Use your API key to authenticate requests to our endpoints
Access up-to-date bot and server information instantly
Respect our rate limits for optimal performance
All API requests require authentication using your API key in the Authorization header:
Retrieve a list of Discord bots with optional filtering and pagination.
limit
Number of results (max 100, default 20)offset
Pagination offset (default 0)category
Filter by categorysearch
Search query{ "success": true, "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "discord_id": "987654321098765432", "name": "MusicBot Pro", "description": "High-quality music streaming bot", "avatar": "https://cdn.discordapp.com/avatars/...", "invite_url": "https://discord.com/api/oauth2/authorize?...", "server_count": 125000, "votes": 2150, "rating": 4.9, "verified": true, "tags": ["music", "entertainment"] } ], "count": 1, "total": 1247 }
Get detailed information about a specific bot.
Retrieve a list of Discord servers with optional filtering.
Get all available categories for bots and servers.
Get platform statistics including total bots, servers, and users.
requests per hour
requests per hour
requests per hour
Official JavaScript SDK for Node.js and browsers
Python wrapper for the DiscordHub API
Go client library for DiscordHub API
Our developer support team is here to help you integrate with our API successfully.