v3
latestOpenAPI 3.0.32026-08-02415689.9 KBUsers 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
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
}