Skip to main content
GET
/
v1
/
twitter
/
tweet
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/tweet?id=1671370010743263233' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "likes": null,
    "created_at": null,
    "status": "error",
    "text": null,
    "display_text": "",
    "retweets": null,
    "bookmarks": null,
    "quotes": null,
    "reply_to": null,
    "replies": null,
    "lang": null,
    "in_reply_to_screen_name": null,
    "in_reply_to_status_id_str": null,
    "in_reply_to_user_id_str": null,
    "sensitive": null,
    "views": null,
    "conversation_id": null,
    "entities": null,
    "conversation_control": {
      "policy": null
    },
    "author": {
      "rest_id": null,
      "name": null,
      "screen_name": null,
      "image": null,
      "blue_verified": null,
      "verification": null,
      "sub_count": null
    },
    "media": null,
    "id": "1671370010743263233"
  },
  "requestId": "e174048a-d27e-42bd-82d6-eee635940c93"
}

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:

"1671370010743263233"

Response

The response is of type object.