Search for communities by name or description
Parameters
Output
Encoding
application/jsoncommunities
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.
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"
}