v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Users Data

Account About Info

Returns metadata from the "About" section of a Twitter/X account, including country, total number of username changes, and the date of the most recent change. Identify the user by providing exactly one of: user_link, username, or user_id.

get/about

Query parameters

user_linkstring

Full URL of the user's Twitter/X profile.

usernamestring

Twitter/X handle (without @).

user_idstring

Numeric Twitter/X user ID.

Response

OK

affiliate_usernamestring

Affiliate username of the account.

countrystring

Country associated with the account.

is_blue_verifiedboolean

Whether the account is blue verified.

last_username_change_atstring

Date of the most recent username change in ISO 8601 format.

premium_start_atstring

Date of the premium account in ISO 8601 format.

sourcestring

Source of the account.

username_change_countinteger

Total number of username changes.

Example response

{
  "affiliate_username": "username",
  "country": "United States",
  "is_blue_verified": true,
  "last_username_change_at": "2021-01-01T00:00:00Z",
  "premium_start_at": "2021-01-01T00:00:00Z",
  "source": "Twitter",
  "username_change_count": 1
}
All 41 operations