Skip to main content
GET
/
v1
/
twitter
/
Tweet
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/Tweet?id=44196397' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "__typename": "Tweet",
    "lang": "en",
    "favorite_count": 364375,
    "created_at": "2022-01-25T12:30:40.000Z",
    "display_text_range": [
      0,
      60
    ],
    "entities": {
      "hashtags": [],
      "urls": [],
      "user_mentions": [
        {
          "id_str": "71026122",
          "indices": [
            33,
            43
          ],
          "name": "McDonald's",
          "screen_name": "McDonalds"
        }
      ],
      "symbols": []
    },
    "id_str": "1485953263040188416",
    "text": "I will eat a happy meal on tv if @McDonalds accepts Dogecoin",
    "user": {
      "id_str": "44196397",
      "name": "Elon Musk",
      "screen_name": "elonmusk",
      "is_blue_verified": true,
      "profile_image_shape": "Circle",
      "verified": false,
      "profile_image_url_https": "https://pbs.twimg.com/profile_images/2035314704307081216/71U1ftM3_normal.jpg",
      "highlighted_label": {
        "description": "X",
        "badge": {
          "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
        },
        "url": {
          "url": "https://twitter.com/X",
          "url_type": "DeepLink"
        },
        "user_label_type": "BusinessLabel",
        "user_label_display_type": "Badge"
      }
    },
    "edit_control": {
      "edit_tweet_ids": [
        "1485953263040188416"
      ],
      "editable_until_msecs": "1643115640242",
      "is_edit_eligible": true,
      "edits_remaining": "5"
    },
    "conversation_count": 26005,
    "news_action_type": "conversation",
    "isEdited": false,
    "isStaleEdit": false
  },
  "requestId": "da567eb8-2e2f-44b7-964e-65f6763264df"
}

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.

πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

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.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

id
string
required

Tweet ID

Example:

"1485953263040188416"

Response

The response is of type object.