curl https://hapi.7331.org/v1/bots/111222333444555666 \ -H "X-API-Key: $API_KEY"
{ "discord_id": "111222333444555666", "name": "Hansel Bot", "guilds": 250, "users": 50000, "avatar_url": "https://cdn.discordapp.com/avatars/111222333444555666/abc.png", "latency_ms": 45.2, "is_verified": true, "last_activity_at": "2025-01-15T12:00:00Z", "source": "database", "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-15T12:00:00Z" }
Get a bot’s profile by Discord ID. Response detail varies by caller’s permission level.
1
2
3
Was this page helpful?