TwitterAPIs Docs
API ReferenceUser Reads

User About

Read the extended About section of a profile, including professional category, website, and any business contact details the account has published. Cost: $0.0008 per call.

GET
/user/user_about

Authorization

bearerAuth
AuthorizationBearer <token>

Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.

In: header

Query Parameters

username*string

Handle without the leading @.

Response Body

application/json

curl -X GET "https://example.com/user/user_about?username=stripe"
{  "about": {    "category": "Software Company",    "website": "https://stripe.com",    "location": "San Francisco, CA"  },  "status": "success"}