curl "https://hapi.7331.org/v1/bots/search?q=hansel&limit=10" \ -b cookies.txt
{ "bots": [ { "discord_id": "111222333444555666", "name": "Hansel Bot", "guilds": 250, "users": 50000, "is_verified": true, "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-15T12:00:00Z" } ], "total": 1, "limit": 10, "offset": 0 }
Search bots with filters. Response detail varies by permission level.
BotPublicResponse
BotPrivateResponse
1
2
3
0
10000
100
Was this page helpful?