curl --request GET \
--url 'https://api.xshot.fun/twitter/tweet/detail?api_key='{
"id": "2035548674483273831",
"text": "<string>",
"created_at": "<string>",
"author": {
"id": "<string>",
"name": "<string>",
"username": "<string>",
"profile_image": "<string>",
"followers_count": 123
},
"retweet_count": 123,
"reply_count": 123,
"like_count": 123,
"quote_count": 123,
"bookmark_count": 123,
"view_count": 123
}Get a single tweet’s full details including engagement metrics.
curl --request GET \
--url 'https://api.xshot.fun/twitter/tweet/detail?api_key='{
"id": "2035548674483273831",
"text": "<string>",
"created_at": "<string>",
"author": {
"id": "<string>",
"name": "<string>",
"username": "<string>",
"profile_image": "<string>",
"followers_count": 123
},
"retweet_count": 123,
"reply_count": 123,
"like_count": 123,
"quote_count": 123,
"bookmark_count": 123,
"view_count": 123
}