Tweet Endpoint
Get Tweet Retweeters
get tweet retweeters by tweet id.Each page returns about 100 retweeters. Use cursor for pagination. Order by retweet time desc
GET
Authorizations
Query Parameters
The tweet ID to get. eg. 1846987139428634858
The cursor to paginate through the results. First page is "".
Response
200 - application/json
Indicates if there are more results available. If true, use next_cursor to fetch the next page. Warning: Due to Twitter API inconsistency, has_more might return true even when no additional data exists. In such cases, subsequent requests will return empty results - this is a known platform limitation.
Message of the request.error message
Cursor for fetching the next page of results
Status of the request.success or error
Available options:
success
, error
Array of users