Get X tweet info
Look up a single X (Twitter) post by numeric tweet id.
← All X / Twitter endpoints · Capability overview
/v1/x-twitter/tweet-infohttps://api.vee3.io/v1/x-twitter/tweet-info
Look up a single X (Twitter) post by numeric tweet id.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_x_tweet_infoParameters1 field
idstringRequiredNumeric tweet id.
max length 32
Response25 fields
idstringNumeric tweet id.
textstringTweet body text.
created_atstringTweet creation timestamp from X.
likesintegerLike count.
retweetsintegerRepost count.
repliesintegerReply count.
quotesintegerQuote count.
bookmarksintegerBookmark count.
langstringDetected language code.
conversation_idstringConversation thread id for the tweet.
authorobject5 fieldsAuthor profile summary for the tweet.
authorobjectrest_idstringNumeric X user id.
namestringAuthor display name.
screen_namestringAuthor handle without the leading @.
imagestringProfile avatar image URL.
blue_verifiedbooleanWhether the author has X blue verification.
mediaobject8 fieldsAttached media grouped by type (for example photo or video arrays). Additional provider-specific media fields may appear.
mediaobjectvideoarrayitems5 fieldsVideo media items when present.
videoarrayitemsmedia_url_httpsstringHTTPS URL for the video thumbnail or asset.
variantsarrayitems3 fieldsAvailable video quality variants when present.
variantsarrayitemsbitrateintegerVideo bitrate when provided.
content_typestringMIME type for the media variant.
urlstringHTTPS URL for the media variant.
photoarrayitems1 fieldPhoto media items when present.
photoarrayitemsmedia_url_httpsstringHTTPS URL for the photo asset.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, x_tweet_not_found, x_tweet_suspended, x_twitter_not_configured, x_twitter_upstream_error