Skip to main content
GET
Get tweet details

Authorizations

api_key
string
query
required

Query Parameters

tweet_id
string
required
resolve_tokens
string

Resolve the tweet's $cashtags to on-chain tokens (best-effort, via Dexscreener). "1" matches across all chains; a chain id such as "solana" pins the chain. Adds a resolved_tokens array to the response.

Response

200 - application/json

Tweet details

id
string
Example:

"2035548674483273831"

text
string
created_at
string
author
object
retweet_count
integer
reply_count
integer
like_count
integer
quote_count
integer
bookmark_count
integer
view_count
integer
media
object[]

Photos, videos and GIFs attached to the tweet. Empty array if none.

card
object | null

Link/summary preview card. Null for tweets without a card.

article
object | null

X long-form article. Null unless the tweet is an article.

entities
object

Parsed entities extracted from the tweet.

quoted_tweet
any | null

Embedded quoted tweet (same shape, expanded one level deep — its own quoted_tweet is always null). Null if the tweet quotes nothing.

retweeted_tweet
any | null

For retweets, the full original tweet (same shape, one level deep); null otherwise. For retweets the top-level text is rebuilt as "RT @user - full original text".

resolved_tokens
object[]

Present only with resolve_tokens. Best-effort token matches for the tweet's cashtags.