Get X tweet info

Look up a single X (Twitter) post by numeric tweet id.

← All X / Twitter endpoints · Capability overview

GET/v1/x-twitter/tweet-info

https://api.vee3.io/v1/x-twitter/tweet-info

5 tokens

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_info
Parameters1 field
idstringRequired

Numeric tweet id.

max length 32

Response25 fields
idstring

Numeric tweet id.

textstring

Tweet body text.

created_atstring

Tweet creation timestamp from X.

likesinteger

Like count.

retweetsinteger

Repost count.

repliesinteger

Reply count.

quotesinteger

Quote count.

bookmarksinteger

Bookmark count.

langstring

Detected language code.

conversation_idstring

Conversation thread id for the tweet.

authorobject
5 fields

Author profile summary for the tweet.

rest_idstring

Numeric X user id.

namestring

Author display name.

screen_namestring

Author handle without the leading @.

imagestring

Profile avatar image URL.

blue_verifiedboolean

Whether the author has X blue verification.

mediaobject
8 fields

Attached media grouped by type (for example photo or video arrays). Additional provider-specific media fields may appear.

videoarrayitems
5 fields

Video media items when present.

media_url_httpsstring

HTTPS URL for the video thumbnail or asset.

variantsarrayitems
3 fields

Available video quality variants when present.

bitrateinteger

Video bitrate when provided.

content_typestring

MIME type for the media variant.

urlstring

HTTPS URL for the media variant.

photoarrayitems
1 field

Photo media items when present.

media_url_httpsstring

HTTPS 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