latestOpenAPI 3.1.02026-08-21127127514.8 KB
18302a60cfee
Tweets
Get tweet with full text, author, metrics and media
Get tweet with full text, author, metrics and media.
get/api/v1/x/tweets/{id}
Path parameters
idstring required
Numeric tweet ID, 15-20 digits
Response
Tweet with author
Example response
{
"tweet": {
"id": "1234567890",
"text": "New feature",
"retweetCount": 5,
"replyCount": 3,
"likeCount": 42,
"quoteCount": 1,
"viewCount": 1500,
"bookmarkCount": 2
},
"author": {
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
}