v1
latestOpenAPI 3.0.1MIT2026-07-26589101.4 KBget tweet replies by tweet id.Each page returns up to 20 replies(Sometimes less than 20,because we will filter out ads or other not tweets). Use cursor for pagination. Order by reply time desc
get/twitter/tweet/replies
Query parameters
tweetIdstring string required
The tweet ID to get. Must be an original tweet (not a reply to another tweet) and should be the first tweet in a thread.. eg. 1846987139428634858
sinceTimeinteger
On or after a specified unix timestamp in seconds.
untilTimeinteger
Before a specified unix timestamp in seconds.
cursorstring string
The cursor to paginate through the results. First page is "".
Response
Tweet replies response