v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Verification

Check Retweet

Checks whether a user has retweeted a given tweet. The endpoint scans up to 100 retweets per request. If the tweet has more retweets than that, a next_cursor is returned to continue checking. Identify the user with username, user_link, or user_id.

post/check-retweet

Request body

next_cursorstring
tweet_linkstring
user_idstring
user_linkstring
usernamestring

Response

OK

next_cursorstring

Cursor for checking more retweets if needed.

retweetboolean

true if the user has retweeted the tweet.

user_protectedboolean

true if the checked user's account is protected.