X API

Get quote tweets of a tweet

get/x/tweets/{id}/quotes

Path parameters

idstring required

Tweet ID

Query parameters

cursorstring

Pagination cursor

sinceTimestring

Unix timestamp - filter after

untilTimestring

Unix timestamp - filter before

includeRepliesboolean

Include replies (default false)

Response

List of quote tweets

has_next_pageboolean required
next_cursorstring required

Changes