Skip to main content
GET
List the accounts that reposted (retweeted) a given X post. Results are paginated — pass the returned nextCursor to fetch the next page.
Only public reposts are returned. X does not expose reposts from protected accounts, and quote posts are not included.

Query Parameters

id
string
required
The X post id. tweetId is accepted as an alias.
count
number
default:"20"
Number of users per page (1–50).
cursor
string
Pagination cursor from a previous response’s nextCursor.

Response

users
array
The reposting accounts. Each entry contains id, name, screen_name, description, profile_image_url, followers_count, verified, is_blue_verified, and protected.
nextCursor
string
Cursor for the next page. Omitted when there are no more results.