Skip to main content
GET
/
v1
/
twitter
/
about
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/about?screenname=elonmusk' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "status": "active",
    "profile": "elonmusk",
    "rest_id": "44196397",
    "blue_verified": true,
    "affiliates": {
      "label": {
        "badge": {
          "url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
        },
        "description": "X",
        "url": {
          "url": "https://twitter.com/X",
          "urlType": "DeepLink"
        },
        "userLabelDisplayType": "Badge",
        "userLabelType": "BusinessLabel"
      }
    },
    "business_account": null,
    "verified_since": "-156836000000000",
    "avatar": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg",
    "name": "Elon Musk",
    "protected": false,
    "about": {
      "account_based_in": "United States",
      "affiliate_username": "X",
      "learn_more_url": "https://help.twitter.com/managing-your-account/about-twitter-verified-accounts",
      "location_accurate": false,
      "source": "United States App Store",
      "username_changes": {
        "count": "0"
      }
    },
    "id": "44196397"
  },
  "requestId": "bdd472cd-8143-4a79-9b33-30e00b006bd2"
}

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

screenname
string
required
Example:

"elonmusk"

Response

The response is of type object.