Quotes

GET/tw-v2/tweet/quotes

Description

Retrieve quote tweets for a specific tweet. Returns tweets that quote the original tweet with additional commentary.

Parameters

ParameterTypeRequiredDescription
tweetIdstringrequiredUnique tweet/post ID
cursorstringoptionalPagination cursor for fetching next page of results. Obtained from previous response.

Code Examples

const params = new URLSearchParams({
  tweetId: '1234567890'
});

const response = await fetch(`https://api.tweetapi.com/tw-v2/tweet/quotes?${params}`, {
  method: 'GET',
  headers: {
    'X-API-Key': 'YOUR_API_KEY'
  }
});

const data = await response.json();
console.log(data);

Response

Success Response (200 OK)

200
{
  "data": [
    {
      "id": "5003857790182947236",
      "conversationId": "5003857790182947236",
      "text": "Sample post text 50468 for documentation.",
      "displayTextRange": [
        0,
        64
      ],
      "author": {
        "id": "100124226173910420",
        "username": "sample_user_69761",
        "name": "Sample User 69761",
        "bio": "Sample profile bio for Sample User 69761.",
        "location": "Sample City 836",
        "website": null,
        "pinnedTweetIds": [
          "200157541802507260"
        ],
        "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-35808.jpg",
        "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-35808.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [
            {
              "id": 713,
              "name": "Science & Technology",
              "icon_name": "IconBriefcaseStroke"
            }
          ],
          "restId": "7004561155932354790"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {},
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 17626,
        "followingCount": 6310,
        "tweetCount": 36568,
        "listedCount": 565,
        "mediaCount": 5803,
        "favoritesCount": 95929,
        "createdAt": "2017-10-15T03:03:23.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "2001426914081566979",
        "conversationId": "2001426914081566979",
        "text": "Sample post text 69502 for documentation.",
        "displayTextRange": [
          0,
          220
        ],
        "author": {
          "id": "20015666",
          "username": "sample_user_76685",
          "name": "Sample User 76685",
          "bio": "Sample profile bio for Sample User 76685.",
          "location": "Sample City 461",
          "website": "https://example.com/link-94089/profile-29900/profile-26009",
          "pinnedTweetIds": [
            "2001426914081566979"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-26009.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-26009.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [
              {
                "id": 580,
                "name": "Media & News Company",
                "icon_name": "IconBriefcaseStroke"
              }
            ],
            "restId": "2001177990663309073"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {},
          "defaultProfile": false,
          "defaultProfileImage": false,
          "followerCount": 428782,
          "followingCount": 2101,
          "tweetCount": 12908,
          "listedCount": 5696,
          "mediaCount": 874,
          "favoritesCount": 28115,
          "createdAt": "2008-08-23T16:43:17.000Z"
        },
        "source": null,
        "type": "tweet",
        "replyTo": null,
        "quotedTweet": null,
        "retweetedTweet": null,
        "reactionContext": {
          "isReaction": true,
          "targetTweetId": "2000000000000000001",
          "targetTweetUrl": "https://x.com/sample_user_00001/status/2000000000000000001",
          "targetAuthor": {
            "id": "1000000000000000001",
            "username": "sample_user_00001",
            "name": "Sample User 00001",
            "avatar": "https://example.com/images/sample-avatar-00001.jpg",
            "isBlueVerified": true
          }
        },
        "likeCount": 1219,
        "retweetCount": 78,
        "replyCount": 89,
        "quoteCount": 63,
        "bookmarkCount": 143,
        "viewCount": 194975,
        "media": [],
        "poll": null,
        "card": {
          "name": "",
          "url": "https://example.com/link-94089/profile-29900/link-48853",
          "cardType": "",
          "type": "summary",
          "bindingValues": {
            "title": "",
            "description": "",
            "domain": "",
            "thumbnailImageUrl": null,
            "thumbnailImageColor": null,
            "playerUrl": null,
            "playerWidth": null,
            "playerHeight": null,
            "appId": null,
            "appName": null,
            "appStarRating": null,
            "appPriceAmount": null,
            "appPriceCurrency": null
          },
          "cardPlatform": {
            "platform": {
              "device": {
                "name": "",
                "version": ""
              },
              "audience": {
                "name": ""
              }
            }
          },
          "vanityUrl": null,
          "userRefsResults": null
        },
        "hashtags": [],
        "mentions": [],
        "urls": [
          "https://example.com/link-94089/link-09458"
        ],
        "symbols": [],
        "possiblySensitive": false,
        "limitedActions": null,
        "isEdited": false,
        "editControl": null,
        "isTranslatable": false,
        "lang": "en",
        "translatedText": null,
        "hasBirdwatchNotes": false,
        "birdwatchPivot": null,
        "conversationControl": null,
        "isPromoted": false,
        "promotedMetadata": null,
        "createdAt": "2025-10-01T21:30:53.000Z",
        "place": null,
        "communityId": null,
        "communityResults": null
      },
      "retweetedTweet": null,
      "reactionContext": {
        "isReaction": true,
        "targetTweetId": "2000000000000000001",
        "targetTweetUrl": "https://x.com/sample_user_00001/status/2000000000000000001",
        "targetAuthor": {
          "id": "1000000000000000001",
          "username": "sample_user_00001",
          "name": "Sample User 00001",
          "avatar": "https://example.com/images/sample-avatar-00001.jpg",
          "isBlueVerified": true
        }
      },
      "likeCount": 3,
      "retweetCount": 0,
      "replyCount": 1,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 580,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [],
      "urls": [],
      "symbols": [],
      "possiblySensitive": false,
      "limitedActions": null,
      "isEdited": false,
      "editControl": null,
      "isTranslatable": false,
      "lang": "en",
      "translatedText": null,
      "hasBirdwatchNotes": false,
      "birdwatchPivot": null,
      "conversationControl": null,
      "isPromoted": false,
      "promotedMetadata": null,
      "createdAt": "2025-10-02T05:46:57.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001192900977388756",
      "conversationId": "5001192900977388756",
      "text": "Sample post text 94059 for documentation.",
      "displayTextRange": [
        0,
        49
      ],
      "author": {
        "id": "1005028186827600614",
        "username": "sample_user_03622",
        "name": "Sample User 03622",
        "bio": "Sample profile bio for Sample User 03622.",
        "location": "Sample City 024",
        "website": null,
        "pinnedTweetIds": [],
        "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-39668.jpg",
        "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-39668.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": false,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": null,
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {},
        "defaultProfile": true,
        "defaultProfileImage": false,
        "followerCount": 1023,
        "followingCount": 774,
        "tweetCount": 201337,
        "listedCount": 14,
        "mediaCount": 5220,
        "favoritesCount": 81082,
        "createdAt": "2019-02-01T14:09:35.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "2001426914081566979",
        "conversationId": "2001426914081566979",
        "text": "Sample post text 69502 for documentation.",
        "displayTextRange": [
          0,
          220
        ],
        "author": {
          "id": "20015666",
          "username": "sample_user_76685",
          "name": "Sample User 76685",
          "bio": "Sample profile bio for Sample User 76685.",
          "location": "Sample City 461",
          "website": "https://example.com/link-94089/profile-29900/profile-26009",
          "pinnedTweetIds": [
            "2001426914081566979"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-26009.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-26009.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [
              {
                "id": 580,
                "name": "Media & News Company",
                "icon_name": "IconBriefcaseStroke"
              }
            ],
            "restId": "2001177990663309073"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {},
          "defaultProfile": false,
          "defaultProfileImage": false,
          "followerCount": 428782,
          "followingCount": 2101,
          "tweetCount": 12908,
          "listedCount": 5696,
          "mediaCount": 874,
          "favoritesCount": 28115,
          "createdAt": "2008-08-23T16:43:17.000Z"
        },
        "source": null,
        "type": "tweet",
        "replyTo": null,
        "quotedTweet": null,
        "retweetedTweet": null,
        "reactionContext": {
          "isReaction": true,
          "targetTweetId": "2000000000000000001",
          "targetTweetUrl": "https://x.com/sample_user_00001/status/2000000000000000001",
          "targetAuthor": {
            "id": "1000000000000000001",
            "username": "sample_user_00001",
            "name": "Sample User 00001",
            "avatar": "https://example.com/images/sample-avatar-00001.jpg",
            "isBlueVerified": true
          }
        },
        "likeCount": 1219,
        "retweetCount": 78,
        "replyCount": 89,
        "quoteCount": 63,
        "bookmarkCount": 143,
        "viewCount": 194975,
        "media": [],
        "poll": null,
        "card": {
          "name": "",
          "url": "https://example.com/link-94089/profile-29900/link-48853",
          "cardType": "",
          "type": "summary",
          "bindingValues": {
            "title": "",
            "description": "",
            "domain": "",
            "thumbnailImageUrl": null,
            "thumbnailImageColor": null,
            "playerUrl": null,
            "playerWidth": null,
            "playerHeight": null,
            "appId": null,
            "appName": null,
            "appStarRating": null,
            "appPriceAmount": null,
            "appPriceCurrency": null
          },
          "cardPlatform": {
            "platform": {
              "device": {
                "name": "",
                "version": ""
              },
              "audience": {
                "name": ""
              }
            }
          },
          "vanityUrl": null,
          "userRefsResults": null
        },
        "hashtags": [],
        "mentions": [],
        "urls": [
          "https://example.com/link-94089/link-09458"
        ],
        "symbols": [],
        "possiblySensitive": false,
        "limitedActions": null,
        "isEdited": false,
        "editControl": null,
        "isTranslatable": false,
        "lang": "en",
        "translatedText": null,
        "hasBirdwatchNotes": false,
        "birdwatchPivot": null,
        "conversationControl": null,
        "isPromoted": false,
        "promotedMetadata": null,
        "createdAt": "2025-10-01T21:30:53.000Z",
        "place": null,
        "communityId": null,
        "communityResults": null
      },
      "retweetedTweet": null,
      "reactionContext": {
        "isReaction": true,
        "targetTweetId": "2000000000000000001",
        "targetTweetUrl": "https://x.com/sample_user_00001/status/2000000000000000001",
        "targetAuthor": {
          "id": "1000000000000000001",
          "username": "sample_user_00001",
          "name": "Sample User 00001",
          "avatar": "https://example.com/images/sample-avatar-00001.jpg",
          "isBlueVerified": true
        }
      },
      "likeCount": 1,
      "retweetCount": 0,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 16,
      "media": [
        {
          "id": "2109635965318035630",
          "key": "3_2109635965318035630",
          "type": "photo",
          "url": "https://example.com/link-94089/profile-29900/media/sample-media-17126.jpg",
          "displayUrl": "pic.x.com/29wTEvJFi8",
          "expandedUrl": "https://x.com/sample_user_66740/status/2003568736286521634/photo/1",
          "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-17126.jpg",
          "width": 1279,
          "height": 609,
          "aspectRatio": [
            1279,
            609
          ],
          "sizes": {
            "thumb": {
              "width": 150,
              "height": 150,
              "resize": "crop"
            },
            "small": {
              "width": 680,
              "height": 324,
              "resize": "fit"
            },
            "medium": {
              "width": 1200,
              "height": 571,
              "resize": "fit"
            },
            "large": {
              "width": 1279,
              "height": 609,
              "resize": "fit"
            },
            "original": {
              "width": 1279,
              "height": 609,
              "resize": "fit"
            }
          },
          "duration": null,
          "bitrate": null,
          "videoInfo": null,
          "altText": null,
          "sensitiveMedia": false,
          "features": {
            "all": [],
            "large": [],
            "medium": [],
            "small": [],
            "orig": [
              {
                "faces": [
                  {
                    "x": 63,
                    "y": 0,
                    "width": 1088,
                    "height": 609
                  },
                  {
                    "x": 303,
                    "y": 0,
                    "width": 609,
                    "height": 609
                  },
                  {
                    "x": 340,
                    "y": 0,
                    "width": 534,
                    "height": 609
                  },
                  {
                    "x": 455,
                    "y": 0,
                    "width": 305,
                    "height": 609
                  },
                  {
                    "x": 0,
                    "y": 0,
                    "width": 1279,
                    "height": 609
                  }
                ]
              }
            ]
          },
          "mediaAvailability": {
            "status": "Available",
            "reason": null
          },
          "allowDownload": true,
          "mediaStats": null,
          "processingInfo": null,
          "sourceStatusId": null,
          "sourceUserId": null,
          "stickers": null
        }
      ],
      "poll": null,
      "card": null,
      "hashtags": [
        "sample_topic_14440",
        "sample_topic_78242"
      ],
      "mentions": [],
      "urls": [],
      "symbols": [],
      "possiblySensitive": false,
      "limitedActions": null,
      "isEdited": false,
      "editControl": null,
      "isTranslatable": true,
      "lang": "ja",
      "translatedText": null,
      "hasBirdwatchNotes": false,
      "birdwatchPivot": null,
      "conversationControl": null,
      "isPromoted": false,
      "promotedMetadata": null,
      "createdAt": "2025-10-02T05:44:14.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    }
  ],
  "pagination": {
    "nextCursor": "DAADDAABCgABG2O6JT_bwfgKAAIbY4qZ8NrB5QAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUbY77Vp8AnEAoABhtjvtWnv9jwAAA",
    "prevCursor": "DAADDAABCgABG2O6JT_bwfgKAAIbY4qZ8NrB5QAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUbY77Vp8AnEAoABhtjvtWnv9jwAAA"
  }
}

API Playground

GET/tw-v2/tweet/quotes

Press ⌘ + Enter to execute

curl -X GET "https://api.tweetapi.com/tw-v2/tweet/quotes" \
  -H "X-API-Key: YOUR_API_KEY"
Response

Click "Try It!" to see the response