Skip to main content
POST
Get Quote Tweets

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.

count
integer
required

Number of quote tweets to return (minimum 10, maximum 5000).

Required range: 1 <= x <= 5000
Example:

100

sort_by
enum<string>
default:Top

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

Available options:
Top,
Latest

Response

A list of quote tweet objects (up to count).

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.