latestOpenAPI 3.1.02026-08-21127127514.8 KB

18302a60cfee

Communities

List tweets posted in a community

List tweets posted in a community.

get/api/v1/x/communities/{id}/tweets

Path parameters

idstring required

X Community ID.

Query parameters

cursorstring

Pagination cursor for collection results.

pageSizeinteger

Maximum page items (1-100, default 20). Source, filters, or credits can reduce results. Continue while has_next_page is true. Deprecated limit and count aliases remain accepted.

languagestring

Language code filter, e.g. en or tr.

sinceDatestring date

Start date in YYYY-MM-DD format.

untilDatestring date

End date in YYYY-MM-DD format.

mediaType'images' | 'videos' | 'gifs' | 'media' | 'links' | 'none'

Filter by media type.

minLikesinteger

Minimum likes threshold. minFaves is also accepted.

minRetweetsinteger

Minimum retweets threshold.

minRepliesinteger

Minimum replies threshold.

minViewsinteger

Minimum view count threshold.

verifiedOnlyboolean

Only return tweets from verified authors.

Response

List of community tweets

filtered_countinteger
has_next_pageboolean required
next_cursorstring required

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}