All endpoints
Twitter Tweet Quotes

Twitter Tweet Quotes API

Get the quote tweets for a specific tweet. Returns the full content and engagement metrics for each quote tweet. Supports pagination.

Price: $0.006 per page
Free tier: 50 requests/month
Endpoint
GET /v1/twitter/tweet/quotes

Parameters

tweet_id *
Numeric tweet ID
pages
Number of pages to fetch, 1-10 (default: 1)

Response fields

quotes
Array of quote tweets
title
Tweet title (format: @username on X)
url
Direct link to the quote tweet
date
Publication date and time
author
Twitter username of the quoter
source
Platform name (Twitter (X))
domain
x.com
snippet
Quote tweet content
likes
Number of likes
retweets
Number of retweets
replies
Number of replies
quotes
Number of quote tweets
bookmarks
Number of bookmarks
views
Number of views (null when unavailable)
author_followers
Quoter's follower count
author_verified
Whether the quoter is verified
lang
Tweet language code
is_reply
Whether it is also a reply
is_quote
Always true for this endpoint
hashtags
Hashtags used
user_mentions
Usernames mentioned
tweet_id
Requested tweet ID
pages
Number of pages fetched
count
Total results returned

Example Request

curl "https://apidirect.io/v1/twitter/tweet/quotes?tweet_id=1631781099415257088&pages=1" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "quotes": [
    {
      "title": "@quoter on X",
      "url": "https://twitter.com/quoter/status/...",
      "date": "2024-01-16 10:00:00",
      "author": "quoter",
      "source": "Twitter (X)",
      "domain": "x.com",
      "snippet": "This is so true! Great point here.",
      "likes": 200,
      "retweets": 50,
      "replies": 10,
      "quotes": 2,
      "bookmarks": 30,
      "views": 15000,
      "author_followers": 8000,
      "author_verified": false,
      "lang": "en",
      "is_reply": false,
      "is_quote": true,
      "hashtags": [],
      "user_mentions": []
    }
  ],
  "tweet_id": "1631781099415257088",
  "pages": 1,
  "count": 20
}

Frequently asked questions

What's the difference between retweets and quotes?

Retweets are simple shares without added commentary. Quote tweets include the user's own text along with the original tweet.

How many quote tweets are returned per page?

Each page returns approximately 20 quote tweets. You can fetch up to 10 pages in a single call.

How does pricing work?

You only pay for successful requests. The Twitter Tweet Quotes API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.

Do I need a credit card to start?

No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.

Are there rate limits?

Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.

Start using the Twitter Tweet Quotes API

Get your API key and start making requests in minutes. 50 requests/month free every month.

Get API Key