List tweets from an X List
Omit mode for resumable maximum coverage. Pass next_cursor unchanged. Standard keeps legacy pagination.
Path parameters
X List ID.
Query parameters
Cursor from the previous response. Xquik cursors resume automatic coverage. Existing unprefixed cursors keep legacy standard behavior.
Omit mode for resumable maximum coverage. Standard keeps legacy pagination. Coverage returns diagnostics once and rejects cursors.
Automatic pages accept 1-300 Tweets. Standard pages keep 1-100. Default 20. Continue while has_next_page is true. Deprecated aliases remain accepted.
Inclusive ISO bound for Tweet creation time.
Exclusive ISO bound for Tweet creation time.
Include reply tweets.
Filter by author username.
Filter replies sent to a username.
Filter tweets mentioning a username.
Only when the caller requests a language. lang is also accepted.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter by media type. has_video=true and has_media=true are also accepted.
Minimum likes threshold. minFaves, min_likes, and min_faves are also accepted.
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.
Only return native reposts.
Only return tweets from verified authors.
Only when the caller requests a reply mode.
Only when the caller requests a repost mode.
Exact phrase to match.
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.
Response
List tweets
Example response
{
"tweets": [],
"has_next_page": false,
"next_cursor": ""
}