Skip to main content
GET
Get Tweet Quotations
Get quote tweets of a given tweet — posts that embedded it with added commentary — cursor-paginated. Use this to see how a post is being reframed or argued about, which is often more revealing than plain replies. Returns full tweet objects with engagement counts. For direct replies use get_twitter_tweet_replies_v2; for accounts that amplified it without comment use get_twitter_tweet_retweeters.

Authorizations

Authorization
string
header
required

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

Query Parameters

tweetId
string
required

The tweet ID to get quotes for.

cursor
string

Cursor for pagination.

Response

200 - application/json

Successful response

tweets
object[]
has_next_page
boolean
next_cursor
string
status
string
msg
string