Twitter Scraper

ENDPOINTS
GET/users/highlights

User Highlights

Get the tweets a user pinned to their Highlights tab, with cursor pagination.

QUERY PARAMS

Username, numeric user ID or any x.com / twitter.com profile link.

Examples:

  • Username: elonmusk
  • ID: 44196397
  • URL: https://x.com/elonmusk

Maximum number of tweets to return.

Default: 20

Allowed values: 1-100

Pagination cursor: the next_cursor from the previous page. Omit for the first page.

{
  "user": "elonmusk",
  "count": 20,
  "next_cursor": "DAAHCgABHS5qDDI__-wLAAIAAAATMTg3NDE4OTA3NTI2Nzg0MDUyMggAAwAAAAIAAA",
  "has_more": true,
  "tweets": [
    {
      "id": "2102207241101144450",
      "link": "https://x.com/elonmusk/status/2102207241101144450",
      "text": "Grok 4.7",
      "language": "en",
      "created_at": "2026-09-22T01:23:58Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2102207241101144450",
      "media": [
        {
          "type": "photo",
          "id": "2102207237351464960",
          "link": "https://x.com/elonmusk/status/2102207241101144450/photo/1",
          "image": "https://pbs.twimg.com/media/HSyKWCqW4AA5Ubh.jpg",
          "width": 2048,
          "height": 1312,
          "alt_text": null,
          "duration_ms": null,
          "video_link": null,
          "video_variants": null
        }
      ],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 3106,
        "retweets": 2719,
        "likes": 31538,
        "quotes": 370,
        "bookmarks": 1697,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2102071804495872374",
      "link": "https://x.com/elonmusk/status/2102071804495872374",
      "text": "Grok 4.7 is a strong combination of intelligence, speed & low cost",
      "language": "en",
      "created_at": "2026-09-21T16:25:47Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2102069817893150777",
        "link": "https://x.com/SpaceXAI/status/2102069817893150777",
        "text": "Grok 4.7 works longer on difficult tasks, checks its work more carefully, and comes with our strongest safeguards to date.",
        "language": "en",
        "created_at": "2026-09-21T16:17:53Z",
        "author": {
          "id": "1661523610111193088",
          "username": "SpaceXAI",
          "name": "SpaceXAI",
          "link": "https://x.com/SpaceXAI",
          "profile_image": "https://pbs.twimg.com/profile_images/2074224934159876096/aelorWHq_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 2067277
        },
        "is_pinned": false,
        "is_reply": true,
        "reply_to": {
          "tweet_id": "2102069815225586149",
          "user_id": "1661523610111193088",
          "username": "SpaceXAI",
          "link": "https://x.com/SpaceXAI/status/2102069815225586149"
        },
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2102069815225586149",
        "media": [
          {
            "type": "photo",
            "id": "2102067746477350912",
            "link": "https://x.com/SpaceXAI/status/2102069817893150777/photo/1",
            "image": "https://pbs.twimg.com/media/HSwLemqWoAAP4EW.jpg",
            "width": 3062,
            "height": 1960,
            "alt_text": null,
            "duration_ms": null,
            "video_link": null,
            "video_variants": null
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 248,
          "retweets": 235,
          "likes": 3505,
          "quotes": 140,
          "bookmarks": 205,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter Web App"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2102071804495872374",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 2252,
        "retweets": 2834,
        "likes": 27158,
        "quotes": 308,
        "bookmarks": 1185,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2101601873115681037",
      "link": "https://x.com/elonmusk/status/2101601873115681037",
      "text": "This is the future we shall bring into being",
      "language": "en",
      "created_at": "2026-09-20T09:18:27Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2101601873115681037",
      "media": [
        {
          "type": "video",
          "id": "1906974196510654464",
          "link": "https://x.com/AzeAlter/status/1906974768705990794/video/1",
          "image": "https://pbs.twimg.com/ext_tw_video_thumb/1906974196510654464/pu/img/gDDI_anXU78OTHhJ.jpg",
          "width": 1920,
          "height": 1080,
          "alt_text": null,
          "duration_ms": 183791,
          "video_link": "https://video.twimg.com/ext_tw_video/1906974196510654464/pu/vid/avc1/1280x720/2E7ECgdWc2tMasRP.mp4?tag=12",
          "video_variants": [
            {
              "link": "https://video.twimg.com/ext_tw_video/1906974196510654464/pu/pl/IfexupAEzr8rRGwC.m3u8?tag=12",
              "bitrate": null,
              "content_type": "application/x-mpegURL"
            },
            {
              "link": "https://video.twimg.com/ext_tw_video/1906974196510654464/pu/vid/avc1/480x270/L1nRj7CqOReHy4MM.mp4?tag=12",
              "bitrate": 256000,
              "content_type": "video/mp4"
            },
            {
              "link": "https://video.twimg.com/ext_tw_video/1906974196510654464/pu/vid/avc1/640x360/haUksPtdY2lEAdg1.mp4?tag=12",
              "bitrate": 832000,
              "content_type": "video/mp4"
            },
            {
              "link": "https://video.twimg.com/ext_tw_video/1906974196510654464/pu/vid/avc1/1280x720/2E7ECgdWc2tMasRP.mp4?tag=12",
              "bitrate": 2176000,
              "content_type": "video/mp4"
            }
          ]
        }
      ],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 32333,
        "retweets": 40613,
        "likes": 331391,
        "quotes": 9609,
        "bookmarks": 58071,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2100383440105624052",
      "link": "https://x.com/elonmusk/status/2100383440105624052",
      "text": "@SciGuySpace Starship will deliver somewhere between 1M and 10M tons per year to orbit.\n\nEven if non-SpaceX tonnage to orbit were to triple, it would still be less than 0.1% of what SpaceX plans to do.",
      "language": "en",
      "created_at": "2026-09-17T00:36:50Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "2100259401730834936",
        "user_id": "15726728",
        "username": "SciGuySpace",
        "link": "https://x.com/SciGuySpace/status/2100259401730834936"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2100259401730834936",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [
        {
          "id": "15726728",
          "username": "SciGuySpace",
          "name": "Eric Berger",
          "link": "https://x.com/SciGuySpace"
        }
      ],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 287,
        "retweets": 531,
        "likes": 8588,
        "quotes": 58,
        "bookmarks": 210,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2099946406345937242",
      "link": "https://x.com/elonmusk/status/2099946406345937242",
      "text": "Blizzard’s inability to solve the login problem on their product launch day reminds me of the classic Forster essay: The Machine Stops\n\nhttps://www.cs.ucdavis.edu/~koehl/Teaching/ECS188/PDF_files/Machine_stops.pdf",
      "language": "en",
      "created_at": "2026-09-15T19:40:13Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2099946406345937242",
      "media": [],
      "links": [
        {
          "link": "https://www.cs.ucdavis.edu/~koehl/Teaching/ECS188/PDF_files/Machine_stops.pdf",
          "display_text": "cs.ucdavis.edu/~koehl/Teachin…"
        }
      ],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 1280,
        "retweets": 1449,
        "likes": 16656,
        "quotes": 136,
        "bookmarks": 3683,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2099875660290228642",
      "link": "https://x.com/elonmusk/status/2099875660290228642",
      "text": "Live demo of building a company with @Grok @Bot!",
      "language": "en",
      "created_at": "2026-09-15T14:59:05Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2099871914655424894",
        "link": "https://x.com/poteto/status/2099871914655424894",
        "text": "going live in about an hour!\n\nhttps://luma.com/3ifrgttw",
        "language": "en",
        "created_at": "2026-09-15T14:44:12Z",
        "author": {
          "id": "2832427459",
          "username": "poteto",
          "name": "lauren",
          "link": "https://x.com/poteto",
          "profile_image": "https://pbs.twimg.com/profile_images/2093473719830315008/oo09g1Ov_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 119361
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2099871914655424894",
        "media": [],
        "links": [
          {
            "link": "https://luma.com/3ifrgttw",
            "display_text": "luma.com/3ifrgttw"
          }
        ],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": {
          "type": "summary_large_image",
          "title": "Grok Bot Galaxy: Livestream · Luma",
          "description": "Can three people build a company in three days? Join the Grok Bot Galaxy livestream to find out. Follow along as Matt Palmer (@mattyp), Lauren Tan (@poteto),…",
          "link": "https://t.co/u9wkesLFPT",
          "domain": "luma.com",
          "image": "https://pbs.twimg.com/card_img/2100695350545678336/qmm1TOGv?format=jpg&name=800x419"
        },
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 235,
          "retweets": 227,
          "likes": 2045,
          "quotes": 102,
          "bookmarks": 1541,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for iPhone"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2099875660290228642",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [
        {
          "id": "1720665183188922368",
          "username": "grok",
          "name": "Grok",
          "link": "https://x.com/grok"
        },
        {
          "id": "2085838061347217408",
          "username": "bot",
          "name": "Grok Bot",
          "link": "https://x.com/bot"
        }
      ],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 3406,
        "retweets": 2758,
        "likes": 24725,
        "quotes": 239,
        "bookmarks": 3308,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2098932438055469451",
      "link": "https://x.com/elonmusk/status/2098932438055469451",
      "text": "New Tesla Roadster Unveil 10.01",
      "language": "en",
      "created_at": "2026-09-13T00:31:04Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2098843535730725124",
        "link": "https://x.com/Tesla/status/2098843535730725124",
        "text": "Go for launch",
        "language": "en",
        "created_at": "2026-09-12T18:37:48Z",
        "author": {
          "id": "13298072",
          "username": "Tesla",
          "name": "Tesla",
          "link": "https://x.com/Tesla",
          "profile_image": "https://pbs.twimg.com/profile_images/1337607516008501250/6Ggc4S5n_400x400.png",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 24777811
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2098843535730725124",
        "media": [
          {
            "type": "photo",
            "id": "2098843532463411200",
            "link": "https://x.com/Tesla/status/2098843535730725124/photo/1",
            "image": "https://pbs.twimg.com/media/HSCXEpebkAAjsic.jpg",
            "width": 1200,
            "height": 1500,
            "alt_text": null,
            "duration_ms": null,
            "video_link": null,
            "video_variants": null
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 3053,
          "retweets": 5699,
          "likes": 53132,
          "quotes": 2695,
          "bookmarks": 2682,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for iPhone"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2098932438055469451",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 4640,
        "retweets": 5232,
        "likes": 51286,
        "quotes": 570,
        "bookmarks": 1421,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2097753657714573749",
      "link": "https://x.com/elonmusk/status/2097753657714573749",
      "text": "If you want to reach the smartest people in the world, advertise on 𝕏",
      "language": "en",
      "created_at": "2026-09-09T18:27:01Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2097753657714573749",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 11412,
        "retweets": 10972,
        "likes": 139586,
        "quotes": 2098,
        "bookmarks": 4215,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2095720611695759704",
      "link": "https://x.com/elonmusk/status/2095720611695759704",
      "text": "The Cybercab motor uses no rare earth metals, but maintains the same range!\n\nThis was extremely hard to achieve.",
      "language": "en",
      "created_at": "2026-09-04T03:48:25Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2095686122194055221",
        "link": "https://x.com/SawyerMerritt/status/2095686122194055221",
        "text": "The Cybercab drive unit features a simplified bar-wound stator and lubrication system, plus an overall architecture that enables fully automated, sub-10-second cycle times.\n\nIt is 18% smaller, 25% lighter and more efficient than other top performing electric vehicle drive units.",
        "language": "en",
        "created_at": "2026-09-04T01:31:22Z",
        "author": {
          "id": "243013409",
          "username": "SawyerMerritt",
          "name": "Sawyer Merritt",
          "link": "https://x.com/SawyerMerritt",
          "profile_image": "https://pbs.twimg.com/profile_images/1837744842715082752/xH9vYixL_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 1135057
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2095686122194055221",
        "media": [
          {
            "type": "photo",
            "id": "2095686110563229700",
            "link": "https://x.com/SawyerMerritt/status/2095686122194055221/photo/1",
            "image": "https://pbs.twimg.com/media/HRVfagTXYAQOS7s.jpg",
            "width": 3072,
            "height": 4096,
            "alt_text": null,
            "duration_ms": null,
            "video_link": null,
            "video_variants": null
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 208,
          "retweets": 634,
          "likes": 7525,
          "quotes": 101,
          "bookmarks": 518,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for iPhone"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2095720611695759704",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 1942,
        "retweets": 5580,
        "likes": 51555,
        "quotes": 522,
        "bookmarks": 2545,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2095364595326263447",
      "link": "https://x.com/elonmusk/status/2095364595326263447",
      "text": "A Storm of Cybercabs",
      "language": "en",
      "created_at": "2026-09-03T04:13:44Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2095364595326263447",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 7922,
        "retweets": 5572,
        "likes": 63201,
        "quotes": 1009,
        "bookmarks": 1443,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2094155810234335302",
      "link": "https://x.com/elonmusk/status/2094155810234335302",
      "text": "I was able to edit and enhance a very specific video clip\n\nhttps://grok.com/share/bGVnYWN5_0e357843-9f62-4e7d-b5dc-770b7ad8f302",
      "language": "en",
      "created_at": "2026-08-30T20:10:27Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "2094147282434211869",
        "user_id": "44196397",
        "username": "elonmusk",
        "link": "https://x.com/elonmusk/status/2094147282434211869"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2094147282434211869",
      "media": [],
      "links": [
        {
          "link": "https://grok.com/share/bGVnYWN5_0e357843-9f62-4e7d-b5dc-770b7ad8f302",
          "display_text": "grok.com/share/bGVnYWN5…"
        }
      ],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": {
        "type": "summary_large_image",
        "title": "Yarn Clip Download from Aliens | Shared Grok Conversation",
        "description": "Perfect",
        "link": "https://t.co/PePNcXN2Jy",
        "domain": "grok.com",
        "image": "https://pbs.twimg.com/card_img/2101777006182490113/y2oJxY98?format=png&name=800x419"
      },
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 384,
        "retweets": 623,
        "likes": 2077,
        "quotes": 53,
        "bookmarks": 129,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2094130588047266206",
      "link": "https://x.com/elonmusk/status/2094130588047266206",
      "text": "Extending consciousness beyond Earth, ultimately to the stars, is a fundamentally good goal",
      "language": "en",
      "created_at": "2026-08-30T18:30:13Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2094121706604425484",
        "link": "https://x.com/XFreeze/status/2094121706604425484",
        "text": "SpaceX’s road to making humanity multiplanetary is really incredible when you see the milestones together\n\n- 2008 → Falcon 1 becomes the first privately developed liquid-fueled rocket to reach orbit\n- 2010 → Falcon 9 completes its first flight\n- 2012 → Dragon becomes the first",
        "language": "en",
        "created_at": "2026-08-30T17:54:56Z",
        "author": {
          "id": "1818311005698678784",
          "username": "XFreeze",
          "name": "X Freeze",
          "link": "https://x.com/XFreeze",
          "profile_image": "https://pbs.twimg.com/profile_images/1876785200010539008/2_HFJjq9_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 277056
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2094121706604425484",
        "media": [
          {
            "type": "photo",
            "id": "2094121690347270144",
            "link": "https://x.com/XFreeze/status/2094121706604425484/photo/1",
            "image": "https://pbs.twimg.com/media/HQ_QlQ2W8AA33-v.jpg",
            "width": 3840,
            "height": 2160,
            "alt_text": null,
            "duration_ms": null,
            "video_link": null,
            "video_variants": null
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 244,
          "retweets": 279,
          "likes": 1446,
          "quotes": 134,
          "bookmarks": 197,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for Android"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2094130588047266206",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 4980,
        "retweets": 4229,
        "likes": 28126,
        "quotes": 447,
        "bookmarks": 1102,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2094080730837983318",
      "link": "https://x.com/elonmusk/status/2094080730837983318",
      "text": "But we do need to act much faster than that if people still want to live where the beach is today. We have about 50 years or so to take action, which should be more than enough time for the space satellites to solve any heating problems.\n\nhttps://grok.com/share/bGVnYWN5_2e243c73-d37b-49e5-9060-0fb9343a2336",
      "language": "en",
      "created_at": "2026-08-30T15:12:07Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "2094077799719993646",
        "user_id": "44196397",
        "username": "elonmusk",
        "link": "https://x.com/elonmusk/status/2094077799719993646"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2094077799719993646",
      "media": [],
      "links": [
        {
          "link": "https://grok.com/share/bGVnYWN5_2e243c73-d37b-49e5-9060-0fb9343a2336",
          "display_text": "grok.com/share/bGVnYWN5…"
        }
      ],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": {
        "type": "summary_large_image",
        "title": "Florida Sea Level Rise 2070 | Shared Grok Conversation",
        "description": "When will 5% of Florida be underwater?",
        "link": "https://t.co/xhrVQALwQw",
        "domain": "grok.com",
        "image": "https://pbs.twimg.com/card_img/2101690730934632449/5ZgxuiEC?format=png&name=800x419"
      },
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 957,
        "retweets": 909,
        "likes": 4997,
        "quotes": 156,
        "bookmarks": 543,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2094077799719993646",
      "link": "https://x.com/elonmusk/status/2094077799719993646",
      "text": "Extremely severe extinction events happen every 100M years or so and just switching to sustainable energy will not be enough to stop them.\n\nSpace satellites to control temperature and massive geo-engineering will be needed or it will be game over.\n\nhttps://grok.com/share/bGVnYWN5_dfaad20f-6716-42a3-a2c2-f4e2f2f0cb26",
      "language": "en",
      "created_at": "2026-08-30T15:00:28Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2093965014889566230",
        "link": "https://x.com/elonmusk/status/2093965014889566230",
        "text": "@xenocosmography And that is, of course, how it will be done.\n\nSentient satellites, launched into Earth-Sun Lagrange points by mass drivers on the Moon, can solve global warming for ~1B years.",
        "language": "en",
        "created_at": "2026-08-30T07:32:18Z",
        "author": {
          "id": "44196397",
          "username": "elonmusk",
          "name": "Elon Musk",
          "link": "https://x.com/elonmusk",
          "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 241708058
        },
        "is_pinned": false,
        "is_reply": true,
        "reply_to": {
          "tweet_id": "2093955772107669663",
          "user_id": "1709393467871461376",
          "username": "xenocosmography",
          "link": "https://x.com/xenocosmography/status/2093955772107669663"
        },
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2093955772107669663",
        "media": [],
        "links": [],
        "hashtags": [],
        "mentions": [
          {
            "id": "1709393467871461376",
            "username": "xenocosmography",
            "name": "Xenocosmography",
            "link": "https://x.com/xenocosmography"
          }
        ],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 1608,
          "retweets": 1132,
          "likes": 13824,
          "quotes": 385,
          "bookmarks": 1869,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": null,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for iPhone"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2094077799719993646",
      "media": [],
      "links": [
        {
          "link": "https://grok.com/share/bGVnYWN5_dfaad20f-6716-42a3-a2c2-f4e2f2f0cb26",
          "display_text": "grok.com/share/bGVnYWN5…"
        }
      ],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": {
        "type": "summary_large_image",
        "title": "Sexagesimal origins of 60 and 360 | Shared Grok Conversation",
        "description": "Describe the origins in detail of the use of 60 seconds and 360 degrees",
        "link": "https://t.co/y4QwutjXce",
        "domain": "grok.com",
        "image": "https://pbs.twimg.com/card_img/2101523337138880513/F4WdB42p?format=png&name=800x419"
      },
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 7307,
        "retweets": 6793,
        "likes": 58572,
        "quotes": 1539,
        "bookmarks": 6446,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": false,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2092300124110385579",
      "link": "https://x.com/elonmusk/status/2092300124110385579",
      "text": "@aaronburnett Megatons to orbit & beyond is a critical piece of the K2 puzzle.\n\nThe other parts are: massive amounts of solar cell production, AI chip production, millions of humanoid (general purpose) robots and a mass driver on the Moon.\n\nMy guess is that ~1M Optimi plus ~1GW of solar will",
      "language": "en",
      "created_at": "2026-08-25T17:16:37Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "2092288117688381480",
        "user_id": "331865640",
        "username": "aaronburnett",
        "link": "https://x.com/aaronburnett/status/2092288117688381480"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2092288117688381480",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [
        {
          "id": "331865640",
          "username": "aaronburnett",
          "name": "Aaron Burnett",
          "link": "https://x.com/aaronburnett"
        }
      ],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 659,
        "retweets": 934,
        "likes": 8959,
        "quotes": 163,
        "bookmarks": 857,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2092296890327183490",
      "link": "https://x.com/elonmusk/status/2092296890327183490",
      "text": "@aaronburnett Will enable over 2M tons/year to orbit with Starship 4, a crucial step towards becoming a Kardashev 2 level civilization",
      "language": "en",
      "created_at": "2026-08-25T17:03:46Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": true,
      "reply_to": {
        "tweet_id": "2092293405300736016",
        "user_id": "331865640",
        "username": "aaronburnett",
        "link": "https://x.com/aaronburnett/status/2092293405300736016"
      },
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2092293405300736016",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [
        {
          "id": "331865640",
          "username": "aaronburnett",
          "name": "Aaron Burnett",
          "link": "https://x.com/aaronburnett"
        }
      ],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 365,
        "retweets": 444,
        "likes": 7250,
        "quotes": 68,
        "bookmarks": 239,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2092292773915537580",
      "link": "https://x.com/elonmusk/status/2092292773915537580",
      "text": "Starbase Louisiana will ultimately have over a dozen launch towers, enabling more than 30 Starship flights per day and making it the biggest launch site on Earth!\n\nSpaceX makes sci-fi real.",
      "language": "en",
      "created_at": "2026-08-25T16:47:24Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2092284173730144732",
        "link": "https://x.com/SpaceX/status/2092284173730144732",
        "text": "Introducing Starbase, Louisiana – a high-cadence launch site that will enable Starship to open a pathway to the stars for humanity.\n\nThank you to @LAGovJeffLandry and the great people of Louisiana for all of their support as we work together on this audacious project →",
        "language": "en",
        "created_at": "2026-08-25T16:13:14Z",
        "author": {
          "id": "34743251",
          "username": "SpaceX",
          "name": "SpaceX",
          "link": "https://x.com/SpaceX",
          "profile_image": "https://pbs.twimg.com/profile_images/1697749409851985920/HbrI04tM_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 41905298
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2092284173730144732",
        "media": [
          {
            "type": "video",
            "id": "2092279198882914304",
            "link": "https://x.com/SpaceX/status/2092284173730144732/video/1",
            "image": "https://pbs.twimg.com/amplify_video_thumb/2092279198882914304/img/Y9gj3r0G1VkopWM9.jpg",
            "width": 3840,
            "height": 2160,
            "alt_text": null,
            "duration_ms": 348056,
            "video_link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/3840x2160/Xtk6bX0h0vwGTnG0.mp4?tag=29",
            "video_variants": [
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/pl/W3aYptrw9VzAjLhM.m3u8?tag=29&v=79d",
                "bitrate": null,
                "content_type": "application/x-mpegURL"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/480x270/-JsKmZ4O1r7cht4K.mp4?tag=29",
                "bitrate": 256000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/640x360/tJNOiSdFEyYsMwvI.mp4?tag=29",
                "bitrate": 832000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/1280x720/mwm_si2oQev4Q7il.mp4?tag=29",
                "bitrate": 2176000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/1920x1080/tdQc7Qbce9-3cGcp.mp4?tag=29",
                "bitrate": 10368000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2092279198882914304/vid/avc1/3840x2160/Xtk6bX0h0vwGTnG0.mp4?tag=29",
                "bitrate": 25128000,
                "content_type": "video/mp4"
              }
            ]
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [
          {
            "id": "1742962403887788032",
            "username": "LAGovJeffLandry",
            "name": "Governor Jeff Landry",
            "link": "https://x.com/LAGovJeffLandry"
          }
        ],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 2120,
          "retweets": 6199,
          "likes": 36850,
          "quotes": 1670,
          "bookmarks": 4874,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter Web App"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2092292773915537580",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 7472,
        "retweets": 10748,
        "likes": 82906,
        "quotes": 1145,
        "bookmarks": 3912,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2091939113008238838",
      "link": "https://x.com/elonmusk/status/2091939113008238838",
      "text": "SpaceX, in partnership with Nvidia, has designed a space-optimized Vera Rubin NVL72 system for launch to orbit in Q4 next year, with significant scale in 2028",
      "language": "en",
      "created_at": "2026-08-24T17:22:05Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2091920680317046847",
        "link": "https://x.com/nvidia/status/2091920680317046847",
        "text": "The first CPU built for agents is going to work at scale.\n\n@SpaceX is deploying NVIDIA Vera to accelerate the orchestration, code execution, and data processing that powers its next generation of agentic AI — keeping GPUs fed and agents acting fast.\n\nFrom gigawatt AI factories",
        "language": "en",
        "created_at": "2026-08-24T16:08:50Z",
        "author": {
          "id": "61559439",
          "username": "nvidia",
          "name": "NVIDIA",
          "link": "https://x.com/nvidia",
          "profile_image": "https://pbs.twimg.com/profile_images/1828904711124078593/SRvCZSfQ_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 2669293
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2091920680317046847",
        "media": [
          {
            "type": "photo",
            "id": "2091920677666279424",
            "link": "https://x.com/nvidia/status/2091920680317046847/photo/1",
            "image": "https://pbs.twimg.com/media/HQf-xdqX0AAmpTs.jpg",
            "width": 1920,
            "height": 1080,
            "alt_text": null,
            "duration_ms": null,
            "video_link": null,
            "video_variants": null
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [
          {
            "id": "34743251",
            "username": "SpaceX",
            "name": "SpaceX",
            "link": "https://x.com/SpaceX"
          }
        ],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 286,
          "retweets": 587,
          "likes": 5422,
          "quotes": 190,
          "bookmarks": 428,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Vista Social"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2091939113008238838",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 2345,
        "retweets": 4425,
        "likes": 34155,
        "quotes": 538,
        "bookmarks": 1914,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2090918730087936317",
      "link": "https://x.com/elonmusk/status/2090918730087936317",
      "text": "Yes",
      "language": "qst",
      "created_at": "2026-08-21T21:47:27Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": true,
      "quoted_tweet": {
        "id": "2090901321054371872",
        "link": "https://x.com/r0ck3t23/status/2090901321054371872",
        "text": "Elon Musk sent every Tesla employee a memo that took authority away from their managers and handed it to them.\n\nHe never asks for more hours. Every rule moves a decision closer to the person doing the work.\n\nMusk: “Excessive meetings are the blight of big companies and almost",
        "language": "en",
        "created_at": "2026-08-21T20:38:16Z",
        "author": {
          "id": "1826315995532652544",
          "username": "r0ck3t23",
          "name": "Dustin",
          "link": "https://x.com/r0ck3t23",
          "profile_image": "https://pbs.twimg.com/profile_images/1924681323265859585/VcySVS1B_400x400.jpg",
          "is_blue_verified": true,
          "is_verified": false,
          "followers_count": 43743
        },
        "is_pinned": false,
        "is_reply": false,
        "reply_to": null,
        "is_quote": false,
        "quoted_tweet": null,
        "is_retweet": false,
        "retweeted_tweet": null,
        "conversation_id": "2090901321054371872",
        "media": [
          {
            "type": "video",
            "id": "2090901244151730176",
            "link": "https://x.com/r0ck3t23/status/2090901321054371872/video/1",
            "image": "https://pbs.twimg.com/amplify_video_thumb/2090901244151730176/img/bHp8T-wTv4VNL7l8.jpg",
            "width": 1068,
            "height": 1314,
            "alt_text": null,
            "duration_ms": 90583,
            "video_link": "https://video.twimg.com/amplify_video/2090901244151730176/vid/avc1/1068x1314/Z76Ae5Mvh1P4ZagP.mp4?tag=29",
            "video_variants": [
              {
                "link": "https://video.twimg.com/amplify_video/2090901244151730176/pl/sDX4Pdqt6ADuG8aQ.m3u8?tag=29&v=cfc",
                "bitrate": null,
                "content_type": "application/x-mpegURL"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2090901244151730176/vid/avc1/320x392/H_x9E0tFl_H1mlk0.mp4?tag=29",
                "bitrate": 632000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2090901244151730176/vid/avc1/480x590/L_IXlSeyguOgb394.mp4?tag=29",
                "bitrate": 950000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2090901244151730176/vid/avc1/720x884/WBeWqvq1ggLz1yis.mp4?tag=29",
                "bitrate": 2176000,
                "content_type": "video/mp4"
              },
              {
                "link": "https://video.twimg.com/amplify_video/2090901244151730176/vid/avc1/1068x1314/Z76Ae5Mvh1P4ZagP.mp4?tag=29",
                "bitrate": 10368000,
                "content_type": "video/mp4"
              }
            ]
          }
        ],
        "links": [],
        "hashtags": [],
        "mentions": [],
        "cashtags": [],
        "card": null,
        "poll": null,
        "community": null,
        "community_note": null,
        "place": null,
        "stats": {
          "replies": 431,
          "retweets": 1247,
          "likes": 14163,
          "quotes": 232,
          "bookmarks": 9551,
          "views": null
        },
        "is_long_form": false,
        "is_possibly_sensitive": false,
        "is_edited": false,
        "edit_tweet_ids": [],
        "source": "Twitter for iPhone"
      },
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2090918730087936317",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 1537,
        "retweets": 3476,
        "likes": 32067,
        "quotes": 185,
        "bookmarks": 7600,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    },
    {
      "id": "2090990558798078361",
      "link": "https://x.com/elonmusk/status/2090990558798078361",
      "text": "The greatest privilege of my life is being able to work with incredible people to create amazing products",
      "language": "en",
      "created_at": "2026-08-22T02:32:52Z",
      "author": {
        "id": "44196397",
        "username": "elonmusk",
        "name": "Elon Musk",
        "link": "https://x.com/elonmusk",
        "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
        "is_blue_verified": true,
        "is_verified": false,
        "followers_count": 241708058
      },
      "is_pinned": false,
      "is_reply": false,
      "reply_to": null,
      "is_quote": false,
      "quoted_tweet": null,
      "is_retweet": false,
      "retweeted_tweet": null,
      "conversation_id": "2090990558798078361",
      "media": [],
      "links": [],
      "hashtags": [],
      "mentions": [],
      "cashtags": [],
      "card": null,
      "poll": null,
      "community": null,
      "community_note": null,
      "place": null,
      "stats": {
        "replies": 10049,
        "retweets": 12937,
        "likes": 189506,
        "quotes": 1264,
        "bookmarks": 4276,
        "views": null
      },
      "is_long_form": false,
      "is_possibly_sensitive": null,
      "is_edited": false,
      "edit_tweet_ids": [],
      "source": "Twitter for iPhone"
    }
  ]
}