v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBTweets
Get tweet details
Fetch detailed information about a single tweet. Returns comprehensive tweet data including author info, engagement stats, media attachments, polls, referenced tweets, and edit history. Use this for deep inspection of individual tweets.
get/v1/twitter/tweets/tweet/{tweet_id}
Path parameters
tweet_idstring required
Example:1234567890123456789
The unique numeric ID of the tweet.
Query parameters
cursorstring
Pagination cursor from a previous response for fetching additional data.
Response
Successfully retrieved tweet details.
Example response
{
"id": "1234567890123456789",
"text": "Hello, world! This is a tweet.",
"created_at": "Wed Oct 10 20:19:24 +0000 2018",
"lang": "en",
"user_id": "44196397",
"username": "elonmusk",
"user_name": "Elon Musk",
"hashtags": [
{
"text": "AI"
}
],
"place": {
"full_name": "San Francisco, CA",
"name": "San Francisco",
"country": "United States",
"country_code": "US"
},
"source": "Twitter Web App"
}