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 Twitter/X user ID (e.g., '44196397')
cursorstringoptionalPagination cursor for fetching next page of results. Obtained from previous response.

Code Examples

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

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": "1973625945480429602",
      "conversationId": "1973625945480429602",
      "text": "It should be criminal to target and groom children into the gender cult. Big thank you to @libsoftiktok for fighting this from the beginning.",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 309,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 0,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "SethDillon",
        "libsoftiktok"
      ],
      "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": "1973579201715511323",
      "conversationId": "1973579201715511323",
      "text": "Cancel Netflix",
      "displayTextRange": [
        0,
        14
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973538358556266987",
        "conversationId": "1973538358556266987",
        "text": "Done https://t.co/IZ6RBzsBAa",
        "displayTextRange": [
          0,
          4
        ],
        "author": {
          "id": "7076492",
          "username": "Glinner",
          "name": "Graham Linehan 🎗️",
          "bio": "Substack https://t.co/C5bDlddFJx YouTube https://t.co/KxvlEmE8G3 BuyMeACoffee https://t.co/SFz8dFE7Bp",
          "location": "Norwich",
          "website": null,
          "pinnedTweetIds": [
            "1973507606330446311"
          ],
          "avatar": "https://pbs.twimg.com/profile_images/1275451851920404487/33tfznq2_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/7076492/1757876134/1500x500",
          "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,
        "likeCount": 6506,
        "retweetCount": 493,
        "replyCount": 303,
        "quoteCount": 2,
        "bookmarkCount": 259,
        "viewCount": 13328937,
        "media": [
          {
            "id": "1973538336896851979",
            "key": "3_1973538336896851979",
            "type": "photo",
            "url": "https://pbs.twimg.com/media/G2NqqUFaIAsA8QP.jpg",
            "displayUrl": "pic.x.com/IZ6RBzsBAa",
            "expandedUrl": "https://x.com/Glinner/status/1973538358556266987/photo/1",
            "thumbnailUrl": "https://pbs.twimg.com/media/G2NqqUFaIAsA8QP.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,
      "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": "1973544073781969119",
      "conversationId": "1973544073781969119",
      "text": "After 12 years of being transgender 🏳️‍⚧️ and spending my youth permanently damaging my body with breast binding, I realized that I was born in the RIGHT body, after all.\n\nRepost if you think that NO ONE is born in the wrong body. https://t.co/eRxUKoaMLK",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 6979,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 18,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "thepeacepoet99"
      ],
      "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": "1973543628514705867",
      "conversationId": "1973543628514705867",
      "text": "In just 48 hours, our Memphis Safe Task Force has made 53 arrests and seized 20 illegal firearms.\n\nYesterday, a missing juvenile was located and three firearms were recovered at the home of a murder suspect.\n\nAt @POTUS direction, we are making  America safe again! 🇺🇸",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 5549,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 2,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "AGPamBondi"
      ],
      "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": "1973543466648084573",
      "conversationId": "1973543466648084573",
      "text": "The new Hitler is @Keir_Starmer \n\nIf you rape a child & you’re muslim nothing happens. \n\nIf you’re English & post online against illegals & rapists, you get sent to prison for years.\n\nThe rape of England is happening due to the police “following orders.” https://t.co/tkIu2zfzbC",
      "displayTextRange": [
        0,
        148
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 19745,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 9,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "ValentinaForUSA",
        "Keir_Starmer"
      ],
      "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": "1973542647743873524",
      "conversationId": "1973542647743873524",
      "text": "Grok",
      "displayTextRange": [
        0,
        4
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973518417476157939",
        "conversationId": "1973518417476157939",
        "text": "🚨 BREAKING: xAI’s Grok dominates the latest OpenRouter charts.\n\n➤ Grok 4 Fast (free) & Grok Code Fast 1 take the #1 & #2 spots in daily usage\n\n➤ xAI leads with the largest market share\n\n➤ Grok Code Fast 1 also ranks #1 in programming https://t.co/q22239nnbE",
        "displayTextRange": [
          0,
          241
        ],
        "author": {
          "id": "1389913567671975937",
          "username": "cb_doge",
          "name": "DogeDesigner",
          "bio": "https://t.co/YDjS4ElXd6",
          "location": null,
          "website": null,
          "pinnedTweetIds": [
            "1821687464974860662"
          ],
          "avatar": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670/1500x500",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [],
            "restId": "1463329767675944960"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {
            "label": {
              "url": {
                "url": "https://twitter.com/MyDoge",
                "urlType": "DeepLink"
              },
              "badge": {
                "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
              },
              "description": "MyDoge",
              "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,
        "likeCount": 616,
        "retweetCount": 128,
        "replyCount": 138,
        "quoteCount": 27,
        "bookmarkCount": 46,
        "viewCount": 2202073,
        "media": [
          {
            "id": "1973518000473976832",
            "key": "3_1973518000473976832",
            "type": "photo",
            "url": "https://pbs.twimg.com/media/G2NYKlAXMAADBRo.jpg",
            "displayUrl": "pic.x.com/q22239nnbE",
            "expandedUrl": "https://x.com/cb_doge/status/1973518417476157939/photo/1",
            "thumbnailUrl": "https://pbs.twimg.com/media/G2NYKlAXMAADBRo.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,
      "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": "1973531703261143523",
      "conversationId": "1973531703261143523",
      "text": "!!",
      "displayTextRange": [
        0,
        2
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973518878505574484",
        "conversationId": "1973518878505574484",
        "text": "The ADL has bullied and coerced huge numbers of institutions to take orders from it about whose views should be deemed \"extremist\" and thus prohibited, and whose shouldn't. \n\nAs but one example, Paypal uses the ADL to decide who should be expelled from using its services: https://t.co/M1En4hIaOI",
        "displayTextRange": [
          0,
          272
        ],
        "author": {
          "id": "16076032",
          "username": "ggreenwald",
          "name": "Glenn Greenwald",
          "bio": "Journalist ; Author; Host, @SystemUpdate_; Columnist, @Folha; Founder: @TheInterceptBr; Co-Founder: @FreedomofPress, @idm_org; @abrigo_hope; Vegan.",
          "location": "GlennGreenwald@gmail.com",
          "website": "https://linktr.ee/glenngreenwald",
          "pinnedTweetIds": [
            "1658513386118709260"
          ],
          "avatar": "https://pbs.twimg.com/profile_images/1092582027994509312/cpYWuYI9_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/16076032/1670619705/1500x500",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Business",
            "category": [],
            "restId": "1484859901566455808"
          },
          "businessAccount": null,
          "creatorSubscriptionsCount": 0,
          "hasHiddenSubscriptions": false,
          "highlightsInfo": null,
          "hasGraduatedAccess": true,
          "isProfileTranslatable": false,
          "hasCustomTimelines": true,
          "isTranslator": false,
          "affiliatesHighlightedLabel": {
            "label": {
              "url": {
                "url": "https://twitter.com/rumblevideo",
                "urlType": "DeepLink"
              },
              "badge": {
                "url": "https://pbs.twimg.com/profile_images/1973102706777571328/c2sc85E2_bigger.jpg"
              },
              "description": "Rumble 🏴‍☠️",
              "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,
        "likeCount": 8531,
        "retweetCount": 1732,
        "replyCount": 331,
        "quoteCount": 124,
        "bookmarkCount": 470,
        "viewCount": 3469415,
        "media": [
          {
            "id": "1973518799757357056",
            "key": "3_1973518799757357056",
            "type": "photo",
            "url": "https://pbs.twimg.com/media/G2NY5GkXsAADrCb.jpg",
            "displayUrl": "pic.x.com/M1En4hIaOI",
            "expandedUrl": "https://x.com/ggreenwald/status/1973518878505574484/photo/1",
            "thumbnailUrl": "https://pbs.twimg.com/media/G2NY5GkXsAADrCb.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,
      "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": "1973529989002989733",
      "conversationId": "1973529989002989733",
      "text": "Cancel Netflix",
      "displayTextRange": [
        0,
        14
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973472564120002928",
        "conversationId": "1973472564120002928",
        "text": "HOLY SHIT. Show on @Netflix “The Baby-Sitters Club\" pushes TRANSGENDERISM on KIDS, shames characters for \"misgendering\" and demands hospital staff refer to and treat a boy as a girl.\n\nINSANITY\n\nThis show is rated for CHILDREN\n\nCANCEL NETFLIX https://t.co/wEculUEgkM",
        "displayTextRange": [
          0,
          241
        ],
        "author": {
          "id": "1326229737551912960",
          "username": "libsoftiktok",
          "name": "Libs of TikTok",
          "bio": "News you can’t see anywhere else. 📧 submissions@libsoftiktok.com. DM submissions. Bookings: Partnerships@libsoftiktok.com. ⬇️Subscribe to our newsletter",
          "location": "Depths of Hell",
          "website": "https://www.libsoftiktok.com",
          "pinnedTweetIds": [
            "1973421918058602906"
          ],
          "avatar": "https://pbs.twimg.com/profile_images/1489097242321428482/sQSUN_M6_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/1326229737551912960/1613633975/1500x500",
          "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": "1679547092350410754"
          },
          "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,
        "likeCount": 56800,
        "retweetCount": 13355,
        "replyCount": 3126,
        "quoteCount": 1303,
        "bookmarkCount": 5534,
        "viewCount": 15936558,
        "media": [
          {
            "id": "1973472436302598144",
            "key": "13_1973472436302598144",
            "type": "video",
            "url": "https://video.twimg.com/amplify_video/1973472436302598144/vid/avc1/1280x720/eS8sN9-WhPmjs1mw.mp4?tag=21",
            "displayUrl": "pic.x.com/wEculUEgkM",
            "expandedUrl": "https://x.com/libsoftiktok/status/1973472564120002928/video/1",
            "thumbnailUrl": "https://pbs.twimg.com/amplify_video_thumb/1973472436302598144/img/ZGYCcVdX1deBd58y.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://video.twimg.com/amplify_video/1973472436302598144/pl/utc9mGI0OCb-KKCp.m3u8?tag=21&v=5ae"
                },
                {
                  "bitrate": 256000,
                  "contentType": "video/mp4",
                  "url": "https://video.twimg.com/amplify_video/1973472436302598144/vid/avc1/480x270/iPeWtCVwtehwh8Bz.mp4?tag=21"
                },
                {
                  "bitrate": 832000,
                  "contentType": "video/mp4",
                  "url": "https://video.twimg.com/amplify_video/1973472436302598144/vid/avc1/640x360/m7-0O6N4Ib38NM7S.mp4?tag=21"
                },
                {
                  "bitrate": 2176000,
                  "contentType": "video/mp4",
                  "url": "https://video.twimg.com/amplify_video/1973472436302598144/vid/avc1/1280x720/eS8sN9-WhPmjs1mw.mp4?tag=21"
                }
              ],
              "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": [
          "netflix"
        ],
        "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,
      "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": "1973523673861726530",
      "conversationId": "1973523673861726530",
      "text": "Wow, 100% of Netflix employee donation are to the Democratic Party!",
      "displayTextRange": [
        0,
        67
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973488279153680690",
        "conversationId": "1973488279153680690",
        "text": "Donations by @netflix employees is 100% in favor of the Democrats https://t.co/bOta7VUY28",
        "displayTextRange": [
          0,
          65
        ],
        "author": {
          "id": "1326229737551912960",
          "username": "libsoftiktok",
          "name": "Libs of TikTok",
          "bio": "News you can’t see anywhere else. 📧 submissions@libsoftiktok.com. DM submissions. Bookings: Partnerships@libsoftiktok.com. ⬇️Subscribe to our newsletter",
          "location": "Depths of Hell",
          "website": "https://www.libsoftiktok.com",
          "pinnedTweetIds": [
            "1973421918058602906"
          ],
          "avatar": "https://pbs.twimg.com/profile_images/1489097242321428482/sQSUN_M6_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/1326229737551912960/1613633975/1500x500",
          "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": "1679547092350410754"
          },
          "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,
        "likeCount": 8920,
        "retweetCount": 2312,
        "replyCount": 645,
        "quoteCount": 214,
        "bookmarkCount": 771,
        "viewCount": 7162127,
        "media": [
          {
            "id": "1973488275483455489",
            "key": "3_1973488275483455489",
            "type": "photo",
            "url": "https://pbs.twimg.com/media/G2M9IWyW8AEHBjd.jpg",
            "displayUrl": "pic.x.com/bOta7VUY28",
            "expandedUrl": "https://x.com/libsoftiktok/status/1973488279153680690/photo/1",
            "thumbnailUrl": "https://pbs.twimg.com/media/G2M9IWyW8AEHBjd.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": [
          "netflix"
        ],
        "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,
      "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": "1973522203854639297",
      "conversationId": "1973522203854639297",
      "text": "Essential",
      "displayTextRange": [
        0,
        9
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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": "1973449504633368861",
        "conversationId": "1973449504633368861",
        "text": "Grokipedia - The worlds open source knowledge repository, Free from propaganda and biased narratives \n\nThe knowledge you can trust...\n\nGrok - Understand the universe: Truth seeking AI\n\n𝕏 - A platform that defends free speech at the highest level. It stands up for your rights and https://t.co/xhDZrN1DHF",
        "displayTextRange": [
          0,
          279
        ],
        "author": {
          "id": "1818311005698678784",
          "username": "amXFreeze",
          "name": "X Freeze",
          "bio": "Tech updates, strategy, and bold takes. I am the coolest villain, don't forget",
          "location": "Antarctica ",
          "website": "http://buymeacoffee.com/xfreeze",
          "pinnedTweetIds": [],
          "avatar": "https://pbs.twimg.com/profile_images/1876785200010539008/2_HFJjq9_400x400.jpg",
          "banner": "https://pbs.twimg.com/profile_banners/1818311005698678784/1757091277/1500x500",
          "profileImageShape": "Circle",
          "verified": false,
          "isBlueVerified": true,
          "verifiedType": null,
          "verifiedSince": null,
          "isIdentityVerified": false,
          "isProtected": false,
          "possiblySensitive": false,
          "profileInterstitialType": null,
          "withheldInCountries": [],
          "professional": {
            "type": "Creator",
            "category": [],
            "restId": "1835442711370871202"
          },
          "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,
        "likeCount": 2444,
        "retweetCount": 363,
        "replyCount": 317,
        "quoteCount": 55,
        "bookmarkCount": 139,
        "viewCount": 2551773,
        "media": [
          {
            "id": "1973447792531038208",
            "key": "3_1973447792531038208",
            "type": "photo",
            "url": "https://pbs.twimg.com/media/G2MYT8CXYAAAAHx.jpg",
            "displayUrl": "pic.x.com/xhDZrN1DHF",
            "expandedUrl": "https://x.com/amXFreeze/status/1973449504633368861/photo/1",
            "thumbnailUrl": "https://pbs.twimg.com/media/G2MYT8CXYAAAAHx.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,
      "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": "1973521652890870233",
      "conversationId": "1973521652890870233",
      "text": "In September, 1 out of 3 cars sold in Norway 🇳🇴 was a Tesla",
      "displayTextRange": [
        0,
        76
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 786,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "teslaeurope"
      ],
      "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": "1973521549224558977",
      "conversationId": "1973521549224558977",
      "text": "Tesla’s diner sold as many hamburgers in Q3 as the average McDonald’s does in the U.S., despite the diner having only opened on July 21st and that Tesla's burger costs ~2x as much (higher quality ingredients).\n\nTesla sold an average of 704 burgers per day. https://t.co/zYCYrY8DK9",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 1280,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "SawyerMerritt"
      ],
      "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": "1973521454303158428",
      "conversationId": "1973521454303158428",
      "text": "Gavin Newsom tried \"free\" healthcare for illegal immigrants. Here's how it turned out.\n\n2022. Newsom announces California will be offering free healthcare for undocumented immigrants. He claims it's the moral thing to do and that it will cost about $2.2 billion a year.\n\n2025. https://t.co/vj9kytc7PQ",
      "displayTextRange": [
        0,
        140
      ],
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "bio": "https://t.co/9qhgzJ69UQ",
        "location": null,
        "website": null,
        "pinnedTweetIds": [
          "1973288477988143277"
        ],
        "avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg",
        "banner": "https://pbs.twimg.com/profile_banners/44196397/1739948056/1500x500",
        "profileImageShape": "Circle",
        "verified": false,
        "isBlueVerified": true,
        "verifiedType": null,
        "verifiedSince": null,
        "isIdentityVerified": false,
        "isProtected": false,
        "possiblySensitive": false,
        "profileInterstitialType": null,
        "withheldInCountries": [],
        "professional": {
          "type": "Creator",
          "category": [],
          "restId": "1679729435447275522"
        },
        "businessAccount": null,
        "creatorSubscriptionsCount": 0,
        "hasHiddenSubscriptions": false,
        "highlightsInfo": null,
        "hasGraduatedAccess": true,
        "isProfileTranslatable": false,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "affiliatesHighlightedLabel": {
          "label": {
            "url": {
              "url": "https://twitter.com/X",
              "urlType": "DeepLink"
            },
            "badge": {
              "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
            },
            "description": "X",
            "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,
      "likeCount": 0,
      "retweetCount": 5195,
      "replyCount": 0,
      "quoteCount": 0,
      "bookmarkCount": 0,
      "viewCount": 1,
      "media": [],
      "poll": null,
      "card": null,
      "hashtags": [],
      "mentions": [
        "mazemoore"
      ],
      "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