v1

latestOpenAPI 3.0.32026-07-213841124.9 KB
Community

Community Tweets Feed

Returns tweets from a specific Twitter/X Community. You provide the community ID or link, and the endpoint returns tweets published inside that community. Each result includes the tweet text, creation date, engagement metrics, and basic author information. Results can be sorted by popular or latest. If the sorting parameter is not provided, the default order is latest. If more results are available, a next_cursor is returned to load the next page.

Use cases:

Analytics platforms tracking activity inside niche communities; marketing teams monitoring discussions within industry-specific communities; research tools collecting posts from topic-based communities; community dashboards displaying structured feeds from selected communities; developers building community-based feeds with cursor pagination.

post/community-tweets

Request body

community_idstring required
next_cursorstring
order_bystring

Example request

{
  "community_id": "1966045657589813686",
  "next_cursor": "123",
  "order_by": "popular"
}

Response

OK

next_cursorstring