Get Twitter account transparency details
Get X account transparency details (location, verification, username history) by handle or numeric user id.
Headers
Get your API keyAPI key (`sfk_...`)
X (Twitter) profile handle without the leading @, or a numeric user id.
Treat the path value as a handle or a numeric user id. Defaults to id when the value is all digits.
one of: id, handle
Endpoint-specific response payload.
Whether the account was found.
one of: found, not_found
Account transparency details when found.
Numeric X user id as a string.
X screen name (handle) without the leading @.
Display name shown on the profile.
Account creation time as returned by X (raw upstream string). Prefer `accountCreatedAt` for ISO-8601.
Account creation time (ISO-8601) when derivable.
Whether X marks the account with legacy verification (not necessarily paid blue).
Whether the account has X blue (paid) verification.
Whether the account is protected (private).
Best available square avatar image URL.
Avatar crop shape reported by X, such as Circle or Square.
When X verification became effective (ISO-8601). Invalid upstream dates are null.
Affiliate or organization relationship when present.
Affiliate organization username.
Affiliate label text shown on the profile.
Affiliate badge image URL.
Transparency payload (location, source, username history).
Country or region X associates with the account.
Whether X considers the location signal accurate.
Help URL explaining X account transparency or verification.
Affiliate organization username when X shows one.
Account creation source, such as an app store locale.
Username-change history when X provides it.
Number of username changes X reports for this account.
≥ 0
When the username last changed (ISO-8601), when X reports a timestamp.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/twitter/profiles/nasa/about" \
-H "x-api-key: YOUR_API_KEY"Responses
Twitter account transparency details.