v1

latestOpenAPI 3.0.32026-07-213841124.9 KB
Users Data

User About Info

Returns data from the “About” section of a Twitter/X account. The endpoint returns information such as the account’s country, number of username changes, and the date of the last username change. It may also include affiliation details, connection method, and identity verification status (for example, whether the account is ID-verified).

Use cases:

Compliance and risk tools checking username history and ID verification signals; analytics platforms tracking rebranding or frequent handle changes; marketing teams reviewing account background before partnerships; fraud detection systems flagging suspicious username change patterns; CRM systems enriching stored profiles with country and affiliation data.

get/about

Query parameters

user_linkstring

user_link, username or user_id

usernamestring

user_link, username or user_id

user_idstring

user_link, username or user_id

Response

OK

countrystring
last_username_change_atstring
username_change_countinteger

Example response

{
  "country": "United States",
  "last_username_change_at": "2021-01-01T00:00:00Z",
  "username_change_count": 1
}
All 38 operations