get_tweet
Fetch a single tweet by its URL or numeric status ID. Access public X posts without needing an official API.
Instructions
Fetch a single post by its URL or numeric status id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_id | Yes | A full post URL (e.g. "https://x.com/jack/status/20") or the bare numeric status id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric status id, if resolvable. | |
| url | No | Canonical permalink to the post. | |
| text | No | The post's text content. | |
| created_at | No | ISO 8601 timestamp from the post. | |
| like_count | No | ||
| view_count | No | ||
| author_name | No | Display name of the author. | |
| reply_count | No | ||
| repost_count | No | ||
| author_handle | No | @handle of the author. |