Skip to main content
GET
Get Twitter User About by Screen Name

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

screen_name
string
required

The screen name of the twitter user to get about.

Example:

"elonmusk"

Response

The Twitter User About object with its information.

Twitter User About API response

code
integer
default:200

HTTP status code

msg
string
default:success

Response message

data
TwitterUserAboutResponse · object | null

Twitter User About data