curl "https://hapi.7331.org/v1/guilds/search?q=example&limit=10" \ -b cookies.txt
{ "guilds": [ { "discord_id": "987654321098765432", "name": "Example Server", "member_count": 150, "state": 0, "subscription_tier": 0 } ], "total": 1, "limit": 10, "offset": 0 }
Search and browse guilds with filters.
0
1
2
3
100
10000
Was this page helpful?