Get user info
GET/twitter/user/info1 credit
Return a complete profile for any public Twitter account, including counts, verification, and account metadata. The sample response below is captured from the live API. List endpoints paginate with `has_next_page` and `next_cursor`.
Authentication required
Send your key in the
x-api-key header. Requests without a valid key return 401.Query parameters
userName
stringrequired
The @handle of the account, without the @ symbol.
Response fields
dataobject
Response payload.
statusstring
Request status: "success" or "error".
msgstring
Status message from the upstream.
data.userNamestring
The account handle.
data.namestring
Display name shown on the profile.
data.isBlueVerifiedboolean
Whether the account carries a verified badge.
data.followersinteger
Current follower count.
data.followinginteger
Number of accounts followed.
data.statusesCountinteger
Total number of posts.
data.createdAtstring
Account creation timestamp.
Request
Response200 OK
base url · https://v2.xapis.dev
Ready to call Get user info?
Get an API key or explore the full interactive reference.
