TwitterAPIs Docs
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.

MethodPathCostDescription
GET/tweet/detail$0.0008Fetch a single tweet's full object by ID.
GET/tweet/replies$0.0008Page through the replies to a tweet.
GET/tweet/retweeters$0.0008List the users who retweeted a tweet.
GET/tweet/thread$0.0040Reconstruct a thread forward from its first tweet.