Skip to main content
GET
Tweet Details
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Tweet URL

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

Key Response Fields:

  • rest_id: Tweet ID string
  • legacy.full_text: Full tweet text content
  • legacy.created_at: Tweet creation timestamp
  • legacy.favorite_count: Like count
  • legacy.retweet_count: Retweet count
  • legacy.reply_count: Reply count
  • legacy.quote_count: Quote tweet count
  • legacy.bookmark_count: Bookmark count
  • views.count: Total view count
  • legacy.entities.media: Attached photos/videos
  • legacy.entities.urls: Expanded URLs in the tweet
  • core.user_results.result.core.screen_name / name: Author @handle and display name
  • quoted_status_result: Nested object for the quoted tweet (if applicable)
  • card.legacy.binding_values: Rich card data (YouTube embeds, link previews, etc.)
  • Use trim=true for a leaner response without deeply nested user objects