x-twitter.tweet_info
Fetch metadata for a single public X (Twitter) post by its numeric tweet id.
Returns tweet text, engagement counts (likes, retweets, replies, quotes, bookmarks), language, conversation id, author profile summary, and attached media when present.
Cost = 2 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric tweet id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric tweet id. | |
| lang | No | Detected language code. | |
| text | No | Tweet body text. | |
| likes | No | Like count. | |
| media | No | Attached media grouped by type (for example photo or video arrays). Additional provider-specific media fields may appear. | |
| author | No | Author profile summary for the tweet. | |
| quotes | No | Quote count. | |
| replies | No | Reply count. | |
| retweets | No | Repost count. | |
| bookmarks | No | Bookmark count. | |
| created_at | No | Tweet creation timestamp from X. | |
| conversation_id | No | Conversation thread id for the tweet. |