v6

latestOpenAPI 3.0.0raw.githubusercontent.com2025-03-123918105.6 KB
Data API

Get Tweet

Retrieves complete tweet details by its ID.

get/twitter/tweets/{tweet_id}

Path parameters

tweet_idstring required

The numerical ID of the target tweet. When using languages where the tweet_id value exceeds the default Integer type limit (e.g., JavaScript), you should store id as a String. Use the id_str property returned by the API for these values.

Response

Request succeeded

tweet_created_atstring required

The UTC datetime when the tweet was created

id_strstring required

The string representation of the unique identifier for this Tweet. Implementations should use this rather than the large integer in id.

textstring nullable

Deprecated. Always null

full_textstring required

100 tips I learned growing an iOS app to ~$5M in sales in 3 yrs, going through YC 1.5 times, and co-founding @Superwall 👇

sourcestring required

Utility used to post the Tweet, as an HTML-formatted string. Tweets from the Twitter website have a source value of web.

truncatedboolean required

Indicates whether the value of the text parameter was truncated, for example, as a result of a retweet exceeding the original Tweet text length limit of 140 characters. Since Twitter now rejects long Tweets vs truncating them, the large majority of Tweets will have this set to false.

in_reply_to_status_id_strstring nullable

If the represented Tweet is a reply, this field will contain the string representation of the original Tweet's ID.

in_reply_to_user_id_strstring nullable

If the represented Tweet is a reply, this field will contain the string representation of the original Tweet's author ID. This will not necessarily always be the user directly mentioned in the Tweet.

in_reply_to_screen_namestring nullable

If the represented Tweet is a reply, this field will contain the screen name of the original Tweet's author.

langstring required

Nullable. When present, indicates a BCP 47 language identifier corresponding to the machine-detected language of the Tweet text, or und if no language could be detected.

quoted_status_id_strstring nullable

This field only surfaces when the Tweet is a quote Tweet. This is the string representation Tweet ID of the quoted Tweet.

is_quote_statusboolean required

Indicates whether this is a Quoted Tweet.

is_pinnedboolean required

Indicates if the tweet is pinned to the user's profile.

quote_countinteger required

Nullable. Indicates approximately how many times this Tweet has been quoted by Twitter users.

reply_countinteger required

Number of times this Tweet has been replied to.

retweet_countinteger required

Number of times this Tweet has been retweeted.

favorite_countinteger required

Nullable. Indicates approximately how many times this Tweet has been liked by Twitter users.

views_countinteger required

Number of views this tweet has received.

bookmark_countinteger required

Number of times this tweet has been bookmarked.