Skip to main content
GET
/
twitter
/
user_about
cURL
curl --request GET \
  --url https://api.twitterapi.io/twitter/user_about \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "userName": "<string>",
    "createdAt": "<string>",
    "isBlueVerified": true,
    "protected": true,
    "affiliates_highlighted_label": {
      "label": {
        "badge": {
          "url": "<string>"
        },
        "description": "<string>",
        "url": {
          "url": "<string>",
          "urlType": "<string>"
        },
        "userLabelDisplayType": "<string>",
        "userLabelType": "<string>"
      }
    },
    "about_profile": {
      "account_based_in": "<string>",
      "location_accurate": true,
      "learn_more_url": "<string>",
      "affiliate_username": "<string>",
      "source": "<string>",
      "username_changes": {
        "count": "<string>"
      }
    },
    "identity_profile_labels_highlighted_label": {
      "label": {
        "description": "<string>",
        "badge": {
          "url": "<string>"
        },
        "url": {
          "url": "<string>",
          "urlType": "<string>"
        },
        "userLabelDisplayType": "<string>",
        "userLabelType": "<string>"
      }
    }
  },
  "status": "success",
  "msg": "<string>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

userName
string<string>

The screen name of the user

Response

User info

data
object
status
enum<string>

Status of the request.success or error

Available options:
success,
error
msg
string

Message of the request.error message