> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Communities Posts Search Latest

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/twitter/search_communities_latest.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/twitter/search_communities_latest

Description: Communities Posts Search Latest

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- query (Required): . Example: superman
- cursor (Optional): 

Example Response:
{
"code": 0,
"message": "success",
"data": {
"timeline": [
  {
    "type": "tweet",
    "tweet_id": "2054417411810439468",
    "screen_name": "INYEBIC",
    "bookmarks": 0,
    "favorites": 3,
    "created_at": "Wed May 13 04:24:14 +0000 2026",
    "text": "if flash not playing he he could phase through the universe in a second\n\nsuperman just a big human bullet\n\ndeadpool has 4thwall breaks so possibly just rewrite history\n\nspiderman lowest on this tier",
    "lang": "en",
    "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
    "conversation_id": "2054417411810439468",
    "possibly_sensitive": null,
    "edit_tweet_ids": null,
    "geo": null,
    "limited_actions": null,
    "in_reply_to_user_id": null,
    "in_reply_to": null,
    "quoted_from": "2054161790682947809",
    "community_id": "1515423380715020296",
    "author_id": "1327297026632146950",
    "quotes": 0,
    "replies": 1,
    "retweets": 0,
    "views": "385",
    "entities": {
      "hashtags": [],
      "symbols": [],
      "timestamps": [],
      "urls": [],
      "user_mentions": []
    },
    "user_info": {
      "id": "1327297026632146950",
      "screen_name": "INYEBIC",
      "verified": false,
      "protected": false,
      "pinned_tweet_id": "2047914580404215940",
      "name": "INYEBI",
      "withheld": null,
      "description": "I am Jaden Inyebi\nI will be king of the artist",
      "entities": {
        "description": [],
        "url": {
          "urls": [
            {
              "display_url": "linktr.ee/65Lights",
              "expanded_url": "https://linktr.ee/65Lights",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/rk0DbAxYbj"
            }

... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/twitter.openapi.json GET /v1/twitter/search_communities_latest
openapi: 3.0.1
info:
  title: Twitter/X API english documentation
  description: >-
    The english reference documentation of the Twitter/X API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Twitter/X
security:
  - JWT Bearer: []
tags: []
paths:
  /v1/twitter/search_communities_latest:
    get:
      tags: []
      summary: Communities Posts Search Latest
      parameters:
        - name: query
          in: query
          description: ''
          required: true
          example: superman
          schema:
            type: string
            example: superman
        - name: cursor
          in: query
          description: ''
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  timeline:
                    - type: tweet
                      tweet_id: '2054417411810439468'
                      screen_name: INYEBIC
                      bookmarks: 0
                      favorites: 3
                      created_at: Wed May 13 04:24:14 +0000 2026
                      text: >-
                        if flash not playing he he could phase through the
                        universe in a second


                        superman just a big human bullet


                        deadpool has 4thwall breaks so possibly just rewrite
                        history


                        spiderman lowest on this tier
                      lang: en
                      source: >-
                        <a href="https://mobile.twitter.com"
                        rel="nofollow">Twitter Web App</a>
                      conversation_id: '2054417411810439468'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: '2054161790682947809'
                      community_id: '1515423380715020296'
                      author_id: '1327297026632146950'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '385'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1327297026632146950'
                        screen_name: INYEBIC
                        verified: false
                        protected: false
                        pinned_tweet_id: '2047914580404215940'
                        name: INYEBI
                        withheld: null
                        description: |-
                          I am Jaden Inyebi
                          I will be king of the artist
                        entities:
                          description: []
                          url:
                            urls:
                              - display_url: linktr.ee/65Lights
                                expanded_url: https://linktr.ee/65Lights
                                indices:
                                  - 0
                                  - 23
                                url: https://t.co/rk0DbAxYbj
                        location: Lucid Hill, Raq 03
                        followers_count: 250
                        favourites_count: 2501
                        profile_image_url: null
                        friends_count: 134
                        created_at: Fri Nov 13 17:17:09 +0000 2020
                      media: []
                    - type: tweet
                      tweet_id: '2054299345340497978'
                      screen_name: OsquiGeek
                      bookmarks: 0
                      favorites: 0
                      created_at: Tue May 12 20:35:05 +0000 2026
                      text: >-
                        Mientras tanto, Kara, modelándose a sí misma según su
                        primo kryptoniano, ahora está en la búsqueda de una
                        pareja terrícola y tiene sus miras puestas en Jimmy. Es
                        en este período de cambio y autodescubrimiento que
                        llegan los otros Supermans". https://t.co/VvJsOp09hy
                      lang: es
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054299330685604243'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1955128524957949952'
                      in_reply_to: '2054299330685604243'
                      quoted_from: null
                      community_id: '1542543876862484480'
                      author_id: '1955128524957949952'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: null
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/VvJsOp09hy
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054299345340497978/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054299335832080385'
                            indices:
                              - 242
                              - 265
                            media_key: '3_2054299335832080385'
                            media_results:
                              result:
                                media_key: '3_2054299335832080385'
                            media_url_https: https://pbs.twimg.com/media/HIJWXJ6XkAEAUou.jpg
                            original_info:
                              focus_rects:
                                - h: 895
                                  w: 1598
                                  x: 0
                                  'y': 0
                                - h: 1151
                                  w: 1151
                                  x: 447
                                  'y': 0
                                - h: 1151
                                  w: 1010
                                  x: 573
                                  'y': 0
                                - h: 1151
                                  w: 576
                                  x: 790
                                  'y': 0
                                - h: 1151
                                  w: 1598
                                  x: 0
                                  'y': 0
                              height: 1151
                              width: 1598
                            sizes:
                              large:
                                h: 1151
                                resize: fit
                                w: 1598
                              medium:
                                h: 864
                                resize: fit
                                w: 1200
                              small:
                                h: 490
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/VvJsOp09hy
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1955128524957949952'
                        screen_name: OsquiGeek
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: OsquiGeek
                        withheld: null
                        description: >-
                          En OsquiGeek te pondré al tanto de las últimas
                          novedades en cine, series, entretenimiento geek,
                          videojuegos, caricaturas, música y mucho más
                          🤩🍿🥤📽️📺❤️.
                        entities:
                          description: []
                        location: Lima, Perú
                        followers_count: 39
                        favourites_count: 44
                        profile_image_url: null
                        friends_count: 31
                        created_at: Tue Aug 12 04:46:06 +0000 2025
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIJWXJ6XkAEAUou.jpg
                            id: '2054299335832080385'
                    - type: tweet
                      tweet_id: '2054299261047619971'
                      screen_name: OsquiGeek
                      bookmarks: 0
                      favorites: 0
                      created_at: Tue May 12 20:34:45 +0000 2026
                      text: >-
                        Mientras tanto, Kara, modelándose a sí misma según su
                        primo kryptoniano, ahora está en la búsqueda de una
                        pareja terrícola y tiene sus miras puestas en Jimmy. Es
                        en este período de cambio y autodescubrimiento que
                        llegan los otros Supermans". https://t.co/OYa8srXkCu
                      lang: es
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054299245067350235'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1955128524957949952'
                      in_reply_to: '2054299245067350235'
                      quoted_from: null
                      community_id: '1506783762952167426'
                      author_id: '1955128524957949952'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: null
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/OYa8srXkCu
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054299261047619971/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054299250536677376'
                            indices:
                              - 242
                              - 265
                            media_key: '3_2054299250536677376'
                            media_results:
                              result:
                                media_key: '3_2054299250536677376'
                            media_url_https: https://pbs.twimg.com/media/HIJWSMKXAAAZ9ZG.jpg
                            original_info:
                              focus_rects:
                                - h: 895
                                  w: 1598
                                  x: 0
                                  'y': 0
                                - h: 1151
                                  w: 1151
                                  x: 447
                                  'y': 0
                                - h: 1151
                                  w: 1010
                                  x: 573
                                  'y': 0
                                - h: 1151
                                  w: 576
                                  x: 790
                                  'y': 0
                                - h: 1151
                                  w: 1598
                                  x: 0
                                  'y': 0
                              height: 1151
                              width: 1598
                            sizes:
                              large:
                                h: 1151
                                resize: fit
                                w: 1598
                              medium:
                                h: 864
                                resize: fit
                                w: 1200
                              small:
                                h: 490
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/OYa8srXkCu
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1955128524957949952'
                        screen_name: OsquiGeek
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: OsquiGeek
                        withheld: null
                        description: >-
                          En OsquiGeek te pondré al tanto de las últimas
                          novedades en cine, series, entretenimiento geek,
                          videojuegos, caricaturas, música y mucho más
                          🤩🍿🥤📽️📺❤️.
                        entities:
                          description: []
                        location: Lima, Perú
                        followers_count: 39
                        favourites_count: 44
                        profile_image_url: null
                        friends_count: 31
                        created_at: Tue Aug 12 04:46:06 +0000 2025
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIJWSMKXAAAZ9ZG.jpg
                            id: '2054299250536677376'
                    - type: tweet
                      tweet_id: '2054299145255481504'
                      screen_name: OsquiGeek
                      bookmarks: 0
                      favorites: 0
                      created_at: Tue May 12 20:34:17 +0000 2026
                      text: >-
                        Mientras tanto, Kara, modelándose a sí misma según su
                        primo kryptoniano, ahora está en la búsqueda de una
                        pareja terrícola y tiene sus miras puestas en Jimmy. Es
                        en este período de cambio y autodescubrimiento que
                        llegan los otros Supermans". https://t.co/byoteVOfVH
                      lang: es
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054299130357293270'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1955128524957949952'
                      in_reply_to: '2054299130357293270'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1955128524957949952'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: null
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/byoteVOfVH
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054299145255481504/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054299134530609152'
                            indices:
                              - 242
                              - 265
                            media_key: '3_2054299134530609152'
                            media_results:
                              result:
                                media_key: '3_2054299134530609152'
                            media_url_https: https://pbs.twimg.com/media/HIJWLcAW4AA7fpX.jpg
                            original_info:
                              focus_rects:
                                - h: 895
                                  w: 1598
                                  x: 0
                                  'y': 0
                                - h: 1151
                                  w: 1151
                                  x: 447
                                  'y': 0
                                - h: 1151
                                  w: 1010
                                  x: 573
                                  'y': 0
                                - h: 1151
                                  w: 576
                                  x: 790
                                  'y': 0
                                - h: 1151
                                  w: 1598
                                  x: 0
                                  'y': 0
                              height: 1151
                              width: 1598
                            sizes:
                              large:
                                h: 1151
                                resize: fit
                                w: 1598
                              medium:
                                h: 864
                                resize: fit
                                w: 1200
                              small:
                                h: 490
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/byoteVOfVH
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1955128524957949952'
                        screen_name: OsquiGeek
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: OsquiGeek
                        withheld: null
                        description: >-
                          En OsquiGeek te pondré al tanto de las últimas
                          novedades en cine, series, entretenimiento geek,
                          videojuegos, caricaturas, música y mucho más
                          🤩🍿🥤📽️📺❤️.
                        entities:
                          description: []
                        location: Lima, Perú
                        followers_count: 39
                        favourites_count: 44
                        profile_image_url: null
                        friends_count: 31
                        created_at: Tue Aug 12 04:46:06 +0000 2025
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIJWLcAW4AA7fpX.jpg
                            id: '2054299134530609152'
                    - type: tweet
                      tweet_id: '2054283720979546601'
                      screen_name: CryptoMusk189
                      bookmarks: 0
                      favorites: 3
                      created_at: Tue May 12 19:33:00 +0000 2026
                      text: >-
                        Clav looks like Clark Kent  (Superman) with his new hair
                        ngl
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054283720979546601'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1992797520259346880'
                      author_id: '2581076664'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '379'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '2581076664'
                        screen_name: CryptoMusk189
                        verified: false
                        protected: false
                        pinned_tweet_id: '2022283909422309794'
                        name: CRYPTO MUSK
                        withheld: null
                        description: >-
                          DeFi Writer • AI Video Content Creator • Creative
                          Technologist
                        entities:
                          description: []
                        location: Bali
                        followers_count: 115
                        favourites_count: 56172
                        profile_image_url: null
                        friends_count: 154
                        created_at: Sat Jun 21 21:57:02 +0000 2014
                      media: []
                    - type: tweet
                      tweet_id: '2054277044586811520'
                      screen_name: dhebshxbxbb
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 19:06:28 +0000 2026
                      text: '@Superman_Lives1 comedian/actor colin jost'
                      lang: ro
                      source: >-
                        <a href="https://mobile.twitter.com"
                        rel="nofollow">Twitter Web App</a>
                      conversation_id: '2054057713324184019'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1524850299348959247'
                      in_reply_to: '2054266543807115383'
                      quoted_from: null
                      community_id: '1840098267734188337'
                      author_id: '1777111986158882816'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '12'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1524850299348959247'
                            indices:
                              - 0
                              - 16
                            name: Superman Lives On
                            screen_name: Superman_Lives1
                      user_info:
                        id: '1777111986158882816'
                        screen_name: dhebshxbxbb
                        verified: false
                        protected: false
                        pinned_tweet_id: '1789852706623865124'
                        name: shitpost spidey (🎯🔫
                        withheld: null
                        description: |-
                          with great power comes great responsibility

                           Booster Gold is the GOAT!! ⭐️🐐

                          Marvel/DC 🎬🕷️ ⭐️🦇

                          no i don’t actually shitpost that’s just my name 😂
                        entities:
                          description: []
                        location: 'london 🇨🇦 '
                        followers_count: 737
                        favourites_count: 37740
                        profile_image_url: null
                        friends_count: 227
                        created_at: Sun Apr 07 23:11:39 +0000 2024
                      media: []
                    - type: tweet
                      tweet_id: '2054274464662102295'
                      screen_name: HypeSuperman
                      bookmarks: 0
                      favorites: 13
                      created_at: Tue May 12 18:56:13 +0000 2026
                      text: >-
                        22 days till absolute Superman issue 20 is released.
                        https://t.co/eMM3SwxLBR
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054274464662102295'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1901695988701728970'
                      author_id: '1902153063139364864'
                      quotes: 0
                      replies: 0
                      retweets: 2
                      views: '169'
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/eMM3SwxLBR
                            expanded_url: >-
                              https://x.com/HypeSuperman/status/2054274464662102295/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054274462065868800'
                            indices:
                              - 53
                              - 76
                            media_key: '3_2054274462065868800'
                            media_results:
                              result:
                                media_key: '3_2054274462065868800'
                            media_url_https: https://pbs.twimg.com/media/HII_vT6XwAAGWZv.jpg
                            original_info:
                              focus_rects:
                                - h: 504
                                  w: 900
                                  x: 0
                                  'y': 601
                                - h: 900
                                  w: 900
                                  x: 0
                                  'y': 403
                                - h: 1026
                                  w: 900
                                  x: 0
                                  'y': 340
                                - h: 1367
                                  w: 684
                                  x: 216
                                  'y': 0
                                - h: 1367
                                  w: 900
                                  x: 0
                                  'y': 0
                              height: 1367
                              width: 900
                            sizes:
                              large:
                                h: 1367
                                resize: fit
                                w: 900
                              medium:
                                h: 1200
                                resize: fit
                                w: 790
                              small:
                                h: 680
                                resize: fit
                                w: 448
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/eMM3SwxLBR
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1902153063139364864'
                        screen_name: HypeSuperman
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: 'is Absolute Superman #20 out yet?.'
                        withheld: null
                        description: is Absolute Superman issue 20 out yet?
                        entities:
                          description: []
                        location: ''
                        followers_count: 784
                        favourites_count: 12734
                        profile_image_url: null
                        friends_count: 427
                        created_at: Wed Mar 19 00:20:26 +0000 2025
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HII_vT6XwAAGWZv.jpg
                            id: '2054274462065868800'
                    - type: tweet
                      tweet_id: '2054240990907556260'
                      screen_name: Amphibiafan_Mal
                      bookmarks: 0
                      favorites: 2
                      created_at: Tue May 12 16:43:12 +0000 2026
                      text: '@supermangeek101 DARREN CRISS?!'
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054094598083842418'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '2193103322'
                      in_reply_to: '2054094598083842418'
                      quoted_from: null
                      community_id: '1589365710655979520'
                      author_id: '1388921462053081092'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '70'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '2193103322'
                            indices:
                              - 0
                              - 16
                            name: 'Josh 💛 #DunePart3 & #Supergirl #BlackLivesMatter'
                            screen_name: supermangeek101
                      user_info:
                        id: '1388921462053081092'
                        screen_name: Amphibiafan_Mal
                        verified: false
                        protected: false
                        pinned_tweet_id: '1525844912805134336'
                        name: Mal (Follower Of Abaddon)
                        withheld: null
                        description: >-
                          22, she/her, ♒️, Michigander, Fan of Amphibia, The Owl
                          House, Haunted Hotel, Camp Camp, TGAMM, Inside Job,
                          MGADD, etc. Author of The Calamity Girls Trilogy
                        entities:
                          description: []
                        location: Wartwood, Amphibia
                        followers_count: 2238
                        favourites_count: 74001
                        profile_image_url: null
                        friends_count: 4973
                        created_at: Sun May 02 18:21:14 +0000 2021
                      media: []
                    - type: tweet
                      tweet_id: '2054213667206439232'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 0
                      created_at: Tue May 12 14:54:38 +0000 2026
                      text: >-
                        @DCUclarkk I got it! Here’s a sure way for her to
                        totally dismiss the possibility that Superman and Clark
                        Kent are the same person.Simply just appear to her as
                        Batman and say “I’m going to reveal to you my secret
                        identity” and then  take off the mask but quickly put on
                        a pair of glasses. https://t.co/6PF80afK2S
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1539985674174177281'
                      in_reply_to: '2054212251028963361'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '13'
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/6PF80afK2S
                            expanded_url: >-
                              https://x.com/Michael56410712/status/2054213667206439232/photo/1
                            ext_alt_text: The Hangover Alan GIF
                            ext_media_availability:
                              status: Available
                            id_str: '2054213661179203584'
                            indices:
                              - 289
                              - 312
                            media_key: '16_2054213661179203584'
                            media_results:
                              result:
                                media_key: '16_2054213661179203584'
                            media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIIcO9XUAA4qlM.jpg
                            original_info:
                              focus_rects: []
                              height: 210
                              width: 498
                            sizes:
                              large:
                                h: 210
                                resize: fit
                                w: 498
                              medium:
                                h: 210
                                resize: fit
                                w: 498
                              small:
                                h: 210
                                resize: fit
                                w: 498
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: animated_gif
                            url: https://t.co/6PF80afK2S
                            video_info:
                              aspect_ratio:
                                - 83
                                - 35
                              variants:
                                - bitrate: 0
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/tweet_video/HIIIcO9XUAA4qlM.mp4
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media:
                        video:
                          - media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIIcO9XUAA4qlM.jpg
                            variants:
                              - bitrate: 0
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/tweet_video/HIIIcO9XUAA4qlM.mp4
                            aspect_ratio:
                              - 83
                              - 35
                            duration: null
                            original_info:
                              focus_rects: []
                              height: 210
                              width: 498
                            id: '2054213661179203584'
                    - type: tweet
                      tweet_id: '2054212251028963361'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 14:49:00 +0000 2026
                      text: >-
                        @DCUclarkk How about we just use red kryptonite? I mean
                        what are the chances that we could get Superman red and
                        Superman blue?


                        Uhh. Then again that might be a bad idea. We don’t know
                        if that would work or not. And we wouldn’t want there to
                        be any weird side effects. https://t.co/5GMEhTchHs
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1539985674174177281'
                      in_reply_to: '2054211391804920294'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '21'
                      entities:
                        hashtags: []
                        media:
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/5GMEhTchHs
                            expanded_url: >-
                              https://x.com/Michael56410712/status/2054212251028963361/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 36
                                    w: 36
                                    x: 299
                                    'y': 89
                                  - h: 40
                                    w: 40
                                    x: 194
                                    'y': 110
                              medium:
                                faces:
                                  - h: 36
                                    w: 36
                                    x: 299
                                    'y': 89
                                  - h: 40
                                    w: 40
                                    x: 194
                                    'y': 110
                              orig:
                                faces:
                                  - h: 36
                                    w: 36
                                    x: 299
                                    'y': 89
                                  - h: 40
                                    w: 40
                                    x: 194
                                    'y': 110
                              small:
                                faces:
                                  - h: 36
                                    w: 36
                                    x: 299
                                    'y': 89
                                  - h: 40
                                    w: 40
                                    x: 194
                                    'y': 110
                            id_str: '2054212246033575936'
                            indices:
                              - 268
                              - 291
                            media_key: '3_2054212246033575936'
                            media_results:
                              result:
                                media_key: '3_2054212246033575936'
                            media_url_https: https://pbs.twimg.com/media/HIIHJ3IWsAATBGb.jpg
                            original_info:
                              focus_rects:
                                - h: 265
                                  w: 474
                                  x: 0
                                  'y': 0
                                - h: 359
                                  w: 359
                                  x: 0
                                  'y': 0
                                - h: 359
                                  w: 315
                                  x: 0
                                  'y': 0
                                - h: 359
                                  w: 180
                                  x: 0
                                  'y': 0
                                - h: 359
                                  w: 474
                                  x: 0
                                  'y': 0
                              height: 359
                              width: 474
                            sizes:
                              large:
                                h: 359
                                resize: fit
                                w: 474
                              medium:
                                h: 359
                                resize: fit
                                w: 474
                              small:
                                h: 359
                                resize: fit
                                w: 474
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/5GMEhTchHs
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/5GMEhTchHs
                            expanded_url: >-
                              https://x.com/Michael56410712/status/2054212251028963361/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054212246033547264'
                            indices:
                              - 268
                              - 291
                            media_key: '3_2054212246033547264'
                            media_results:
                              result:
                                media_key: '3_2054212246033547264'
                            media_url_https: https://pbs.twimg.com/media/HIIHJ3IWQAA7qqf.jpg
                            original_info:
                              focus_rects:
                                - h: 237
                                  w: 423
                                  x: 0
                                  'y': 0
                                - h: 237
                                  w: 237
                                  x: 83
                                  'y': 0
                                - h: 237
                                  w: 208
                                  x: 97
                                  'y': 0
                                - h: 237
                                  w: 119
                                  x: 142
                                  'y': 0
                                - h: 237
                                  w: 474
                                  x: 0
                                  'y': 0
                              height: 237
                              width: 474
                            sizes:
                              large:
                                h: 237
                                resize: fit
                                w: 474
                              medium:
                                h: 237
                                resize: fit
                                w: 474
                              small:
                                h: 237
                                resize: fit
                                w: 474
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/5GMEhTchHs
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIIHJ3IWsAATBGb.jpg
                            id: '2054212246033575936'
                          - media_url_https: https://pbs.twimg.com/media/HIIHJ3IWQAA7qqf.jpg
                            id: '2054212246033547264'
                    - type: tweet
                      tweet_id: '2054211391804920294'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 14:45:35 +0000 2026
                      text: >-
                        @DCUclarkk So Clayface could pretend to be Plasticman,
                        Plasticman could pretend to be Martian Manhunter,
                        Martian Manhunter could pretend to be Clark Kent, and
                        you can appear as Superman….. Surely that would throw
                        off any suspicion that Clark Kent and Superman are the
                        same guy right?
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1539985674174177281'
                      in_reply_to: '2054210796184383620'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '51'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media: []
                    - type: tweet
                      tweet_id: '2054210096746348851'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 14:40:27 +0000 2026
                      text: >-
                        @DCUclarkk Although, maybe ask plastic man to shape
                        shift as Martian Manhunter, Martian Manhunter Shapeshift
                        as Clark, and you appear as Superman. I highly doubt she
                        would think of plastic man to be in the same room.
                        There! Problem solved!😄 https://t.co/sbv1l6abWF
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1539985674174177281'
                      in_reply_to: '2054208139109580945'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '88'
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/sbv1l6abWF
                            expanded_url: >-
                              https://x.com/Michael56410712/status/2054210096746348851/photo/1
                            ext_alt_text: Plastic Man Batman The Brave And The Bold GIF
                            ext_media_availability:
                              status: Available
                            id_str: '2054210090731745280'
                            indices:
                              - 241
                              - 264
                            media_key: '16_2054210090731745280'
                            media_results:
                              result:
                                media_key: '16_2054210090731745280'
                            media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIFMaAWsAAoPwc.jpg
                            original_info:
                              focus_rects: []
                              height: 280
                              width: 498
                            sizes:
                              large:
                                h: 280
                                resize: fit
                                w: 498
                              medium:
                                h: 280
                                resize: fit
                                w: 498
                              small:
                                h: 280
                                resize: fit
                                w: 498
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: animated_gif
                            url: https://t.co/sbv1l6abWF
                            video_info:
                              aspect_ratio:
                                - 249
                                - 140
                              variants:
                                - bitrate: 0
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/tweet_video/HIIFMaAWsAAoPwc.mp4
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media:
                        video:
                          - media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIFMaAWsAAoPwc.jpg
                            variants:
                              - bitrate: 0
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/tweet_video/HIIFMaAWsAAoPwc.mp4
                            aspect_ratio:
                              - 249
                              - 140
                            duration: null
                            original_info:
                              focus_rects: []
                              height: 280
                              width: 498
                            id: '2054210090731745280'
                    - type: tweet
                      tweet_id: '2054208139109580945'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 14:32:40 +0000 2026
                      text: >-
                        @DCUclarkk However if she expects to see Clark Kent,
                        Superman, and Martian Manhunter all in the same room
                        then that might be a problem.😅
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1858338383300325376'
                      in_reply_to: '2054207780458807442'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '29'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media: []
                    - type: tweet
                      tweet_id: '2054207527575773267'
                      screen_name: Michael56410712
                      bookmarks: 0
                      favorites: 2
                      created_at: Tue May 12 14:30:14 +0000 2026
                      text: >-
                        @DCUclarkk Can you ask J'onn J'onzz to pretend he’s you?
                        If she sees both Superman and Clark side by side that
                        might help. https://t.co/QeG96ci8sB
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1858338383300325376'
                      in_reply_to: '2054189123951272015'
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1539985674174177281'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '50'
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/QeG96ci8sB
                            expanded_url: >-
                              https://x.com/Michael56410712/status/2054207527575773267/photo/1
                            ext_alt_text: Justice League Cartoon GIF
                            ext_media_availability:
                              status: Available
                            id_str: '2054207520835612672'
                            indices:
                              - 123
                              - 146
                            media_key: '16_2054207520835612672'
                            media_results:
                              result:
                                media_key: '16_2054207520835612672'
                            media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIC20ZXsAAngo5.jpg
                            original_info:
                              focus_rects: []
                              height: 372
                              width: 498
                            sizes:
                              large:
                                h: 372
                                resize: fit
                                w: 498
                              medium:
                                h: 372
                                resize: fit
                                w: 498
                              small:
                                h: 372
                                resize: fit
                                w: 498
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: animated_gif
                            url: https://t.co/QeG96ci8sB
                            video_info:
                              aspect_ratio:
                                - 83
                                - 62
                              variants:
                                - bitrate: 0
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/tweet_video/HIIC20ZXsAAngo5.mp4
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1858338383300325376'
                            indices:
                              - 0
                              - 10
                            name: Clark
                            screen_name: DCUclarkk
                      user_info:
                        id: '1539985674174177281'
                        screen_name: Michael56410712
                        verified: false
                        protected: false
                        pinned_tweet_id: '1875720468189343934'
                        name: S MAN 1978
                        withheld: null
                        description: >-
                          I’m a Catholic Christian,Superman fan,and optimist.I
                          block hate speech

                          #RespectCatholicism

                          #RespectChristianity

                          #StopCatholicHate

                          #StopChristianHate

                          #Peace
                        entities:
                          description: []
                        location: ''
                        followers_count: 663
                        favourites_count: 28110
                        profile_image_url: null
                        friends_count: 520
                        created_at: Thu Jun 23 14:57:22 +0000 2022
                      media:
                        video:
                          - media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIIC20ZXsAAngo5.jpg
                            variants:
                              - bitrate: 0
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/tweet_video/HIIC20ZXsAAngo5.mp4
                            aspect_ratio:
                              - 83
                              - 62
                            duration: null
                            original_info:
                              focus_rects: []
                              height: 372
                              width: 498
                            id: '2054207520835612672'
                    - type: tweet
                      tweet_id: '2054201017986896213'
                      screen_name: meme_centrx
                      bookmarks: 0
                      favorites: 0
                      created_at: Tue May 12 14:04:22 +0000 2026
                      text: >-
                        Superman Born on Krypton… But Raised on VITURMIMTE? What
                        Powers Would He Have? Mind-Blowing Alternate Fate!

                        Check this 👇

                        https://t.co/d82LvAdcP2
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054201017986896213'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: '2054196331011621210'
                      community_id: '1829109509425598547'
                      author_id: '1227875317974368256'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '296'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls:
                          - display_url: x.com/i/status/20541…
                            expanded_url: https://x.com/i/status/2054196331011621210
                            indices:
                              - 121
                              - 144
                            url: https://t.co/d82LvAdcP2
                        user_mentions: []
                      user_info:
                        id: '1227875317974368256'
                        screen_name: meme_centrx
                        verified: false
                        protected: false
                        pinned_tweet_id: '2054196331011621210'
                        name: Meme Central
                        withheld: null
                        description: >-
                          "Warning: Content may cause uncontrollable laughter.
                          Follow at your own risk. ⚠️😆"
                        entities:
                          description: []
                        location: 'Global '
                        followers_count: 1483
                        favourites_count: 6156
                        profile_image_url: null
                        friends_count: 1223
                        created_at: Thu Feb 13 08:41:25 +0000 2020
                      media: []
                    - type: tweet
                      tweet_id: '2054189123951272015'
                      screen_name: DCUclarkk
                      bookmarks: 1
                      favorites: 52
                      created_at: Tue May 12 13:17:06 +0000 2026
                      text: >-
                        I think she knows I’m Superman guys
                        https://t.co/2erzLoh0UF
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054189123951272015'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1874501912155893969'
                      author_id: '1858338383300325376'
                      quotes: 0
                      replies: 8
                      retweets: 4
                      views: '1864'
                      entities:
                        hashtags: []
                        media:
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/2erzLoh0UF
                            expanded_url: >-
                              https://x.com/DCUclarkk/status/2054189123951272015/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054189120671375360'
                            indices:
                              - 36
                              - 59
                            media_key: '3_2054189120671375360'
                            media_results:
                              result:
                                media_key: '3_2054189120671375360'
                            media_url_https: https://pbs.twimg.com/media/HIHyHycW4AAnZTT.jpg
                            original_info:
                              focus_rects:
                                - h: 454
                                  w: 811
                                  x: 0
                                  'y': 251
                                - h: 811
                                  w: 811
                                  x: 0
                                  'y': 21
                                - h: 832
                                  w: 730
                                  x: 0
                                  'y': 0
                                - h: 832
                                  w: 416
                                  x: 20
                                  'y': 0
                                - h: 832
                                  w: 811
                                  x: 0
                                  'y': 0
                              height: 832
                              width: 811
                            sizes:
                              large:
                                h: 832
                                resize: fit
                                w: 811
                              medium:
                                h: 832
                                resize: fit
                                w: 811
                              small:
                                h: 680
                                resize: fit
                                w: 663
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/2erzLoh0UF
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/2erzLoh0UF
                            expanded_url: >-
                              https://x.com/DCUclarkk/status/2054189123951272015/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 124
                                    w: 124
                                    x: 90
                                    'y': 49
                              medium:
                                faces:
                                  - h: 124
                                    w: 124
                                    x: 90
                                    'y': 49
                              orig:
                                faces:
                                  - h: 124
                                    w: 124
                                    x: 90
                                    'y': 49
                              small:
                                faces:
                                  - h: 124
                                    w: 124
                                    x: 90
                                    'y': 49
                            id_str: '2054189120679723009'
                            indices:
                              - 36
                              - 59
                            media_key: '3_2054189120679723009'
                            media_results:
                              result:
                                media_key: '3_2054189120679723009'
                            media_url_https: https://pbs.twimg.com/media/HIHyHyeWQAEp0fe.jpg
                            original_info:
                              focus_rects:
                                - h: 161
                                  w: 287
                                  x: 0
                                  'y': 32
                                - h: 287
                                  w: 287
                                  x: 0
                                  'y': 0
                                - h: 301
                                  w: 264
                                  x: 10
                                  'y': 0
                                - h: 301
                                  w: 151
                                  x: 67
                                  'y': 0
                                - h: 301
                                  w: 287
                                  x: 0
                                  'y': 0
                              height: 301
                              width: 287
                            sizes:
                              large:
                                h: 301
                                resize: fit
                                w: 287
                              medium:
                                h: 301
                                resize: fit
                                w: 287
                              small:
                                h: 301
                                resize: fit
                                w: 287
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/2erzLoh0UF
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1858338383300325376'
                        screen_name: DCUclarkk
                        verified: false
                        protected: false
                        pinned_tweet_id: '1946020828593758405'
                        name: Clark
                        withheld: null
                        description: ''
                        entities:
                          description: []
                        location: 'Metropolis '
                        followers_count: 12718
                        favourites_count: 10003
                        profile_image_url: null
                        friends_count: 1238
                        created_at: Mon Nov 18 02:36:23 +0000 2024
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIHyHycW4AAnZTT.jpg
                            id: '2054189120671375360'
                          - media_url_https: https://pbs.twimg.com/media/HIHyHyeWQAEp0fe.jpg
                            id: '2054189120679723009'
                    - type: tweet
                      tweet_id: '2054187722617541047'
                      screen_name: dontcallmetyo
                      bookmarks: 0
                      favorites: 6
                      created_at: Tue May 12 13:11:32 +0000 2026
                      text: >-
                        FUCK SUPERMAN WE NEED $BOOMER 


                        DdQxum2zU2TZS7tXoTFTMGSbetxdVMEjNX768X3JtooQ
                        https://t.co/3fwprLBnJt
                      lang: de
                      source: >-
                        <a href="https://mobile.twitter.com"
                        rel="nofollow">Twitter Web App</a>
                      conversation_id: '2054187722617541047'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1992137077777977846'
                      author_id: '1341140130225074182'
                      quotes: 0
                      replies: 0
                      retweets: 2
                      views: '546'
                      entities:
                        hashtags: []
                        media:
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/3fwprLBnJt
                            expanded_url: >-
                              https://x.com/dontcallmetyo/status/2054187722617541047/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054187717504675841'
                            indices:
                              - 77
                              - 100
                            media_key: '3_2054187717504675841'
                            media_results:
                              result:
                                media_key: '3_2054187717504675841'
                            media_url_https: https://pbs.twimg.com/media/HIHw2HPWMAEo8l_.jpg
                            original_info:
                              focus_rects:
                                - h: 663
                                  w: 1184
                                  x: 0
                                  'y': 0
                                - h: 864
                                  w: 864
                                  x: 320
                                  'y': 0
                                - h: 864
                                  w: 758
                                  x: 418
                                  'y': 0
                                - h: 864
                                  w: 432
                                  x: 581
                                  'y': 0
                                - h: 864
                                  w: 1184
                                  x: 0
                                  'y': 0
                              height: 864
                              width: 1184
                            sizes:
                              large:
                                h: 864
                                resize: fit
                                w: 1184
                              medium:
                                h: 864
                                resize: fit
                                w: 1184
                              small:
                                h: 496
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/3fwprLBnJt
                        symbols:
                          - indices:
                              - 22
                              - 29
                            text: BOOMER
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1341140130225074182'
                        screen_name: dontcallmetyo
                        verified: false
                        protected: false
                        pinned_tweet_id: '2054160593372823863'
                        name: Tyo (PreRichArc)
                        withheld: null
                        description: Is it a shitter or am I early?
                        entities:
                          description: []
                          url:
                            urls:
                              - display_url: t.me/dontcallmecall…
                                expanded_url: https://t.me/dontcallmecallss
                                indices:
                                  - 0
                                  - 23
                                url: https://t.co/RvGFPyxBJc
                        location: ''
                        followers_count: 8198
                        favourites_count: 1724
                        profile_image_url: null
                        friends_count: 1450
                        created_at: Mon Dec 21 21:56:46 +0000 2020
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIHw2HPWMAEo8l_.jpg
                            id: '2054187717504675841'
                    - type: tweet
                      tweet_id: '2054170395016843762'
                      screen_name: OpsRemo
                      bookmarks: 0
                      favorites: 3
                      created_at: Tue May 12 12:02:41 +0000 2026
                      text: >-
                        Maybe it’s Amazing-Man 👀

                        He actually interacted with Maxima in the comics before,
                        and James Gunn has a history of turning unknown DC
                        characters into fan favorites. That’s literally his
                        specialty.


                        #manoftomorrow #superman #dcu  @JamesGunn
                        https://t.co/EZPIvX9TiB
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054170395016843762'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: '2054001502130217013'
                      community_id: '1840098267734188337'
                      author_id: '1760466113953943552'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '192'
                      entities:
                        hashtags:
                          - indices:
                              - 197
                              - 211
                            text: manoftomorrow
                          - indices:
                              - 212
                              - 221
                            text: superman
                          - indices:
                              - 222
                              - 226
                            text: dcu
                        media:
                          - display_url: pic.x.com/EZPIvX9TiB
                            expanded_url: >-
                              https://x.com/OpsRemo/status/2054170395016843762/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces: []
                              medium:
                                faces: []
                              orig:
                                faces: []
                              small:
                                faces: []
                            id_str: '2054170379812540416'
                            indices:
                              - 239
                              - 262
                            media_key: '3_2054170379812540416'
                            media_results:
                              result:
                                media_key: '3_2054170379812540416'
                            media_url_https: https://pbs.twimg.com/media/HIHhE7TbEAAmXD5.jpg
                            original_info:
                              focus_rects:
                                - h: 207
                                  w: 369
                                  x: 0
                                  'y': 35
                                - h: 344
                                  w: 344
                                  x: 25
                                  'y': 0
                                - h: 344
                                  w: 302
                                  x: 67
                                  'y': 0
                                - h: 344
                                  w: 172
                                  x: 181
                                  'y': 0
                                - h: 344
                                  w: 369
                                  x: 0
                                  'y': 0
                              height: 344
                              width: 369
                            sizes:
                              large:
                                h: 344
                                resize: fit
                                w: 369
                              medium:
                                h: 344
                                resize: fit
                                w: 369
                              small:
                                h: 344
                                resize: fit
                                w: 369
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/EZPIvX9TiB
                          - display_url: pic.x.com/EZPIvX9TiB
                            expanded_url: >-
                              https://x.com/OpsRemo/status/2054170395016843762/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 49
                                    w: 49
                                    x: 160
                                    'y': 329
                                  - h: 63
                                    w: 63
                                    x: 171
                                    'y': 80
                                  - h: 126
                                    w: 126
                                    x: 377
                                    'y': 31
                              medium:
                                faces:
                                  - h: 49
                                    w: 49
                                    x: 160
                                    'y': 329
                                  - h: 63
                                    w: 63
                                    x: 171
                                    'y': 80
                                  - h: 126
                                    w: 126
                                    x: 377
                                    'y': 31
                              orig:
                                faces:
                                  - h: 49
                                    w: 49
                                    x: 160
                                    'y': 329
                                  - h: 63
                                    w: 63
                                    x: 171
                                    'y': 80
                                  - h: 126
                                    w: 126
                                    x: 377
                                    'y': 31
                              small:
                                faces:
                                  - h: 44
                                    w: 44
                                    x: 145
                                    'y': 298
                                  - h: 57
                                    w: 57
                                    x: 155
                                    'y': 72
                                  - h: 114
                                    w: 114
                                    x: 341
                                    'y': 28
                            id_str: '2054170382404575232'
                            indices:
                              - 239
                              - 262
                            media_key: '3_2054170382404575232'
                            media_results:
                              result:
                                media_key: '3_2054170382404575232'
                            media_url_https: https://pbs.twimg.com/media/HIHhFE9aYAAr7qD.jpg
                            original_info:
                              focus_rects:
                                - h: 380
                                  w: 678
                                  x: 0
                                  'y': 0
                                - h: 678
                                  w: 678
                                  x: 0
                                  'y': 0
                                - h: 750
                                  w: 658
                                  x: 0
                                  'y': 0
                                - h: 750
                                  w: 375
                                  x: 19
                                  'y': 0
                                - h: 750
                                  w: 678
                                  x: 0
                                  'y': 0
                              height: 750
                              width: 678
                            sizes:
                              large:
                                h: 750
                                resize: fit
                                w: 678
                              medium:
                                h: 750
                                resize: fit
                                w: 678
                              small:
                                h: 680
                                resize: fit
                                w: 615
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/EZPIvX9TiB
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '14982315'
                            indices:
                              - 228
                              - 238
                            name: James Gunn
                            screen_name: JamesGunn
                      user_info:
                        id: '1760466113953943552'
                        screen_name: OpsRemo
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: omo_kun 💫
                        withheld: null
                        description: |-
                          cinefile❤️
                          otaku🥰
                          punk rocker✨
                          follow4followback✌️
                        entities:
                          description: []
                        location: ''
                        followers_count: 41
                        favourites_count: 2432
                        profile_image_url: null
                        friends_count: 81
                        created_at: Thu Feb 22 00:46:56 +0000 2024
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIHhE7TbEAAmXD5.jpg
                            id: '2054170379812540416'
                          - media_url_https: https://pbs.twimg.com/media/HIHhFE9aYAAr7qD.jpg
                            id: '2054170382404575232'
                    - type: tweet
                      tweet_id: '2054165792850080212'
                      screen_name: viv_rain96
                      bookmarks: 0
                      favorites: 1
                      created_at: Tue May 12 11:44:24 +0000 2026
                      text: |-
                        @ShadysRope @shadysmith219 @313ShadyLane 1)Puke
                        2)Superman
                        3) Love the Way You Lie
                        4)Space Bound
                        5)Stronger Than I Was
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2053617896899666054'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '4034691508'
                      in_reply_to: '2053617896899666054'
                      quoted_from: null
                      community_id: '1973157060536897540'
                      author_id: '1823428056943300608'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '12'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '4034691508'
                            indices:
                              - 0
                              - 11
                            name: 𝕷𝖎𝖑𝖎
                            screen_name: ShadysRope
                          - id_str: '1609067590894116864'
                            indices:
                              - 12
                              - 26
                            name: ✰ 𝔸𝕞𝕒𝕟𝕕𝕒 ✰
                            screen_name: shadysmith219
                          - id_str: '2047063343718944768'
                            indices:
                              - 27
                              - 40
                            name: ✰ 𝕊𝕙𝕒𝕕𝕪 𝕃𝕒𝕟𝕖 ✰
                            screen_name: 313ShadyLane
                      user_info:
                        id: '1823428056943300608'
                        screen_name: viv_rain96
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: Vivian Rain
                        withheld: null
                        description: ''
                        entities:
                          description: []
                        location: ''
                        followers_count: 29
                        favourites_count: 647
                        profile_image_url: null
                        friends_count: 75
                        created_at: Tue Aug 13 18:35:17 +0000 2024
                      media: []
                    - type: tweet
                      tweet_id: '2054103247674089779'
                      screen_name: Sesanalo
                      bookmarks: 0
                      favorites: 2
                      created_at: Tue May 12 07:35:52 +0000 2026
                      text: >-
                        @ShadysRope @dianacarames @shadysmith219 @313ShadyLane
                        Space Bound


                        Superman


                        Love the Way You Lie


                        Puke


                        Stronger Than I Was
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2053617896899666054'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '4034691508'
                      in_reply_to: '2053617896899666054'
                      quoted_from: null
                      community_id: '1973157060536897540'
                      author_id: '1742086812879683584'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '7'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '4034691508'
                            indices:
                              - 0
                              - 11
                            name: 𝕷𝖎𝖑𝖎
                            screen_name: ShadysRope
                          - id_str: '546508107'
                            indices:
                              - 12
                              - 25
                            name: Diana Carames
                            screen_name: dianacarames
                          - id_str: '1609067590894116864'
                            indices:
                              - 26
                              - 40
                            name: ✰ 𝔸𝕞𝕒𝕟𝕕𝕒 ✰
                            screen_name: shadysmith219
                          - id_str: '2047063343718944768'
                            indices:
                              - 41
                              - 54
                            name: ✰ 𝕊𝕙𝕒𝕕𝕪 𝕃𝕒𝕟𝕖 ✰
                            screen_name: 313ShadyLane
                      user_info:
                        id: '1742086812879683584'
                        screen_name: Sesanalo
                        verified: false
                        protected: false
                        pinned_tweet_id: '1976681863373607288'
                        name: E-stan
                        withheld: null
                        description: >-
                          Love good music 🎶 Rhymes 🎵Rules are made to be
                          broken
                        entities:
                          description: []
                        location: '📍 '
                        followers_count: 206
                        favourites_count: 5928
                        profile_image_url: null
                        friends_count: 763
                        created_at: Tue Jan 02 07:34:07 +0000 2024
                      media: []
                    - type: tweet
                      tweet_id: '2054099364704899152'
                      screen_name: supermangeek101
                      bookmarks: 0
                      favorites: 2
                      created_at: Tue May 12 07:20:26 +0000 2026
                      text: >-
                        So excited for Sinqua Walls performance in Man Of
                        Tomorrow as he’s a great actor! People think he’s either
                        Cyborg or Martian Manhunter! I think he could be Steel!
                        This would make sense since Man Of Tomorrow is focusing
                        on Superman’s family teaming up to fight Maxima &amp;
                        Brainiac! https://t.co/7Y6dQhDDBM
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054099364704899152'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: '2053947757337952497'
                      community_id: '1589365710655979520'
                      author_id: '2193103322'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '284'
                      entities:
                        hashtags: []
                        media:
                          - display_url: pic.x.com/7Y6dQhDDBM
                            expanded_url: >-
                              https://x.com/supermangeek101/status/2054099364704899152/photo/1
                            ext_alt_text: Hand Shake Superman GIF
                            ext_media_availability:
                              status: Available
                            id_str: '2054099358656655360'
                            indices:
                              - 283
                              - 306
                            media_key: '16_2054099358656655360'
                            media_results:
                              result:
                                media_key: '16_2054099358656655360'
                            media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIGge84WcAA252P.jpg
                            original_info:
                              focus_rects: []
                              height: 280
                              width: 498
                            sizes:
                              large:
                                h: 280
                                resize: fit
                                w: 498
                              medium:
                                h: 280
                                resize: fit
                                w: 498
                              small:
                                h: 280
                                resize: fit
                                w: 498
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: animated_gif
                            url: https://t.co/7Y6dQhDDBM
                            video_info:
                              aspect_ratio:
                                - 249
                                - 140
                              variants:
                                - bitrate: 0
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/tweet_video/HIGge84WcAA252P.mp4
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '2193103322'
                        screen_name: supermangeek101
                        verified: false
                        protected: false
                        pinned_tweet_id: '2034315635023302797'
                        name: 'Josh 💛 #DunePart3 & #Supergirl #BlackLivesMatter'
                        withheld: null
                        description: >-
                          Fan of Jaafar Jackson, Simone Ashley, Halle Bailey,
                          Ariana Grande, Ashley Hollis & Taylor Hale! Watch The
                          Devil Wears Prada 2 & Michael! #AsianLivesMatter
                        entities:
                          description: []
                          url:
                            urls:
                              - display_url: StrangerNewFilms.com
                                expanded_url: http://StrangerNewFilms.com
                                indices:
                                  - 0
                                  - 23
                                url: https://t.co/2cnlgOqUh6
                        location: Des Plaines, IL
                        followers_count: 3059
                        favourites_count: 637392
                        profile_image_url: null
                        friends_count: 5363
                        created_at: Wed Nov 13 23:11:38 +0000 2013
                      media:
                        video:
                          - media_url_https: >-
                              https://pbs.twimg.com/tweet_video_thumb/HIGge84WcAA252P.jpg
                            variants:
                              - bitrate: 0
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/tweet_video/HIGge84WcAA252P.mp4
                            aspect_ratio:
                              - 249
                              - 140
                            duration: null
                            original_info:
                              focus_rects: []
                              height: 280
                              width: 498
                            id: '2054099358656655360'
                    - type: tweet
                      tweet_id: '2054094598083842418'
                      screen_name: supermangeek101
                      bookmarks: 0
                      favorites: 7
                      created_at: Tue May 12 07:01:30 +0000 2026
                      text: >-
                        So excited for Darren Criss performance as Superboy in
                        Season 3 of My Adventures With Superman! Especially
                        after his voice acting work in Superman Unbound &amp;
                        Justice League: Crisis On Infinite Earths! Superboy is
                        scared as there’s a rift that’s causing Metropolis to
                        split in half!
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054094598083842418'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: '2053884144917139946'
                      community_id: '1589365710655979520'
                      author_id: '2193103322'
                      quotes: 0
                      replies: 1
                      retweets: 1
                      views: '453'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '2193103322'
                        screen_name: supermangeek101
                        verified: false
                        protected: false
                        pinned_tweet_id: '2034315635023302797'
                        name: 'Josh 💛 #DunePart3 & #Supergirl #BlackLivesMatter'
                        withheld: null
                        description: >-
                          Fan of Jaafar Jackson, Simone Ashley, Halle Bailey,
                          Ariana Grande, Ashley Hollis & Taylor Hale! Watch The
                          Devil Wears Prada 2 & Michael! #AsianLivesMatter
                        entities:
                          description: []
                          url:
                            urls:
                              - display_url: StrangerNewFilms.com
                                expanded_url: http://StrangerNewFilms.com
                                indices:
                                  - 0
                                  - 23
                                url: https://t.co/2cnlgOqUh6
                        location: Des Plaines, IL
                        followers_count: 3059
                        favourites_count: 637392
                        profile_image_url: null
                        friends_count: 5363
                        created_at: Wed Nov 13 23:11:38 +0000 2013
                      media: []
                    - type: tweet
                      tweet_id: '2054086395925270994'
                      screen_name: WTHELLYBRON
                      bookmarks: 0
                      favorites: 7
                      created_at: Tue May 12 06:28:54 +0000 2026
                      text: >-
                        @Bell1271919 I think most of us are just hoping he sees
                        these niggas find really fw him. He always try to be
                        Superman behind the streaming niggas
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/iphone"
                        rel="nofollow">Twitter for iPhone</a>
                      conversation_id: '2054085679047393443'
                      possibly_sensitive: null
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: '1824750090772197377'
                      in_reply_to: '2054085679047393443'
                      quoted_from: null
                      community_id: '2005087061406081465'
                      author_id: '1907269598216351744'
                      quotes: 0
                      replies: 1
                      retweets: 0
                      views: '262'
                      entities:
                        hashtags: []
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions:
                          - id_str: '1824750090772197377'
                            indices:
                              - 0
                              - 12
                            name: Bell
                            screen_name: Bell1271919
                      user_info:
                        id: '1907269598216351744'
                        screen_name: WTHELLYBRON
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: WTHellyBronJames
                        withheld: null
                        description: ''
                        entities:
                          description: []
                        location: ''
                        followers_count: 37
                        favourites_count: 11366
                        profile_image_url: null
                        friends_count: 43
                        created_at: Wed Apr 02 03:11:39 +0000 2025
                      media: []
                    - type: tweet
                      tweet_id: '2054071630620717156'
                      screen_name: meme_centrx
                      bookmarks: 0
                      favorites: 2
                      created_at: Tue May 12 05:30:14 +0000 2026
                      text: >-
                        Superman on Viturmimte Planet = New Powers, New Enemies,
                        New Destiny? 😱 Full AI Story

                        Comment down 👇 for next part https://t.co/j3nOhxoCT8
                      lang: en
                      source: >-
                        <a href="http://twitter.com/download/android"
                        rel="nofollow">Twitter for Android</a>
                      conversation_id: '2054071630620717156'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1600302257614069762'
                      author_id: '1227875317974368256'
                      quotes: 0
                      replies: 0
                      retweets: 1
                      views: '220'
                      entities:
                        hashtags: []
                        media:
                          - additional_media_info:
                              monetizable: false
                            allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/j3nOhxoCT8
                            expanded_url: >-
                              https://x.com/meme_centrx/status/2054071630620717156/video/1
                            ext_media_availability:
                              status: Available
                            id_str: '2054070979765452800'
                            indices:
                              - 115
                              - 138
                            media_key: '7_2054070979765452800'
                            media_results:
                              result:
                                media_key: '7_2054070979765452800'
                            media_url_https: >-
                              https://pbs.twimg.com/ext_tw_video_thumb/2054070979765452800/pu/img/b7g5anrga1iaqW7A.jpg
                            original_info:
                              focus_rects: []
                              height: 1280
                              width: 720
                            sizes:
                              large:
                                h: 1280
                                resize: fit
                                w: 720
                              medium:
                                h: 1200
                                resize: fit
                                w: 675
                              small:
                                h: 680
                                resize: fit
                                w: 383
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: video
                            url: https://t.co/j3nOhxoCT8
                            video_info:
                              aspect_ratio:
                                - 9
                                - 16
                              duration_millis: 179523
                              variants:
                                - content_type: application/x-mpegURL
                                  url: >-
                                    https://video.twimg.com/ext_tw_video/2054070979765452800/pu/pl/501DuN2FABAFxWpA.m3u8?tag=25
                                - bitrate: 632000
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/320x568/5ykpb3MKzlcshjVa.mp4?tag=25
                                - bitrate: 950000
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/480x852/0zswXxyNmxLbe6Di.mp4?tag=25
                                - bitrate: 2176000
                                  content_type: video/mp4
                                  url: >-
                                    https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/720x1280/g3XyukkE6taslt76.mp4?tag=25
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1227875317974368256'
                        screen_name: meme_centrx
                        verified: false
                        protected: false
                        pinned_tweet_id: '2054196331011621210'
                        name: Meme Central
                        withheld: null
                        description: >-
                          "Warning: Content may cause uncontrollable laughter.
                          Follow at your own risk. ⚠️😆"
                        entities:
                          description: []
                        location: 'Global '
                        followers_count: 1483
                        favourites_count: 6156
                        profile_image_url: null
                        friends_count: 1223
                        created_at: Thu Feb 13 08:41:25 +0000 2020
                      media:
                        video:
                          - media_url_https: >-
                              https://pbs.twimg.com/ext_tw_video_thumb/2054070979765452800/pu/img/b7g5anrga1iaqW7A.jpg
                            variants:
                              - content_type: application/x-mpegURL
                                url: >-
                                  https://video.twimg.com/ext_tw_video/2054070979765452800/pu/pl/501DuN2FABAFxWpA.m3u8?tag=25
                              - bitrate: 632000
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/320x568/5ykpb3MKzlcshjVa.mp4?tag=25
                              - bitrate: 950000
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/480x852/0zswXxyNmxLbe6Di.mp4?tag=25
                              - bitrate: 2176000
                                content_type: video/mp4
                                url: >-
                                  https://video.twimg.com/ext_tw_video/2054070979765452800/pu/vid/avc1/720x1280/g3XyukkE6taslt76.mp4?tag=25
                            aspect_ratio:
                              - 9
                              - 16
                            duration: 179523
                            original_info:
                              focus_rects: []
                              height: 1280
                              width: 720
                            id: '2054070979765452800'
                    - type: tweet
                      tweet_id: '2054046511504257306'
                      screen_name: OsquiGeek
                      bookmarks: 1
                      favorites: 0
                      created_at: Tue May 12 03:50:25 +0000 2026
                      text: >-
                        ¡BREAKING 🚨!

                        #TheHollywoodReporter anunció que #SinquaWalls se unió
                        al cast de #ManOfTomorrow en un papel desconocido.
                        Además, #MillyAlcock ya se integró a las #grabaciones de
                        la secuela de #Superman para repetir su papel de
                        #Supergirl. https://t.co/Cs7wDVPICH
                      lang: es
                      source: >-
                        <a href="https://mobile.twitter.com"
                        rel="nofollow">Twitter Web App</a>
                      conversation_id: '2054046511504257306'
                      possibly_sensitive: false
                      edit_tweet_ids: null
                      geo: null
                      limited_actions: null
                      in_reply_to_user_id: null
                      in_reply_to: null
                      quoted_from: null
                      community_id: '1542543876862484480'
                      author_id: '1955128524957949952'
                      quotes: 0
                      replies: 0
                      retweets: 0
                      views: '375'
                      entities:
                        hashtags:
                          - indices:
                              - 13
                              - 34
                            text: TheHollywoodReporter
                          - indices:
                              - 47
                              - 59
                            text: SinquaWalls
                          - indices:
                              - 79
                              - 93
                            text: ManOfTomorrow
                          - indices:
                              - 127
                              - 139
                            text: MillyAlcock
                          - indices:
                              - 160
                              - 172
                            text: grabaciones
                          - indices:
                              - 190
                              - 199
                            text: Superman
                          - indices:
                              - 225
                              - 235
                            text: Supergirl
                        media:
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/Cs7wDVPICH
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054046511504257306/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 251
                                    w: 251
                                    x: 217
                                    'y': 107
                              medium:
                                faces:
                                  - h: 251
                                    w: 251
                                    x: 217
                                    'y': 107
                              orig:
                                faces:
                                  - h: 251
                                    w: 251
                                    x: 217
                                    'y': 107
                              small:
                                faces:
                                  - h: 233
                                    w: 233
                                    x: 202
                                    'y': 99
                            id_str: '2054046457473236992'
                            indices:
                              - 237
                              - 260
                            media_key: '3_2054046457473236992'
                            media_results:
                              result:
                                media_key: '3_2054046457473236992'
                            media_url_https: https://pbs.twimg.com/media/HIFwXsnXgAAl0fo.jpg
                            original_info:
                              focus_rects:
                                - h: 409
                                  w: 730
                                  x: 0
                                  'y': 69
                                - h: 730
                                  w: 730
                                  x: 0
                                  'y': 0
                                - h: 730
                                  w: 640
                                  x: 0
                                  'y': 0
                                - h: 730
                                  w: 365
                                  x: 128
                                  'y': 0
                                - h: 730
                                  w: 730
                                  x: 0
                                  'y': 0
                              height: 730
                              width: 730
                            sizes:
                              large:
                                h: 730
                                resize: fit
                                w: 730
                              medium:
                                h: 730
                                resize: fit
                                w: 730
                              small:
                                h: 680
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/Cs7wDVPICH
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/Cs7wDVPICH
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054046511504257306/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 273
                                    w: 273
                                    x: 476
                                    'y': 168
                              medium:
                                faces:
                                  - h: 273
                                    w: 273
                                    x: 476
                                    'y': 168
                              orig:
                                faces:
                                  - h: 273
                                    w: 273
                                    x: 476
                                    'y': 168
                              small:
                                faces:
                                  - h: 154
                                    w: 154
                                    x: 269
                                    'y': 95
                            id_str: '2054046473717719040'
                            indices:
                              - 237
                              - 260
                            media_key: '3_2054046473717719040'
                            media_results:
                              result:
                                media_key: '3_2054046473717719040'
                            media_url_https: https://pbs.twimg.com/media/HIFwYpIWoAAGUsg.jpg
                            original_info:
                              focus_rects:
                                - h: 649
                                  w: 1159
                                  x: 0
                                  'y': 6
                                - h: 1159
                                  w: 1159
                                  x: 0
                                  'y': 0
                                - h: 1200
                                  w: 1053
                                  x: 104
                                  'y': 0
                                - h: 1200
                                  w: 600
                                  x: 330
                                  'y': 0
                                - h: 1200
                                  w: 1159
                                  x: 0
                                  'y': 0
                              height: 1200
                              width: 1159
                            sizes:
                              large:
                                h: 1200
                                resize: fit
                                w: 1159
                              medium:
                                h: 1200
                                resize: fit
                                w: 1159
                              small:
                                h: 680
                                resize: fit
                                w: 657
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/Cs7wDVPICH
                          - allow_download_status:
                              allow_download: true
                            display_url: pic.x.com/Cs7wDVPICH
                            expanded_url: >-
                              https://x.com/OsquiGeek/status/2054046511504257306/photo/1
                            ext_media_availability:
                              status: Available
                            features:
                              large:
                                faces:
                                  - h: 195
                                    w: 195
                                    x: 578
                                    'y': 63
                              medium:
                                faces:
                                  - h: 195
                                    w: 195
                                    x: 578
                                    'y': 63
                              orig:
                                faces:
                                  - h: 195
                                    w: 195
                                    x: 578
                                    'y': 63
                              small:
                                faces:
                                  - h: 110
                                    w: 110
                                    x: 327
                                    'y': 35
                            id_str: '2054046489370910720'
                            indices:
                              - 237
                              - 260
                            media_key: '3_2054046489370910720'
                            media_results:
                              result:
                                media_key: '3_2054046489370910720'
                            media_url_https: https://pbs.twimg.com/media/HIFwZjcXYAAStDd.jpg
                            original_info:
                              focus_rects:
                                - h: 672
                                  w: 1200
                                  x: 0
                                  'y': 0
                                - h: 675
                                  w: 675
                                  x: 353
                                  'y': 0
                                - h: 675
                                  w: 592
                                  x: 394
                                  'y': 0
                                - h: 675
                                  w: 338
                                  x: 521
                                  'y': 0
                                - h: 675
                                  w: 1200
                                  x: 0
                                  'y': 0
                              height: 675
                              width: 1200
                            sizes:
                              large:
                                h: 675
                                resize: fit
                                w: 1200
                              medium:
                                h: 675
                                resize: fit
                                w: 1200
                              small:
                                h: 383
                                resize: fit
                                w: 680
                              thumb:
                                h: 150
                                resize: crop
                                w: 150
                            type: photo
                            url: https://t.co/Cs7wDVPICH
                        symbols: []
                        timestamps: []
                        urls: []
                        user_mentions: []
                      user_info:
                        id: '1955128524957949952'
                        screen_name: OsquiGeek
                        verified: false
                        protected: false
                        pinned_tweet_id: null
                        name: OsquiGeek
                        withheld: null
                        description: >-
                          En OsquiGeek te pondré al tanto de las últimas
                          novedades en cine, series, entretenimiento geek,
                          videojuegos, caricaturas, música y mucho más
                          🤩🍿🥤📽️📺❤️.
                        entities:
                          description: []
                        location: Lima, Perú
                        followers_count: 39
                        favourites_count: 44
                        profile_image_url: null
                        friends_count: 31
                        created_at: Tue Aug 12 04:46:06 +0000 2025
                      media:
                        photo:
                          - media_url_https: https://pbs.twimg.com/media/HIFwXsnXgAAl0fo.jpg
                            id: '2054046457473236992'
                          - media_url_https: https://pbs.twimg.com/media/HIFwYpIWoAAGUsg.jpg
                            id: '2054046473717719040'
                          - media_url_https: https://pbs.twimg.com/media/HIFwZjcXYAAStDd.jpg
                            id: '2054046489370910720'
                  next_cursor: >-
                    DAAHCgABHILZVBu__-cLAAIAAAAUV3pFM056ZzFOVGM0TWpVd01EQmQIAAMAAAACAAA
                requestId: 925fab4c-9f4e-41fc-b3c7-8c12537ba686
          headers: {}
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: Missing required parameter
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/twitter/search_communities_latest?query=superman' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/twitter/search_communities_latest',
                params={"query": "superman"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"query": "superman"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/twitter/search_communities_latest?${params}`,
            {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````