Get Replies by Tweet ID (Legacy)
Tweet Replies Endpoints
Get Replies by Tweet ID (Legacy)
Get replies for a specific tweet, returned as a nested Tweet object. $0.14/1000 replies. For new integrations, use POST /twitter/tweets//replies/page instead — it supports cursor pagination, is more reliable for large reply threads, and avoids request timeouts.
GET
Get Replies by Tweet ID (Legacy)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the tweet to get replies for.
Example:
"1803006263529541838"
Maximum number of replies to return.
Required range:
1 <= x <= 5000Example:
50
Query Parameters
Sort by Relevancy or Latest or Likes
Available options:
Relevance, Recency, Likes Example:
"Relevance"