Fetches detailed information about a specific tweet by its ID. Returns a parsed TwitterTweet object with author information, media, metrics, and any referenced tweets (replies, quotes, retweets).
When expanded=true, the endpoint returns enhanced data including:
When expanded=false or omitted, returns the standard tweet data format.
Authentication token passed in the Authorization header as 'Bearer
The tweet ID (snowflake ID)
When set to true, returns enhanced tweet data including full text for long-form tweets and complete article content with rich formatting. When false or omitted, returns standard tweet data. Default: false
true, false Tweet data retrieved successfully
Complete detailed version of a Twitter/X post
The tweet's snowflake ID
The type of the tweet
TWEET, RETWEET, QUOTE, REPLY UNIX timestamp of when the tweet was created in milliseconds
Complete detailed version of a Twitter/X user profile
The subtweet (reply, quote, retweet) referenced by this tweet (if any)
Information about who the tweet is replying to (if any)
Information about who the tweet is quoting (if any)
Embedded Grok xAI conversation preview in the tweet (if any)
Information about an embedded card within the tweet (if any)
Information about a poll within the tweet (if any)
Information about an article within the tweet (if any)
Information about the community the tweet belongs to (if any). Only available when expanded=true