v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBTweets
Get tweet favoriters
Get the list of users who favorited (liked) a specific tweet. Returns comprehensive user profile data for each user who liked the tweet. Useful for audience analysis and engagement tracking.
get/v1/twitter/tweets/tweet/{tweet_id}/favoriters
Path parameters
tweet_idstring required
Example:1234567890123456789
The unique numeric ID of the tweet.
Query parameters
cursorstring
Pagination cursor for fetching the next page of results.
Response
Successfully retrieved favoriters.
Example response
{
"data": [
{
"id": "44196397",
"username": "elonmusk",
"name": "Elon Musk",
"description": "Mars & Cars, Chips & Dips",
"location": "Mars",
"created_at": "Tue Jun 02 20:12:29 +0000 2009"
}
]
}