v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Tweets

Quote Tweets

Returns a paginated list of tweets that quoted the specified tweet. Up to 20 results per page. Each quote tweet includes the added commentary text, creation date, engagement metrics, and the quoting user's profile.

post/quotes

Request body

next_cursorstring

Pagination cursor from a previous response.

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"
}

Response

OK

next_cursorstring

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