Communities
List tweets posted in a community
Returns public tweets posted within one 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. Follow next_cursor while the response reports more pages. Deprecated limit and count aliases remain accepted.
languagestring
Filter by language. Alias lang is accepted.
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 media. Aliases: has_video, has_media.
minLikesinteger
Minimum likes. Aliases: minFaves, min_likes, min_faves.
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
Example response
{
"tweets": [],
"has_next_page": false,
"next_cursor": ""
}