Check Quote or Retweet
Verification
Check Quote or Retweet
Checks whether a user has quoted or retweeted a given tweet. Returns a status field with one of three values: quoted, retweet, or not_found. If a quote or retweet is found, the response also includes the interaction date and the quote text (when applicable). Identify the user with username, user_link, or user_id.
POST
Check Quote or Retweet
Authorizations
Body
application/json
tweet link, user link, username or user_id
Response
OK
Date of the interaction (if found).
Example:
"2024-04-27 06:43:09"
Interaction type: quoted, retweet, or not_found.
Example:
"quoted"
Text of the quote tweet (if status is quoted).
Example:
"Quote text"
true if the checked user's account is protected.
Example:
false