Search for guilds listed in the discovery directory.
curl --request GET \
--url https://api.fluxer.app/v1/discovery/guilds \
--header 'Authorization: <api-key>'{
"guilds": [
{
"id": "<string>",
"name": "<string>",
"category_type": 123,
"member_count": 123,
"online_count": 123,
"features": [
"<string>"
],
"verification_level": 123,
"icon": "<string>",
"description": "<string>"
}
],
"total": 123
}User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.
Search query
100Filter by category
0 <= x <= 8Sort order
member_count, online_count, relevance Number of results to return
1 <= x <= 48Pagination offset
0 <= x <= 9007199254740991curl --request GET \
--url https://api.fluxer.app/v1/discovery/guilds \
--header 'Authorization: <api-key>'{
"guilds": [
{
"id": "<string>",
"name": "<string>",
"category_type": 123,
"member_count": 123,
"online_count": 123,
"features": [
"<string>"
],
"verification_level": 123,
"icon": "<string>",
"description": "<string>"
}
],
"total": 123
}