curl --request GET \
--url 'https://api.xshot.fun/twitter/tweet/likers?api_key='{
"likers": [
{
"id": "44196397",
"name": "Elon Musk",
"username": "elonmusk",
"description": "<string>",
"location": "<string>",
"created_at": "<string>",
"followers_count": 237614000,
"following_count": 1305,
"tweet_count": 123,
"like_count": 123,
"media_count": 123,
"is_blue_verified": true,
"profile_image": "<string>",
"profile_banner": "<string>",
"pinned_tweet_ids": [
"<string>"
]
}
],
"next_cursor": "<string>",
"has_next_page": true
}Get users who liked a tweet. Twitter may limit visibility for some tweets.
curl --request GET \
--url 'https://api.xshot.fun/twitter/tweet/likers?api_key='{
"likers": [
{
"id": "44196397",
"name": "Elon Musk",
"username": "elonmusk",
"description": "<string>",
"location": "<string>",
"created_at": "<string>",
"followers_count": 237614000,
"following_count": 1305,
"tweet_count": 123,
"like_count": 123,
"media_count": 123,
"is_blue_verified": true,
"profile_image": "<string>",
"profile_banner": "<string>",
"pinned_tweet_ids": [
"<string>"
]
}
],
"next_cursor": "<string>",
"has_next_page": true
}