v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Tweets

Tweet Data

Returns full data for a single tweet by its URL: text, creation date, language, engagement metrics (likes, retweets, quotes, replies, views, bookmarks), and the author's profile. If the tweet is a reply, quote, or repost, the nested original tweet and its author data are included as well.

post/tweet-info

Request body

tweet_linkstring

Full URL of the tweet (e.g. https://x.com/user/status/123) or just the tweet ID.

Response

OK

bookmark_countinteger

Number of times the tweet has been bookmarked.

conversation_id_strstring

ID of the root tweet in the conversation thread.

created_atstring

Tweet publication date in ISO 8601 format.

full_textstring

Full text content of the tweet.

idstring

Unique tweet ID.

in_reply_to_tweet_idstring

ID of the tweet this tweet is replying to. Null if not a reply.

in_reply_to_usernamestring

Username of the account this tweet is replying to.

is_quote_statusboolean

Whether this tweet quotes another tweet.

is_replies_limitedboolean

Whether replies to this tweet are restricted by the author.

is_replyboolean

Whether this tweet is a reply to another tweet.

langstring

Detected language code of the tweet (e.g. en, es).

likes_countinteger

Number of likes on the tweet.

made_with_aiboolean

Whether the tweet was made with AI.

paid_partnershipboolean

Whether the tweet is a paid partnership.

quote_countinteger

Number of quote tweets.

reply_countinteger

Number of replies to the tweet.

retweet_countinteger

Number of retweets.

view_countinteger

Number of views (impressions).