v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Tweets

Tweet Comments

Returns a paginated list of replies (comments) posted under a specific tweet. Up to 20 replies per page. Each reply includes text, creation date, engagement metrics, conversation context, and the author's profile.

post/comments

Request body

next_cursorstring

Pagination cursor from a previous response.

order_bystring

Sort order: Relevance, Recency or Likes. Defaults to Relevance.

tweet_linkstring

Full URL of the tweet (e.g. https://x.com/user/status/123) or just the tweet ID.

Example request

{
  "next_cursor": "JKHSJFHADUYJKSDy2y3u123",
  "order_by": "Relevance"
}

Response

OK

next_cursorstring

Cursor for fetching the next page of results. Null or absent if no more pages.