v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

Get tweet replies by tweet id (V2). Each page returns up to 20 replies. Use cursor for pagination. Supports sorting by Relevance, Latest, or Likes.

get/twitter/tweet/replies/v2

Query parameters

tweetIdstring string required

The tweet ID to get replies for. eg. 1846987139428634858

cursorstring string

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

queryType'Relevance' | 'Latest' | 'Likes'

Sort order for replies. Default is Relevance.

Response

Tweet replies response

has_next_pageboolean

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

next_cursorstring

Cursor for fetching the next page of results

status'success' | 'error'

Status of the request. success or error

messagestring

Message of the request. error message