v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Communities

Search communities

Search for Twitter communities by name, description, or keywords. Returns matching communities with comprehensive information including member count, join policy, and description. Useful for discovering communities related to specific topics.

get/v1/twitter/communities/search

Query parameters

querystring required
Example:web development

Search query to match against community names and descriptions.

cursorstring

Pagination cursor for fetching the next page of results.

Response

Successfully retrieved communities.

next_cursorstring nullable

Cursor for fetching the next page. Null if no more results.

Example response

{
  "data": [
    {
      "id": "1234567890",
      "name": "Web Developers"
    }
  ]
}