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.
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"}User Info by ID GET
Resolve a numeric user ID into the full user object. Use this when you already have the stable ID (handles can change, IDs do not). Cost: $0.0008 per call.
User Media GET
Fetch the media tweets posted by a user, cursor-paginated. Returns the tweet objects that contain attached photos or video, with media URLs included. Cost: $0.0008 per call.