Get user about
GET/twitter/user_about1 credit
Return extended "about" profile info for an account. 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.
Response fields
dataobject
Response payload.
statusstring
Request status: "success" or "error".
msgstring
Status message from the upstream.
data.affiliates_highlighted_label.label.descriptionstring
Profile bio / about text.
data.affiliates_highlighted_label.label.urlobject
Website link on the profile.
Request
Response200 OK
base url · https://v2.xapis.dev
Ready to call Get user about?
Get an API key or explore the full interactive reference.
