Skip to main content
POST
Get Quote Tweets by Page

Authorizations

Authorization
string
header
required

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

Body

application/json
tweet_id
string
required

The ID of the tweet to get quote tweets for.

sort_by
enum<string>
default:Top

Sort order for quote tweets. Latest for chronological order or Top for ranked results.

Available options:
Top,
Latest
next_cursor
string | null

Cursor returned by the previous page. Leave empty to fetch the first page.

Example:

"scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6"

Response

Current page data (up to 20 quote tweets) and pagination metadata (has_next_page, next_cursor).

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
TweetModel · object[]
required

A list of quote tweet objects for the current page.

has_next_page
boolean
required

Whether another page is available.

next_cursor
string | null

Use this cursor to fetch the next page when has_next_page is true.

Example:

"scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6"