Logo
Twitter API Documentation

Retweets

Number of APIs: 3


1. Retweet a Tweet

POST https://api.twitter.com/2/users/:id/retweets

Allows an authenticated user to Retweet a Tweet.

For full details, see the API reference for this endpoint.



2. Retweeted by

GET https://api.twitter.com/2/tweets/:id/retweeted_by

Returns a list of users who have liked a specified Tweet ID.

For full details, see the API reference for this endpoint.



3. Undo a Retweet

DELETE https://api.twitter.com/2/users/:id/retweets/:source_tweet_id

Allows an authenticated user to unlike a Tweet.

For full details, see the API reference for this endpoint.



ENDPOINTS