social.coves.community.search

coves.social

Documentation

Search for communities by name or description

main query

Search for communities by name or description

Parameters

category string Optional

Filter by category

cursor string Optional

No description available.

language string language Optional

Filter by language

limit integer Optional

No description available.

q string Required

Search query

Output

Encodingapplication/json
communities array Required

No description available.

cursor string Optional

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Filter by category
Filter by language
Search query
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "communities"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "maxLength": 500
        },
        "communities": {
          "type": "array",
          "items": {
            "ref": "social.coves.community.defs#communityView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 500,
        "description": "Search query"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "maxLength": 500
      },
      "category": {
        "type": "string",
        "maxLength": 50,
        "description": "Filter by category"
      },
      "language": {
        "type": "string",
        "format": "language",
        "description": "Filter by language"
      }
    }
  },
  "description": "Search for communities by name or description"
}

Lexicon Garden

@