Tweets And Replies

GET/tw-v2/user/tweets-and-replies

Description

Retrieve tweets and replies posted by a specific user. Returns a paginated timeline including both original tweets and replies.

Parameters

ParameterTypeRequiredDescription
userIdstringrequiredUnique platform user ID (e.g., '10017528')
cursorstringoptionalPagination cursor for fetching next page of results. Obtained from previous response.

Code Examples

const params = new URLSearchParams({
  userId: '10017528'
});

const response = await fetch(`https://api.tweetapi.com/tw-v2/user/tweets-and-replies?${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": "5001591756625130239",
      "conversationId": "5001591756625130239",
      "text": "Sample post text 83969 for documentation.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 309,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 0,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_18760",
        "sample_user_26437"
      ],
      "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:47:48.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5008764432791373827",
      "conversationId": "5008764432791373827",
      "text": "Sample post text 05861 for documentation.",
      "displayTextRange": [
        0,
        14
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5001326762730364257",
        "conversationId": "5001326762730364257",
        "text": "Sample post text 87993 for documentation.",
        "displayTextRange": [
          0,
          4
        ],
        "author": {
          "id": "10051246",
          "username": "sample_user_35585",
          "name": "Sample User 35585",
          "bio": "Sample profile bio for Sample User 35585.",
          "location": "Sample City 147",
          "website": null,
          "pinnedTweetIds": [
            "2001184043341139638"
          ],
          "avatar": "https://example.com/images/sample-avatar-35585.jpg",
          "banner": "https://example.com/images/sample-banner-35585.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "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": false,
          "defaultProfileImage": false,
          "followerCount": 672408,
          "followingCount": 3478,
          "tweetCount": 267584,
          "listedCount": 4978,
          "mediaCount": 15841,
          "favoritesCount": 96203,
          "createdAt": "2007-06-25T21:03:36.000Z"
        },
        "source": null,
        "type": "quote",
        "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": 6506,
        "retweetCount": 493,
        "replyCount": 303,
        "quoteCount": 2,
        "bookmarkCount": 259,
        "viewCount": 13328937,
        "media": [
          {
            "id": "2001542505607599289",
            "key": "3_2001542505607599289",
            "type": "photo",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg",
            "displayUrl": "pic.x.com/IZ6RBzsBAa",
            "expandedUrl": "https://x.com/sample_user_14641/status/2009988722539212593/photo/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg",
            "width": 631,
            "height": 664,
            "aspectRatio": [
              631,
              664
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 631,
                "height": 664,
                "resize": "fit"
              },
              "medium": {
                "width": 631,
                "height": 664,
                "resize": "fit"
              },
              "large": {
                "width": 631,
                "height": 664,
                "resize": "fit"
              },
              "original": {
                "width": 631,
                "height": 664,
                "resize": "fit"
              }
            },
            "duration": null,
            "bitrate": null,
            "videoInfo": null,
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": [
                    {
                      "x": 0,
                      "y": 239,
                      "width": 631,
                      "height": 353
                    },
                    {
                      "x": 0,
                      "y": 33,
                      "width": 631,
                      "height": 631
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 582,
                      "height": 664
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 332,
                      "height": 664
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 631,
                      "height": 664
                    }
                  ]
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "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-01T23:59:45.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": 133087,
      "retweetCount": 12366,
      "replyCount": 8555,
      "quoteCount": 838,
      "bookmarkCount": 2775,
      "viewCount": 13154390,
      "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-02T02:42:03.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5009654759134967489",
      "conversationId": "5009654759134967489",
      "text": "Sample post text 08754 for documentation.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 6979,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 18,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_89849"
      ],
      "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-02T00:22:28.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001408543408895944",
      "conversationId": "5001408543408895944",
      "text": "Sample post text 17797 for documentation.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 5549,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 2,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_01062"
      ],
      "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-02T00:20:42.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5002333148827998832",
      "conversationId": "5002333148827998832",
      "text": "Sample post text 76968 for documentation.",
      "displayTextRange": [
        0,
        148
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 19745,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 9,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_28930",
        "sample_user_75527"
      ],
      "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-02T00:20:03.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001015733109059270",
      "conversationId": "5001015733109059270",
      "text": "Sample post text 96189 for documentation.",
      "displayTextRange": [
        0,
        4
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5003969848913653241",
        "conversationId": "5003969848913653241",
        "text": "Sample post text 89313 for documentation.",
        "displayTextRange": [
          0,
          241
        ],
        "author": {
          "id": "2001703038104952149",
          "username": "sample_user_93054",
          "name": "Sample User 93054",
          "bio": "Sample profile bio for Sample User 93054.",
          "location": null,
          "website": null,
          "pinnedTweetIds": [
            "2001197362889368128"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-29104.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-29104.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [],
            "restId": "2001644683195519401"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {
            "label": {
              "url": {
                "url": "https://x.com/sample_user_16773",
                "urlType": "DeepLink"
              },
              "badge": {
                "url": "https://example.com/link-94089/profile-29900/media/sample-media-90585.jpg"
              },
              "description": "Sample description for documentation 16374.",
              "userLabelType": "BusinessLabel",
              "userLabelDisplayType": "Badge"
            }
          },
          "defaultProfile": true,
          "defaultProfileImage": false,
          "followerCount": 1742586,
          "followingCount": 998,
          "tweetCount": 52653,
          "listedCount": 5829,
          "mediaCount": 29414,
          "favoritesCount": 110461,
          "createdAt": "2021-05-05T12:03:43.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": 616,
        "retweetCount": 128,
        "replyCount": 138,
        "quoteCount": 27,
        "bookmarkCount": 46,
        "viewCount": 2202073,
        "media": [
          {
            "id": "2006780362599633143",
            "key": "3_2006780362599633143",
            "type": "photo",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-39843.jpg",
            "displayUrl": "pic.x.com/q22239nnbE",
            "expandedUrl": "https://x.com/sample_user_36702/status/2005157336766221997/photo/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-39843.jpg",
            "width": 800,
            "height": 1074,
            "aspectRatio": [
              400,
              537
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 507,
                "height": 680,
                "resize": "fit"
              },
              "medium": {
                "width": 800,
                "height": 1074,
                "resize": "fit"
              },
              "large": {
                "width": 800,
                "height": 1074,
                "resize": "fit"
              },
              "original": {
                "width": 800,
                "height": 1074,
                "resize": "fit"
              }
            },
            "duration": null,
            "bitrate": null,
            "videoInfo": null,
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": [
                    {
                      "x": 0,
                      "y": 626,
                      "width": 800,
                      "height": 448
                    },
                    {
                      "x": 0,
                      "y": 274,
                      "width": 800,
                      "height": 800
                    },
                    {
                      "x": 0,
                      "y": 162,
                      "width": 800,
                      "height": 912
                    },
                    {
                      "x": 188,
                      "y": 0,
                      "width": 537,
                      "height": 1074
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 800,
                      "height": 1074
                    }
                  ]
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "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-01T22:40:31.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": 10032,
      "retweetCount": 1734,
      "replyCount": 1706,
      "quoteCount": 97,
      "bookmarkCount": 301,
      "viewCount": 2157784,
      "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-02T00:16:48.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5008041707893943814",
      "conversationId": "5008041707893943814",
      "text": "Sample post text 73327 for documentation.",
      "displayTextRange": [
        0,
        2
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5001883234431964544",
        "conversationId": "5001883234431964544",
        "text": "Sample post text 01970 for documentation.",
        "displayTextRange": [
          0,
          272
        ],
        "author": {
          "id": "20011470",
          "username": "sample_user_94596",
          "name": "Sample User 94596",
          "bio": "Sample profile bio for Sample User 94596.",
          "location": "Sample City 031",
          "website": "https://example.com/link-94089/profile-29900/profile-76341",
          "pinnedTweetIds": [
            "2001584270043555670"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-76341.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-76341.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Business",
            "category": [],
            "restId": "2004994708298694452"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {
            "label": {
              "url": {
                "url": "https://x.com/sample_user_72380",
                "urlType": "DeepLink"
              },
              "badge": {
                "url": "https://example.com/link-94089/profile-29900/media/sample-media-91111.jpg"
              },
              "description": "Sample description for documentation 09590.",
              "userLabelType": "BusinessLabel",
              "userLabelDisplayType": "Badge"
            }
          },
          "defaultProfile": false,
          "defaultProfileImage": false,
          "followerCount": 2319191,
          "followingCount": 992,
          "tweetCount": 109447,
          "listedCount": 22273,
          "mediaCount": 13445,
          "favoritesCount": 30736,
          "createdAt": "2008-09-01T03:13:32.000Z"
        },
        "source": null,
        "type": "quote",
        "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": 8531,
        "retweetCount": 1732,
        "replyCount": 331,
        "quoteCount": 124,
        "bookmarkCount": 470,
        "viewCount": 3469415,
        "media": [
          {
            "id": "2001426637152556421",
            "key": "3_2001426637152556421",
            "type": "photo",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-44550.jpg",
            "displayUrl": "pic.x.com/M1En4hIaOI",
            "expandedUrl": "https://x.com/sample_user_02807/status/2006709766184718602/photo/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-44550.jpg",
            "width": 2382,
            "height": 950,
            "aspectRatio": [
              1191,
              475
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 680,
                "height": 271,
                "resize": "fit"
              },
              "medium": {
                "width": 1200,
                "height": 479,
                "resize": "fit"
              },
              "large": {
                "width": 2048,
                "height": 817,
                "resize": "fit"
              },
              "original": {
                "width": 2382,
                "height": 950,
                "resize": "fit"
              }
            },
            "duration": null,
            "bitrate": null,
            "videoInfo": null,
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": [
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1696,
                      "height": 950
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 950,
                      "height": 950
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 833,
                      "height": 950
                    },
                    {
                      "x": 178,
                      "y": 0,
                      "width": 475,
                      "height": 950
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 2382,
                      "height": 950
                    }
                  ]
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "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-01T22:42:21.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": 34085,
      "retweetCount": 5724,
      "replyCount": 1923,
      "quoteCount": 131,
      "bookmarkCount": 1068,
      "viewCount": 3095212,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [],
      "urls": [],
      "symbols": [],
      "possiblySensitive": false,
      "limitedActions": null,
      "isEdited": false,
      "editControl": null,
      "isTranslatable": false,
      "lang": "qst",
      "translatedText": null,
      "hasBirdwatchNotes": false,
      "birdwatchPivot": null,
      "conversationControl": null,
      "isPromoted": false,
      "promotedMetadata": null,
      "createdAt": "2025-10-01T23:33:19.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5007094016832281578",
      "conversationId": "5007094016832281578",
      "text": "Sample post text 05861 for documentation.",
      "displayTextRange": [
        0,
        14
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5001213616578405896",
        "conversationId": "5001213616578405896",
        "text": "Sample post text 58170 for documentation.",
        "displayTextRange": [
          0,
          241
        ],
        "author": {
          "id": "2001782185964267420",
          "username": "sample_user_26437",
          "name": "Sample User 26437",
          "bio": "Sample profile bio for Sample User 26437.",
          "location": "Sample City 977",
          "website": "https://example.com/link-94089/profile-29900/profile-59797",
          "pinnedTweetIds": [
            "2001254681058547323"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-59797.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-59797.jpg",
          "profileImageShape": "Square",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": "Business",
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Business",
            "category": [
              {
                "id": 580,
                "name": "Media & News Company",
                "icon_name": "IconBriefcaseStroke"
              }
            ],
            "restId": "2001751835260489657"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {},
          "defaultProfile": true,
          "defaultProfileImage": false,
          "followerCount": 4497601,
          "followingCount": 1023,
          "tweetCount": 46626,
          "listedCount": 10678,
          "mediaCount": 19267,
          "favoritesCount": 63217,
          "createdAt": "2020-11-10T18:26:33.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": 56800,
        "retweetCount": 13355,
        "replyCount": 3126,
        "quoteCount": 1303,
        "bookmarkCount": 5534,
        "viewCount": 15936558,
        "media": [
          {
            "id": "2007403570675672058",
            "key": "13_2007403570675672058",
            "type": "video",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-82683.jpg",
            "displayUrl": "pic.x.com/wEculUEgkM",
            "expandedUrl": "https://x.com/sample_user_80582/status/2001570035345337566/video/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-52800.jpg",
            "width": 1280,
            "height": 720,
            "aspectRatio": [
              16,
              9
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 680,
                "height": 383,
                "resize": "fit"
              },
              "medium": {
                "width": 1200,
                "height": 675,
                "resize": "fit"
              },
              "large": {
                "width": 1280,
                "height": 720,
                "resize": "fit"
              },
              "original": {
                "width": 1280,
                "height": 720,
                "resize": "fit"
              }
            },
            "duration": 69,
            "bitrate": null,
            "videoInfo": {
              "variants": [
                {
                  "bitrate": 0,
                  "contentType": "application/x-mpegURL",
                  "url": "https://example.com/link-94089/profile-29900/media/sample-media-92918.jpg"
                },
                {
                  "bitrate": 256000,
                  "contentType": "video/mp4",
                  "url": "https://example.com/link-94089/profile-29900/media/sample-media-14096.jpg"
                },
                {
                  "bitrate": 832000,
                  "contentType": "video/mp4",
                  "url": "https://example.com/link-94089/profile-29900/media/sample-media-11568.jpg"
                },
                {
                  "bitrate": 2176000,
                  "contentType": "video/mp4",
                  "url": "https://example.com/link-94089/profile-29900/media/sample-media-82683.jpg"
                }
              ],
              "durationMillis": 69400
            },
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": []
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "poll": null,
        "card": null,
        "hashtags": [],
        "mentions": [
          "sample_user_91430"
        ],
        "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-01T19:38:19.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": 202300,
      "retweetCount": 33371,
      "replyCount": 8489,
      "quoteCount": 1231,
      "bookmarkCount": 9345,
      "viewCount": 14380656,
      "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-01T23:26:30.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5006608729078501635",
      "conversationId": "5006608729078501635",
      "text": "Sample post text 27460 for documentation.",
      "displayTextRange": [
        0,
        67
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5008090808741178646",
        "conversationId": "5008090808741178646",
        "text": "Sample post text 51617 for documentation.",
        "displayTextRange": [
          0,
          65
        ],
        "author": {
          "id": "2001782185964267420",
          "username": "sample_user_26437",
          "name": "Sample User 26437",
          "bio": "Sample profile bio for Sample User 26437.",
          "location": "Sample City 977",
          "website": "https://example.com/link-94089/profile-29900/profile-59797",
          "pinnedTweetIds": [
            "2001254681058547323"
          ],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-59797.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-59797.jpg",
          "profileImageShape": "Square",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": "Business",
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Business",
            "category": [
              {
                "id": 580,
                "name": "Media & News Company",
                "icon_name": "IconBriefcaseStroke"
              }
            ],
            "restId": "2001751835260489657"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {},
          "defaultProfile": true,
          "defaultProfileImage": false,
          "followerCount": 4497601,
          "followingCount": 1023,
          "tweetCount": 46626,
          "listedCount": 10678,
          "mediaCount": 19267,
          "favoritesCount": 63217,
          "createdAt": "2020-11-10T18:26:33.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": 8920,
        "retweetCount": 2312,
        "replyCount": 645,
        "quoteCount": 214,
        "bookmarkCount": 771,
        "viewCount": 7162127,
        "media": [
          {
            "id": "2009486686233892146",
            "key": "3_2009486686233892146",
            "type": "photo",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-82395.jpg",
            "displayUrl": "pic.x.com/bOta7VUY28",
            "expandedUrl": "https://x.com/sample_user_80582/status/2004281467487414668/photo/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-82395.jpg",
            "width": 1200,
            "height": 1687,
            "aspectRatio": [
              1200,
              1687
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 484,
                "height": 680,
                "resize": "fit"
              },
              "medium": {
                "width": 854,
                "height": 1200,
                "resize": "fit"
              },
              "large": {
                "width": 1200,
                "height": 1687,
                "resize": "fit"
              },
              "original": {
                "width": 1200,
                "height": 1687,
                "resize": "fit"
              }
            },
            "duration": null,
            "bitrate": null,
            "videoInfo": null,
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": [
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1200,
                      "height": 672
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1200,
                      "height": 1200
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1200,
                      "height": 1368
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 844,
                      "height": 1687
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1200,
                      "height": 1687
                    }
                  ]
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "poll": null,
        "card": null,
        "hashtags": [],
        "mentions": [
          "sample_user_91430"
        ],
        "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-01T20:40:46.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": 103057,
      "retweetCount": 22760,
      "replyCount": 7452,
      "quoteCount": 866,
      "bookmarkCount": 5184,
      "viewCount": 6874955,
      "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-01T23:01:24.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001787444199496782",
      "conversationId": "5001787444199496782",
      "text": "Sample post text 91320 for documentation.",
      "displayTextRange": [
        0,
        9
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "quote",
      "replyTo": null,
      "quotedTweet": {
        "id": "5001448173797287788",
        "conversationId": "5001448173797287788",
        "text": "Sample post text 29360 for documentation.",
        "displayTextRange": [
          0,
          279
        ],
        "author": {
          "id": "2001820320070453690",
          "username": "sample_user_06849",
          "name": "Sample User 06849",
          "bio": "Sample profile bio for Sample User 06849.",
          "location": "Sample City 324",
          "website": "https://example.com/link-94089/profile-29900/profile-31033",
          "pinnedTweetIds": [],
          "avatar": "https://example.com/link-94089/profile-29900/images/sample-avatar-31033.jpg",
          "banner": "https://example.com/link-94089/profile-29900/images/sample-banner-31033.jpg",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [],
            "restId": "2001783820338157278"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": false,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {},
          "defaultProfile": true,
          "defaultProfileImage": false,
          "followerCount": 37746,
          "followingCount": 1185,
          "tweetCount": 20965,
          "listedCount": 201,
          "mediaCount": 2816,
          "favoritesCount": 28507,
          "createdAt": "2024-07-30T15:42:27.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": 2444,
        "retweetCount": 363,
        "replyCount": 317,
        "quoteCount": 55,
        "bookmarkCount": 139,
        "viewCount": 2551773,
        "media": [
          {
            "id": "2001065274344671822",
            "key": "3_2001065274344671822",
            "type": "photo",
            "url": "https://example.com/link-94089/profile-29900/media/sample-media-25816.jpg",
            "displayUrl": "pic.x.com/xhDZrN1DHF",
            "expandedUrl": "https://x.com/sample_user_39237/status/2006736258355867150/photo/1",
            "thumbnailUrl": "https://example.com/link-94089/profile-29900/media/sample-media-25816.jpg",
            "width": 1152,
            "height": 707,
            "aspectRatio": [
              1152,
              707
            ],
            "sizes": {
              "thumb": {
                "width": 150,
                "height": 150,
                "resize": "crop"
              },
              "small": {
                "width": 680,
                "height": 417,
                "resize": "fit"
              },
              "medium": {
                "width": 1152,
                "height": 707,
                "resize": "fit"
              },
              "large": {
                "width": 1152,
                "height": 707,
                "resize": "fit"
              },
              "original": {
                "width": 1152,
                "height": 707,
                "resize": "fit"
              }
            },
            "duration": null,
            "bitrate": null,
            "videoInfo": null,
            "altText": null,
            "sensitiveMedia": false,
            "features": {
              "all": [],
              "large": [],
              "medium": [],
              "small": [],
              "orig": [
                {
                  "faces": [
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1152,
                      "height": 645
                    },
                    {
                      "x": 223,
                      "y": 0,
                      "width": 707,
                      "height": 707
                    },
                    {
                      "x": 266,
                      "y": 0,
                      "width": 620,
                      "height": 707
                    },
                    {
                      "x": 399,
                      "y": 0,
                      "width": 354,
                      "height": 707
                    },
                    {
                      "x": 0,
                      "y": 0,
                      "width": 1152,
                      "height": 707
                    }
                  ]
                }
              ]
            },
            "mediaAvailability": {
              "status": "Available",
              "reason": null
            },
            "allowDownload": true,
            "mediaStats": null,
            "processingInfo": null,
            "sourceStatusId": null,
            "sourceUserId": null,
            "stickers": null
          }
        ],
        "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-01T18:06:41.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": 25805,
      "retweetCount": 3201,
      "replyCount": 2056,
      "quoteCount": 152,
      "bookmarkCount": 678,
      "viewCount": 2495509,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [],
      "urls": [],
      "symbols": [],
      "possiblySensitive": false,
      "limitedActions": null,
      "isEdited": false,
      "editControl": null,
      "isTranslatable": false,
      "lang": "pt",
      "translatedText": null,
      "hasBirdwatchNotes": false,
      "birdwatchPivot": null,
      "conversationControl": null,
      "isPromoted": false,
      "promotedMetadata": null,
      "createdAt": "2025-10-01T22:55:34.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001627600522378982",
      "conversationId": "5001627600522378982",
      "text": "Sample post text 75067 for documentation.",
      "displayTextRange": [
        0,
        76
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 786,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_96195"
      ],
      "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-01T22:53:22.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5008653895371084382",
      "conversationId": "5008653895371084382",
      "text": "Sample post text 74657 for documentation.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 1280,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_15129"
      ],
      "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-01T22:52:58.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    },
    {
      "id": "5001409355181656063",
      "conversationId": "5001409355181656063",
      "text": "Sample post text 54223 for documentation.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "10017528",
        "username": "sample_user_96991",
        "name": "Sample User 96991",
        "bio": "Sample profile bio for Sample User 96991.",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "2003874737416606947"
        ],
        "avatar": "https://example.com/images/sample-avatar-96991.jpg",
        "banner": "https://example.com/images/sample-banner-96991.jpg",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "9009505976599913053"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://example.com/link-94089/profile-41921/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg"
            },
            "description": "Sample description for documentation 11871.",
            "userLabelType": "BusinessLabel",
            "userLabelDisplayType": "Badge"
          }
        },
        "defaultProfile": false,
        "defaultProfileImage": false,
        "followerCount": 226995942,
        "followingCount": 1218,
        "tweetCount": 86746,
        "listedCount": 164447,
        "mediaCount": 4162,
        "favoritesCount": 174838,
        "createdAt": "2009-06-02T20:12:29.000Z"
      },
      "source": null,
      "type": "retweet",
      "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": 0,
      "retweetCount": 5195,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "sample_user_25934"
      ],
      "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-01T22:52:35.000Z",
      "place": null,
      "communityId": null,
      "communityResults": null
    }
  ],
  "pagination": {
    "nextCursor": "DAAHCgABG2O6ceH__-oLAAIAAAATMTk3MzUyMTI4NDY4NTU3MDA1NggAAwAAAAIAAA",
    "prevCursor": "DAAHCgABG2O6ceIAJxELAAIAAAATMTk3MzYyNTk0NTQ4MDQyOTYwMggAAwAAAAEAAA"
  }
}

API Playground

GET/tw-v2/user/tweets-and-replies

Press ⌘ + Enter to execute

curl -X GET "https://api.tweetapi.com/tw-v2/user/tweets-and-replies" \
  -H "X-API-Key: YOUR_API_KEY"
Response

Click "Try It!" to see the response