curl https://hapi.7331.org/v1/bot/me \ -H "X-API-Key: your-bot-api-key"
{ "discord_id": "111222333444555666", "name": "Hansel Bot", "guilds": 250, "users": 50000, "owner_discord_id": "123456789012345678", "id": 1, "bot_type": 1, "is_active": true, "rate_limit_per_hour": 1000, "guild_ids": ["987654321098765432", "876543210987654321"], "avatar_url": "https://cdn.discordapp.com/avatars/111222333444555666/abc.png", "latency_ms": 45.2, "is_verified": true, "source": "database", "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-15T12:00:00Z" }
Retrieve the authenticated bot’s complete profile information.
1
2
3
Was this page helpful?