API ReferenceTweet Details
Overview
Tweet Details: Resolve a single tweet into its full object: replies, retweeters, and the complete conversation thread.
Resolve a single tweet into its full object: replies, retweeters, and the complete conversation thread.
This category has 4 endpoints. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.
| Method | Path | Cost | Description |
|---|---|---|---|
GET | /tweet/detail | $0.0008 | Fetch a single tweet's full object by ID. |
GET | /tweet/replies | $0.0008 | Page through the replies to a tweet. |
GET | /tweet/retweeters | $0.0008 | List the users who retweeted a tweet. |
GET | /tweet/thread | $0.0040 | Reconstruct a thread forward from its first tweet. |
User Search GET
Search the user directory by keyword. Matches against display name, handle, and bio. Useful for discovery, lead lists, and resolving partial handles into full profiles. Cost: $0.0008 per call.
Tweet Detail GET
Resolve a tweet ID into its complete object, including author, engagement counts, attached media, and any quoted tweet. The starting point for any single-tweet workflow. Cost: $0.0008 per call.