Skip to main content
GET
Get Community Tweets
Get posts published inside one specific X Community, cursor-paginated. Use this to read what a known community is actually discussing. Returns full tweet objects with engagement counts. If you do not know which community to look at, search across all of them with get_twitter_community_tweets_all.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

community_id
string
required

ID of the community

cursor
string

Cursor for pagination

Response

200 - application/json

Community tweets response

tweets
object[]
has_next_page
boolean
next_cursor
string
has_next
boolean
status
enum<string>
Available options:
success,
error
msg
string