List Twitter community tweets List tweets from an X community by community id or URL.
GET /v1/twitter/communities/tweets
x-api-key* string header
API key (`sfk_...`)
url* string required query
Community permalink or numeric id.
min 1 chars · max 4096 chars
cursor string optional query
Opaque pagination cursor returned by a previous response.
min 1 chars
sortBy string optional query
Community tweet sort order. Defaults to `relevance`.
one of: relevance, recency
Response fields 193 Expand all Collapse all Collapse all Endpoint-specific response payload.
Whether tweet data was returned for this community.
Tweets returned for the requested community. This array may be empty when `lookupStatus` is `found` and no tweets are returned in this response, or when `lookupStatus` is `not_found`.
Canonical public URL for this tweet on x.com.
data . tweets [] . conversationId
string
Conversation root tweet id.
data . tweets [] . createdAt
string
Creation time (ISO-8601).
data . tweets [] . language
string
BCP 47 or X language code.
Full tweet text (includes long-form when available).
data . tweets [] . isLongForm
boolean
True when text was taken from note_tweet metadata instead of legacy.full_text alone.
data . tweets [] . displayTextRange array
Start/end character indices for visible text.
data . tweets [] . displayTextRange []
integer optional
Author snapshot when available.
data . tweets [] . author . handle
string
Author screen name without the leading @.
data . tweets [] . author . displayName
string nullable
Author display name.
data . tweets [] . author . avatarUrl
string nullable
Best available square avatar URL for the author.
data . tweets [] . author . verified
boolean
Whether X marks the author with legacy verification.
data . tweets [] . author . blueVerified
boolean
Whether the author has X blue (paid) verification.
data . tweets [] . author . platformUserId
string optional
Numeric X user id for the author as a string.
Engagement metrics for a tweet.
data . tweets [] . metrics . views
integer
Impression count when reported by X.
data . tweets [] . metrics . favorites
integer
Favorite (like) count.
data . tweets [] . metrics . retweets
integer
Native repost count.
data . tweets [] . metrics . replies
integer
Reply count.
data . tweets [] . metrics . bookmarks
integer
Bookmark count.
data . tweets [] . metrics . quotes
integer
Quote tweet count.
Photo, video, or GIF attachments.
data . tweets [] . media []
optional
Entities aligned with `text`.
data . tweets [] . entities . hashtags array
Hashtag entities.
data . tweets [] . entities . hashtags [] . text
string
Hashtag text without #.
data . tweets [] . entities . userMentions array
User mention entities.
data . tweets [] . entities . userMentions [] . handle
string
Mentioned screen name.
data . tweets [] . entities . userMentions [] . displayName
string optional
Display name when available.
data . tweets [] . entities . userMentions [] . platformUserId
string optional
Numeric user id for the mention when available.
data . tweets [] . entities . urls array
URL entities.
data . tweets [] . entities . urls [] . url
string
Short URL as it appears in text.
data . tweets [] . entities . urls [] . displayUrl
string
Human-readable display host/path.
data . tweets [] . entities . urls [] . expandedUrl
string
Fully expanded destination URL.
data . tweets [] . entities . symbols array
Symbol entities.
data . tweets [] . entities . symbols [] . text
string
Cashtag or symbol text.
data . tweets [] . isReply
boolean
Whether this is a reply.
data . tweets [] . inReplyToTweetId
string optional
Parent tweet id when replying.
data . tweets [] . inReplyToUserId
string optional
Parent author user id when replying.
data . tweets [] . inReplyToScreenName
string optional
Parent author handle when replying.
data . tweets [] . isQuote
boolean
Whether this tweet quotes another.
data . tweets [] . quotedTweetId
string optional
Quoted tweet id when present.
data . tweets [] . isRetweet
boolean
Whether this is a native repost.
data . tweets [] . retweetedTweetId
string optional
Original tweet id for a repost.
data . tweets [] . possiblySensitive
boolean
Whether X marks the content sensitive.
Edit metadata when applicable.
data . tweets [] . editInfo . editTweetIds array
Tweet ids in this edit chain.
data . tweets [] . editInfo . editTweetIds []
string optional
data . tweets [] . editInfo . editableUntilMsec
string
Epoch milliseconds until edits are locked.
data . tweets [] . editInfo . isEditEligible
boolean
Whether the tweet can still be edited.
data . tweets [] . editInfo . editsRemaining
string
Remaining edits in the window, as reported by X.
data . tweets [] . source
string optional
Client label text.
data . tweets [] . sourceUrl
string optional
Link target from the source anchor when present.
data . tweets [] . communityId
string nullable optional
Community id when the tweet was posted to a community.
data . tweets [] . hasAIGeneratedMedia
boolean nullable optional
Whether X marks the tweet as containing AI-generated media.
data . tweets [] . isPaidPromotion
boolean nullable optional
Whether X marks the tweet as a paid promotion.
data . tweets [] . isTranslatable
boolean nullable optional
Whether X considers the tweet text translatable.
data . tweets [] . hasBirdwatchNotes
boolean nullable optional
Whether Community Notes are attached to this tweet.
data . tweets [] . quotedTweet object optional
Expanded quoted tweet (one level deep).
data . tweets [] . quotedTweet . id
string
Tweet id.
data . tweets [] . quotedTweet . url
string
Canonical public URL for this tweet on x.com.
data . tweets [] . quotedTweet . conversationId
string
Conversation root tweet id.
data . tweets [] . quotedTweet . createdAt
string
Creation time (ISO-8601).
data . tweets [] . quotedTweet . language
string
BCP 47 or X language code.
data . tweets [] . quotedTweet . text
string
Full tweet text (includes long-form when available).
data . tweets [] . quotedTweet . isLongForm
boolean
True when text was taken from note_tweet metadata instead of legacy.full_text alone.
data . tweets [] . quotedTweet . displayTextRange array
Start/end character indices for visible text.
data . tweets [] . quotedTweet . displayTextRange []
integer optional
data . tweets [] . quotedTweet . author object nullable
Author snapshot when available.
data . tweets [] . quotedTweet . author . handle
string
Author screen name without the leading @.
data . tweets [] . quotedTweet . author . displayName
string nullable
Author display name.
data . tweets [] . quotedTweet . author . avatarUrl
string nullable
Best available square avatar URL for the author.
data . tweets [] . quotedTweet . author . verified
boolean
Whether X marks the author with legacy verification.
data . tweets [] . quotedTweet . author . blueVerified
boolean
Whether the author has X blue (paid) verification.
data . tweets [] . quotedTweet . author . platformUserId
string optional
Numeric X user id for the author as a string.
data . tweets [] . quotedTweet . metrics object
Engagement metrics for a tweet.
data . tweets [] . quotedTweet . metrics . views
integer
Impression count when reported by X.
data . tweets [] . quotedTweet . metrics . favorites
integer
Favorite (like) count.
data . tweets [] . quotedTweet . metrics . retweets
integer
Native repost count.
data . tweets [] . quotedTweet . metrics . replies
integer
Reply count.
data . tweets [] . quotedTweet . metrics . bookmarks
integer
Bookmark count.
data . tweets [] . quotedTweet . metrics . quotes
integer
Quote tweet count.
data . tweets [] . quotedTweet . media array
Photo, video, or GIF attachments.
data . tweets [] . quotedTweet . media []
optional
data . tweets [] . quotedTweet . entities object
Entities aligned with `text`.
data . tweets [] . quotedTweet . entities . hashtags array
Hashtag entities.
data . tweets [] . quotedTweet . entities . hashtags [] . text
string
Hashtag text without #.
data . tweets [] . quotedTweet . entities . userMentions array
User mention entities.
data . tweets [] . quotedTweet . entities . userMentions [] . handle
string
Mentioned screen name.
data . tweets [] . quotedTweet . entities . userMentions [] . displayName
string optional
Display name when available.
data . tweets [] . quotedTweet . entities . userMentions [] . platformUserId
string optional
Numeric user id for the mention when available.
data . tweets [] . quotedTweet . entities . urls array
URL entities.
data . tweets [] . quotedTweet . entities . urls [] . url
string
Short URL as it appears in text.
data . tweets [] . quotedTweet . entities . urls [] . displayUrl
string
Human-readable display host/path.
data . tweets [] . quotedTweet . entities . urls [] . expandedUrl
string
Fully expanded destination URL.
data . tweets [] . quotedTweet . entities . symbols array
Symbol entities.
data . tweets [] . quotedTweet . entities . symbols [] . text
string
Cashtag or symbol text.
data . tweets [] . quotedTweet . isReply
boolean
Whether this is a reply.
data . tweets [] . quotedTweet . inReplyToTweetId
string optional
Parent tweet id when replying.
data . tweets [] . quotedTweet . inReplyToUserId
string optional
Parent author user id when replying.
data . tweets [] . quotedTweet . inReplyToScreenName
string optional
Parent author handle when replying.
data . tweets [] . quotedTweet . isQuote
boolean
Whether this tweet quotes another.
data . tweets [] . quotedTweet . quotedTweetId
string optional
Quoted tweet id when present.
data . tweets [] . quotedTweet . isRetweet
boolean
Whether this is a native repost.
data . tweets [] . quotedTweet . retweetedTweetId
string optional
Original tweet id for a repost.
data . tweets [] . quotedTweet . possiblySensitive
boolean
Whether X marks the content sensitive.
data . tweets [] . quotedTweet . editInfo object optional
Edit metadata when applicable.
data . tweets [] . quotedTweet . editInfo . editTweetIds array
Tweet ids in this edit chain.
data . tweets [] . quotedTweet . editInfo . editTweetIds []
string optional
data . tweets [] . quotedTweet . editInfo . editableUntilMsec
string
Epoch milliseconds until edits are locked.
data . tweets [] . quotedTweet . editInfo . isEditEligible
boolean
Whether the tweet can still be edited.
data . tweets [] . quotedTweet . editInfo . editsRemaining
string
Remaining edits in the window, as reported by X.
data . tweets [] . quotedTweet . source
string optional
Client label text.
data . tweets [] . quotedTweet . sourceUrl
string optional
Link target from the source anchor when present.
data . tweets [] . quotedTweet . communityId
string nullable optional
Community id when the tweet was posted to a community.
data . tweets [] . quotedTweet . hasAIGeneratedMedia
boolean nullable optional
Whether X marks the tweet as containing AI-generated media.
data . tweets [] . quotedTweet . isPaidPromotion
boolean nullable optional
Whether X marks the tweet as a paid promotion.
data . tweets [] . quotedTweet . isTranslatable
boolean nullable optional
Whether X considers the tweet text translatable.
data . tweets [] . quotedTweet . hasBirdwatchNotes
boolean nullable optional
Whether Community Notes are attached to this tweet.
data . tweets [] . retweetedTweet object optional
Expanded reposted tweet (one level deep).
data . tweets [] . retweetedTweet . id
string
Tweet id.
data . tweets [] . retweetedTweet . url
string
Canonical public URL for this tweet on x.com.
data . tweets [] . retweetedTweet . conversationId
string
Conversation root tweet id.
data . tweets [] . retweetedTweet . createdAt
string
Creation time (ISO-8601).
data . tweets [] . retweetedTweet . language
string
BCP 47 or X language code.
data . tweets [] . retweetedTweet . text
string
Full tweet text (includes long-form when available).
data . tweets [] . retweetedTweet . isLongForm
boolean
True when text was taken from note_tweet metadata instead of legacy.full_text alone.
data . tweets [] . retweetedTweet . displayTextRange array
Start/end character indices for visible text.
data . tweets [] . retweetedTweet . displayTextRange []
integer optional
data . tweets [] . retweetedTweet . author object nullable
Author snapshot when available.
data . tweets [] . retweetedTweet . author . handle
string
Author screen name without the leading @.
data . tweets [] . retweetedTweet . author . displayName
string nullable
Author display name.
data . tweets [] . retweetedTweet . author . avatarUrl
string nullable
Best available square avatar URL for the author.
data . tweets [] . retweetedTweet . author . verified
boolean
Whether X marks the author with legacy verification.
data . tweets [] . retweetedTweet . author . blueVerified
boolean
Whether the author has X blue (paid) verification.
data . tweets [] . retweetedTweet . author . platformUserId
string optional
Numeric X user id for the author as a string.
data . tweets [] . retweetedTweet . metrics object
Engagement metrics for a tweet.
data . tweets [] . retweetedTweet . metrics . views
integer
Impression count when reported by X.
data . tweets [] . retweetedTweet . metrics . favorites
integer
Favorite (like) count.
data . tweets [] . retweetedTweet . metrics . retweets
integer
Native repost count.
data . tweets [] . retweetedTweet . metrics . replies
integer
Reply count.
data . tweets [] . retweetedTweet . metrics . bookmarks
integer
Bookmark count.
data . tweets [] . retweetedTweet . metrics . quotes
integer
Quote tweet count.
data . tweets [] . retweetedTweet . media array
Photo, video, or GIF attachments.
data . tweets [] . retweetedTweet . media []
optional
data . tweets [] . retweetedTweet . entities object
Entities aligned with `text`.
data . tweets [] . retweetedTweet . entities . hashtags array
Hashtag entities.
data . tweets [] . retweetedTweet . entities . hashtags [] . text
string
Hashtag text without #.
data . tweets [] . retweetedTweet . entities . userMentions array
User mention entities.
data . tweets [] . retweetedTweet . entities . userMentions [] . handle
string
Mentioned screen name.
data . tweets [] . retweetedTweet . entities . userMentions [] . displayName
string optional
Display name when available.
data . tweets [] . retweetedTweet . entities . userMentions [] . platformUserId
string optional
Numeric user id for the mention when available.
data . tweets [] . retweetedTweet . entities . urls array
URL entities.
data . tweets [] . retweetedTweet . entities . urls [] . url
string
Short URL as it appears in text.
data . tweets [] . retweetedTweet . entities . urls [] . displayUrl
string
Human-readable display host/path.
data . tweets [] . retweetedTweet . entities . urls [] . expandedUrl
string
Fully expanded destination URL.
data . tweets [] . retweetedTweet . entities . symbols array
Symbol entities.
data . tweets [] . retweetedTweet . entities . symbols [] . text
string
Cashtag or symbol text.
data . tweets [] . retweetedTweet . isReply
boolean
Whether this is a reply.
data . tweets [] . retweetedTweet . inReplyToTweetId
string optional
Parent tweet id when replying.
data . tweets [] . retweetedTweet . inReplyToUserId
string optional
Parent author user id when replying.
data . tweets [] . retweetedTweet . inReplyToScreenName
string optional
Parent author handle when replying.
data . tweets [] . retweetedTweet . isQuote
boolean
Whether this tweet quotes another.
data . tweets [] . retweetedTweet . quotedTweetId
string optional
Quoted tweet id when present.
data . tweets [] . retweetedTweet . isRetweet
boolean
Whether this is a native repost.
data . tweets [] . retweetedTweet . retweetedTweetId
string optional
Original tweet id for a repost.
data . tweets [] . retweetedTweet . possiblySensitive
boolean
Whether X marks the content sensitive.
data . tweets [] . retweetedTweet . editInfo object optional
Edit metadata when applicable.
data . tweets [] . retweetedTweet . editInfo . editTweetIds array
Tweet ids in this edit chain.
data . tweets [] . retweetedTweet . editInfo . editTweetIds []
string optional
data . tweets [] . retweetedTweet . editInfo . editableUntilMsec
string
Epoch milliseconds until edits are locked.
data . tweets [] . retweetedTweet . editInfo . isEditEligible
boolean
Whether the tweet can still be edited.
data . tweets [] . retweetedTweet . editInfo . editsRemaining
string
Remaining edits in the window, as reported by X.
data . tweets [] . retweetedTweet . source
string optional
Client label text.
data . tweets [] . retweetedTweet . sourceUrl
string optional
Link target from the source anchor when present.
data . tweets [] . retweetedTweet . communityId
string nullable optional
Community id when the tweet was posted to a community.
data . tweets [] . retweetedTweet . hasAIGeneratedMedia
boolean nullable optional
Whether X marks the tweet as containing AI-generated media.
data . tweets [] . retweetedTweet . isPaidPromotion
boolean nullable optional
Whether X marks the tweet as a paid promotion.
data . tweets [] . retweetedTweet . isTranslatable
boolean nullable optional
Whether X considers the tweet text translatable.
data . tweets [] . retweetedTweet . hasBirdwatchNotes
boolean nullable optional
Whether Community Notes are attached to this tweet.
Cursor pagination for this community tweet list.
Whether another page is available.
data . page . nextCursor
string nullable
Cursor to pass in the next request when more pages exist; null on the last page.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
meta . creditsCharged
integer
Credits charged for this request.
Public API version that served the response.
meta . cached
boolean optional
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.