Number of APIs: 4
1. Like a Tweet
POST https://api.twitter.com/2/users/:id/likes
Allows an authenticated user to like a Tweet. For full details, see the API reference for this endpoint.
2. Liked Tweets
GET https://api.twitter.com/2/users/:id/liked_tweets
Returns a list of Tweets that have been liked by a specified user ID. For full details, see the API reference for this endpoint.
3. Liking users
GET https://api.twitter.com/2/tweets/:id/liking_users
Returns a list of users who have liked a specified Tweet ID. For full details, see the API reference for this endpoint.
DELETE https://api.twitter.com/2/users/:id/likes/:tweet_id
Allows an authenticated user to unlike a Tweet. For full details, see the API reference for this endpoint.