---
title: "GET /twitter/user_about"
method: GET
path: "/twitter/user_about"
---

# GET /twitter/user_about

`GET /twitter/user_about`

Get user profile about by screen name

## Query parameters

- `userName` string, string

## Response `200`

User info

- object
  - `data` UserAbout
    - `id` string — The unique identifier of the user
    - `name` string — The display name of the user
    - `userName` string — The username (handle) of the user
    - `createdAt` string — When the account was created. Example: 2006-07-16T22:01:55.000000Z
    - `isBlueVerified` boolean — Whether the user has Twitter Blue verification
    - `protected` boolean — Whether the user's tweets are protected
    - `affiliates_highlighted_label` object — Highlighted business/affiliate label (e.g., OpenAI badge)
      - `label` object
        - `badge` object
          - `url` string — Badge image URL
        - `description` string — Label text, e.g. organization name
        - `url` object
          - `url` string — Deep link to the organization profile
          - `urlType` string — Type of link, e.g. DeepLink
        - `userLabelDisplayType` string — Display type of the label, e.g. Badge
        - `userLabelType` string — Type of label, e.g. BusinessLabel
    - `about_profile` object — New Twitter/X 'About' section information for the account
      - `account_based_in` string — Account-based-in country/region, e.g. 'United States'
      - `location_accurate` boolean — Whether the location is accurate
      - `learn_more_url` string — URL for more information about verified accounts or about section
      - `affiliate_username` string — Affiliate username, e.g. organization account handle
      - `source` string — Source of the about information, e.g. 'Web'
      - `username_changes` object — Information about username change history
        - `count` string — Number of username changes
    - `identity_profile_labels_highlighted_label` object — Highlighted identity/business label information (similar to affiliates_highlighted_label)
      - `label` object
        - `description` string — Label text, e.g. 'OpenAI'
        - `badge` object
          - `url` string — Badge image URL
        - `url` object
          - `url` string — Deep link to the organization profile
          - `urlType` string — Type of link, e.g. DeepLink
        - `userLabelDisplayType` string — Display type of the label, e.g. Badge
        - `userLabelType` string — Type of label, e.g. BusinessLabel
  - `status` 'success' | 'error' — Status of the request.success or error
  - `msg` string — Message of the request.error message

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
