← Back to Dashboard

Discord

SocialActiveFreeAuth: OAuthDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Make bots for Discord, integrate Discord onto an external platform

✨ AI Summary

Build bots, games, experiences, and integrations for millions of users on Discord via the developer portal.

Code Example

import requests

url = "https://discord.com/api/users/@me"
headers = {
    "Authorization": "Bot YOUR_BOT_TOKEN"
}

response = requests.get(url, headers=headers)
response.raise_for_status() # Raise an exception for HTTP errors
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)