Skip to main content
GET
/
v1
/
twitter
/
UserAbout
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/UserAbout?username=elonmusk' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "data": {
      "user_result_by_screen_name": {
        "id": "VXNlclJlc3VsdHM6NDQxOTYzOTc=",
        "result": {
          "__typename": "User",
          "about_profile": {
            "account_based_in": "United States",
            "affiliate_username": "X",
            "created_country_accurate": true,
            "learn_more_url": "https://help.twitter.com/managing-your-account/about-twitter-verified-accounts",
            "location_accurate": true,
            "source": "United States App Store",
            "username_changes": {
              "count": "0"
            }
          },
          "affiliates_highlighted_label": {
            "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"
            }
          },
          "avatar": {
            "image_url": "https://pbs.twimg.com/profile_images/2035314704307081216/71U1ftM3_normal.jpg"
          },
          "core": {
            "created_at": "Tue Jun 02 20:12:29 +0000 2009",
            "name": "Elon Musk",
            "screen_name": "elonmusk"
          },
          "id": "VXNlcjo0NDE5NjM5Nw==",
          "identity_profile_labels_highlighted_label": {
            "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"
            }
          },
          "is_blue_verified": true,
          "privacy": {
            "protected": false
          },
          "profile_image_shape": "Circle",
          "rest_id": "44196397",
          "verification": {
            "verified": false
          },
          "verification_info": {
            "id": "VXNlclZlcmlmaWNhdGlvbkluZm86NDQxOTYzOTc=",
            "is_identity_verified": false,
            "reason": {
              "override_verified_year": -3000,
              "verified_since_msec": "-156836000000000"
            }
          }
        }
      }
    }
  },
  "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

username
string
required

Username

Example:

"elonmusk"

Response

The response is of type object.