API reference

API reference index

For the complete API reference, select an endpoint from the list:
 

Likes lookup

Users who have liked a Tweet GET /2/tweets/:id/liking_users
Tweets liked by a user GET /2/users/:id/liked_tweets

 

Manage Likes

Allows a user ID to like a Tweet POST /2/users/:id/likes
Allows a user ID to unlike a Tweet
DELETE /2/users/:id/likes/:tweet_id