latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Communities v2

List communities (v2, address-only)

Same as GET /v1/communities but the response contains only addresses: the owner address (no owner name) and mutual-friend addresses (string[]) instead of friend profiles. The minimal search branch is unchanged (it already returns no profile information).

get/v2/communities

Query parameters

limitinteger
offsetinteger
searchstring
onlyMemberOfboolean
onlyWithActiveVoiceChatboolean

Filter to show only communities with active voice chats. Ignored when minimal=true.

minimalboolean

When true, returns only id, name, membersCount, and privacy for fast lookups. Requires authentication and a search parameter with at least 3 characters. Supports pagination with limit (max 50) and offset. Other filters (onlyMemberOf, onlyWithActiveVoiceChat, roles) are ignored.

rolesstring[]

Filter communities by the authenticated user's role (can specify multiple). Ignored when minimal=true.

Response

Communities found