List users who retweeted a tweet
Lists reposters. includeRetweetTimestamp adds retweeted_at in Unix seconds. Null means no matching repost on the newest profile page or lookup failure. The created field means account creation. Timestamp lookups add latency.
Path parameters
Tweet ID to get retweeters
Query parameters
Pagination cursor for retweeters
Look up repost event times.
Maximum user profiles requested from this page (1-200, default 200). Source, filters, or credits can return fewer profiles. Follow next_cursor while the response reports more pages. Deprecated aliases remain accepted.
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Profiles must follow at least this many accounts.
Profiles may follow at most this many accounts.
Minimum post count. minPosts is also accepted.
Maximum post count. maxPosts is also accepted.
Minimum account age in whole days.
Only return verified profiles.
Match the verification type exactly, ignoring case.
Only return profiles with a website.
Only return profiles with a location.
Match any comma-separated or line-separated bio term, ignoring case.
Match a location substring, ignoring case.
Match a username substring, ignoring case.
Add each row's full profile, as GET /x/users/{id} returns it. Pages take several seconds longer.
Response
List of retweeters
Example response
{
"users": [],
"has_next_page": false,
"next_cursor": ""
}