v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Verification

Check Comment

Checks whether a specific user has posted a reply under a given tweet. Returns commented: true along with the full reply tweet data if a comment is found. Requires tweet_link and one of user_handle or user_id.

get/check-comment

Query parameters

tweet_linkstring required

Full URL of the tweet to check.

usernamestring

Twitter/X handle of the user being checked.

user_linkstring

Twitter/X profile link of the user being checked.

user_idstring

Numeric Twitter/X user ID of the user being checked.

Response

OK

commentedboolean

true if the user has commented on the tweet.