Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

tweetId
string<string>
required

The tweet ID to get replies for. eg. 1846987139428634858

cursor
string<string>

The cursor to paginate through the results. First page is "".

queryType
enum<string>
default:Relevance

Sort order for replies. Default is Relevance.

Available options:
Relevance,
Latest,
Likes

Response

Tweet replies response

tweets
object[]

Array of reply tweets

has_next_page
boolean

Indicates if there are more results available. If true, use next_cursor to fetch the next page.

next_cursor
string

Cursor for fetching the next page of results

status
enum<string>

Status of the request. success or error

Available options:
success,
error
message
string

Message of the request. error message