cURL
curl --request POST \ --url https://api.sorsa.io/v2/check-retweet \ --header 'ApiKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "next_cursor": "<string>", "tweet_link": "<string>", "user_handle": "<string>", "user_id": "<string>" } '
{ "next_cursor": "<string>", "retweet": true, "user_protected": true }
Check if a user has retweeted a specific tweet by checking up to 100 retweets per request. Use next_cursor to paginate through additional retweets.
tweet link, user handle required, next_cursor not required
OK
Was this page helpful?