v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Community

Community Tweets

Returns a paginated feed of tweets published inside the specified Twitter/X Community. Up to 20 tweets per page. Each tweet includes text, creation date, engagement metrics, and author profile. Results can be sorted by popular or latest (default: latest).

post/community-tweets

Request body

community_idstring required

Numeric community ID.

next_cursorstring

Pagination cursor from a previous response.

orderstring

Sort order: popular or latest. Defaults to latest.

Example request

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

Response

OK

next_cursorstring

Cursor for fetching the next page of results. Null or absent if no more pages.