List quote tweets of a tweet
Returns public posts quoting the tweet, replies included. Drop them with replies=exclude.
Path parameters
Numeric tweet ID to get quotes, 15-20 digits
Query parameters
Cursor from the previous response. Existing unprefixed cursors keep legacy standard behavior. Pages can be empty before more rows; follow next_cursor.
Optional legacy pagination override.
Automatic pages accept 1-300 Tweets. Standard pages keep 1-100. Default 20. Follow next_cursor while the response reports more pages. Deprecated aliases remain accepted.
Inclusive ISO bound for Tweet creation time.
Exclusive ISO bound for Tweet creation time.
Filter by author username.
Filter replies sent to a username.
Filter tweets mentioning a username.
Filter by language. Alias lang is accepted.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter media. Aliases: has_video, has_media.
Minimum likes. Aliases: minFaves, min_likes, min_faves.
Minimum retweets threshold.
Minimum replies threshold.
Minimum quote count threshold.
Minimum view count threshold.
Minimum bookmark count threshold.
Maximum likes threshold. maxLikes is also accepted.
Maximum retweets threshold.
Maximum replies threshold.
Maximum quotes threshold.
Only return tweets from Blue-verified authors.
Match the Tweet card name.
Match the source application.
Exclude a source application.
Match latitude, longitude, and radius.
Return Tweets whose IDs exceed this ID.
Return Tweets at or below this ID.
Match a place name.
Set the radius for the near filter.
Match Tweets from this recent window, such as 90m or 7d. Use a whole number and s, m, h, or d.
Only return native reposts.
Enable the safe-search filter.
X no longer searches filter:news.
Only return tweets from verified authors.
Reply mode. Exclude keeps own-thread replies.
Only when the caller requests a repost mode.
Only when the caller requests a quote mode.
Match this literal phrase, including any hyphens.
Words or quoted phrases to exclude. Separate with spaces, commas, or lines.
Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.
Hashtags separated by spaces, commas, or lines.
Cashtags separated by spaces, commas, or lines.
URL substring or domain filter.
Conversation ID filter.
Only replies to this tweet ID.
Only quotes of this tweet ID.
Only retweets of this tweet ID.
Response
List of quote tweets
Example response
{
"tweets": [],
"has_next_page": false,
"next_cursor": ""
}