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

# Get Tweet Detail

> Get Tweet Detail



## OpenAPI

````yaml /api-reference/openapi.json get /api/v2/tweet/detail
openapi: 3.1.0
info:
  title: xAPI
  description: xAPI
  version: 1.0.0
servers:
  - url: https://twitter-x-api.p.rapidapi.com
    description: RapidAPI
security: []
paths:
  /api/v2/tweet/detail:
    get:
      tags:
        - Tweet
      summary: Get Tweet Detail
      description: Get Tweet Detail
      operationId: getApiV2TweetDetail
      parameters:
        - in: query
          name: tweet_id
          schema:
            type: string
            pattern: ^\d+$
            description: Tweet ID
            example: '2088010341183787008'
          required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      id:
                        type: string
                        description: The unique identifier of the tweet
                        example: '2088010341183787008'
                      conversation_id:
                        type: string
                        description: >-
                          The identifier of the conversation to which the tweet
                          belongs
                        example: '2088010341183787008'
                      desc:
                        type: string
                        description: The text content of the tweet
                        example: >-
                          No, just the week.


                          Strong people have wills; weak people have only
                          wishes.


                          Keep making good trades with your future self. Earn
                          more and stack harder. https://t.co/mUQdFoRTfp
                      lang:
                        type: string
                        description: >-
                          The language of the tweet, represented by its language
                          code
                        example: en
                      view_count:
                        type: number
                        description: The number of times the tweet has been viewed
                        example: 224687
                      bookmark_count:
                        type: number
                        description: The number of times the tweet has been bookmarked
                        example: 17
                      favorite_count:
                        type: number
                        description: The number of times the tweet has been liked
                        example: 799
                      quote_count:
                        type: number
                        description: The number of times the tweet has been quoted
                        example: 12
                      reply_count:
                        type: number
                        description: The number of replies to the tweet
                        example: 166
                      retweet_count:
                        type: number
                        description: The number of times the tweet has been reposted
                        example: 216
                      medias:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              description: The unique identifier of the media attachment
                              example: '2088010209482682368'
                            url:
                              type: string
                              description: The direct URL of the media file
                              example: https://t.co/mUQdFoRTfp
                            media_url:
                              type: string
                              description: >-
                                The shortened URL associated with the media
                                attachment
                              example: https://pbs.twimg.com/media/HPoaOQeasAAqb3a.jpg
                            type:
                              type: string
                              description: >-
                                The type of media attachment, such as photo,
                                video, or animated GIF
                              example: photo
                            width:
                              type: number
                              description: The width of the media in pixels
                              example: 1510
                            height:
                              type: number
                              description: The height of the media in pixels
                              example: 1480
                      author:
                        type: object
                        properties:
                          id:
                            type: string
                            description: The unique identifier of the user
                            example: '357312062'
                          encoded_id:
                            type: string
                            description: The encoded representation of the user ID
                            example: VXNlcjozNTczMTIwNjI=
                          screen_name:
                            type: string
                            description: The user’s unique username
                            example: Bitcoin
                          name:
                            type: string
                            description: The display name of the user
                            example: Bitcoin
                          desc:
                            type: string
                            description: The user’s profile biography or description
                            example: >-
                              Bitcoin is an open source censorship-resistant
                              peer-to-peer immutable network. Trackable digital
                              gold. Don't trust; verify. Not your keys; not your
                              coins.
                          location:
                            type: string
                            description: The location specified in the user’s profile
                            example: Worldwide
                          birthdate:
                            type: object
                            properties:
                              day:
                                type: number
                                description: The day of the user’s birth
                                example: 3
                              month:
                                type: number
                                description: The month of the user’s birth
                                example: 1
                              year:
                                type: number
                                description: The year of the user’s birth
                                example: 2009
                          website_url:
                            type: string
                            description: >-
                              The URL of the website listed on the user’s
                              profile
                            example: https://t.co/foKG3v5VuE
                          avatar_url:
                            type: string
                            description: The URL of the user’s profile avatar image
                            example: >-
                              https://pbs.twimg.com/profile_images/421692600446619648/dWAbC2wg_normal.jpeg
                          banner_url:
                            type: string
                            description: The URL of the user’s profile banner image
                            example: >-
                              https://pbs.twimg.com/profile_banners/357312062/1566845268
                          created_at:
                            type: string
                            description: >-
                              The date and time when the user account was
                              created, formatted as a platform-specific date
                              string
                            example: Thu Aug 18 05:06:08 +0000 2011
                          created_at_unix:
                            type: number
                            description: >-
                              The user account creation time as a Unix timestamp
                              in seconds
                            example: 1313643968
                          profile_image_shape:
                            type: string
                            description: The shape used to display the user’s profile image
                            example: Circle
                          tweet_count:
                            type: number
                            description: The total number of tweets published by the user
                            example: 30158
                          media_tweet_count:
                            type: number
                            description: >-
                              The number of tweets published by the user that
                              contain media
                            example: 4574
                          follower_count:
                            type: number
                            description: The number of users following this user
                            example: 8899205
                          following_count:
                            type: number
                            description: The number of users this user follows
                            example: 13
                          favorites_count:
                            type: number
                            description: >-
                              The number of tweets the user has marked as
                              favorites
                            example: 2772
                          affiliates_count:
                            type: number
                            description: >-
                              The number of affiliations associated with the
                              user
                            example: 0
                          creator_subscriptions_count:
                            type: number
                            description: >-
                              The number of creator subscription subscribers
                              associated with the user
                            example: 0
                          is_private:
                            type: boolean
                            description: Whether the user’s account is private
                            example: false
                          is_verified:
                            type: boolean
                            description: Whether the user has a legacy verified status
                            example: false
                          is_blue_verified:
                            type: boolean
                            description: >-
                              Whether the user has an active blue verification
                              status
                            example: true
                          verification_info:
                            type: object
                            properties:
                              is_identity_verified:
                                type: boolean
                                description: >-
                                  Whether the user has completed identity
                                  verification
                                example: false
                              verified_since_msec:
                                type: string
                                description: >-
                                  The timestamp, in milliseconds since the Unix
                                  epoch, when the user was verified
                                example: '1682247319678'
                              reason:
                                type: string
                                description: >-
                                  The reason or explanation provided for the
                                  user’s verification status
                                example: This account is verified
                          can_dm:
                            type: boolean
                            description: >-
                              Whether the current user can send a direct message
                              to this user
                            example: false
                          can_media_tag:
                            type: boolean
                            description: >-
                              Whether the user allows other users to tag them in
                              media
                            example: false
                          is_profile_translatable:
                            type: boolean
                            description: Whether the user’s profile can be translated
                            example: false
                          possibly_sensitive:
                            type: boolean
                            description: >-
                              Whether the user or their profile may contain
                              potentially sensitive content
                            example: false
                          premium_gifting_eligible:
                            type: boolean
                            description: >-
                              Whether the user is eligible to receive premium
                              gifts
                            example: false
                          super_follow_eligible:
                            type: boolean
                            description: >-
                              Whether the user is eligible for the platform’s
                              creator subscription (Super Follow feature)
                            example: false
                          profile_sort_enabled:
                            type: boolean
                            description: >-
                              Whether profile sorting features are enabled for
                              the user
                            example: true
                          has_graduated_access:
                            type: boolean
                            description: >-
                              Whether the user has access to the platform’s
                              graduated access level or features
                            example: true
                          has_hidden_subscriptions_on_profile:
                            type: boolean
                            description: >-
                              Whether the user’s subscriptions are hidden from
                              their profile
                            example: false
                          urls:
                            type: array
                            items:
                              type: object
                              properties:
                                url:
                                  type: string
                                  description: >-
                                    The shortened URL as displayed in the user’s
                                    profile
                                  example: https://t.co/foKG3v5VuE
                                display_url:
                                  type: string
                                  description: The URL displayed to users in the profile
                                  example: bitcoin.org/bitcoin.pdf
                                expanded_url:
                                  type: string
                                  description: >-
                                    The full destination URL represented by the
                                    shortened URL
                                  example: https://bitcoin.org/bitcoin.pdf
                          affiliates_highlighted_label:
                            type: object
                            properties:
                              description:
                                type: string
                                description: >-
                                  The display name or description of the
                                  affiliated organization, business, or entity
                                example: ''
                              url:
                                type: string
                                description: >-
                                  The URL of the affiliated organization,
                                  business, or entity profile
                                example: ''
                              badge_url:
                                type: string
                                description: >-
                                  The URL of the badge or profile image
                                  associated with the affiliated entity
                                example: ''
                              type:
                                type: string
                                description: The type of affiliation label
                                example: ''
                          professional:
                            type: object
                            properties:
                              category:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    id:
                                      type: string
                                      description: >-
                                        The unique identifier of the
                                        professional category
                                      example: ''
                                    name:
                                      type: string
                                      description: The name of the professional category
                                      example: ''
                              id:
                                type: string
                                description: >-
                                  The unique identifier of the user’s
                                  professional profile
                                example: '1679703878185672704'
                              type:
                                type: string
                                description: >-
                                  The type of professional profile associated
                                  with the user
                                example: Business
                          parody_commentary_fan_label:
                            type: string
                            description: >-
                              The label identifying the account as parody,
                              commentary, or fan content, if applicable
                            example: None
                          pinned_tweet_ids:
                            type: array
                            items:
                              type: string
                            description: The IDs of tweets pinned to the user’s profile
                            example:
                              - '1283491850641461248'
                      in_reply_to_tweet_id:
                        type:
                          - string
                          - 'null'
                        description: >-
                          The ID of the tweet this tweet is replying to, or null
                          if it is not a reply
                        example: null
                      in_reply_to_user_id:
                        type:
                          - string
                          - 'null'
                        description: >-
                          The ID of the user who authored the tweet being
                          replied to, or null if it is not a reply
                        example: null
                      in_reply_to_screen_name:
                        type:
                          - string
                          - 'null'
                        description: >-
                          The username of the user who authored the tweet being
                          replied to, or null if it is not a reply
                        example: null
                      is_quote_status:
                        type: boolean
                        description: Whether the tweet is a quote of another tweet
                        example: true
                      quoted_status_id:
                        type:
                          - string
                          - 'null'
                        description: >-
                          The ID of the tweet quoted by this tweet, or null if
                          no tweet is quoted
                        example: '2087635216474976683'
                      is_translatable:
                        type: boolean
                        description: Whether the tweet can be translated
                        example: false
                      is_edit_eligible:
                        type: boolean
                        description: >-
                          Whether the tweet is eligible to be edited by its
                          author
                        example: true
                      possibly_sensitive:
                        type: boolean
                        description: >-
                          Whether the tweet may contain potentially sensitive
                          content
                        example: false
                      possibly_sensitive_editable:
                        type: boolean
                        description: >-
                          Whether the tweet’s sensitive-content classification
                          can be modified
                        example: true
                      created_at_unix:
                        type: number
                        description: >-
                          The date and time when the tweet was created,
                          represented as a Unix timestamp in seconds
                        example: 1786655433
                      created_at:
                        type: string
                        description: >-
                          The date and time when the tweet was created,
                          formatted as a platform-specific date string
                        example: Thu Aug 13 21:10:33 +0000 2026
                      source:
                        type: string
                        description: The client or application used to publish the tweet
                        example: Twitter Web App
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Bad request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: >-
                      Invalid API key. Go to https://docs.rapidapi.com/docs/keys
                      for more info.
        '403':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: You are not subscribed to this API.
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: 'Request failed with status 500: Internal Server Error'
                  status_code:
                    type: number
                    example: 500
      security:
        - apiKeyAuth: []
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key
      description: >-
        Rapid API Key. [How can I get Rapid API
        Key?](https://docs.xapi.sh/getting-started/quickstart)

````