PrerequisitesBefore you begin, you’ll need:
- A developer account with an approved App
- Your App’s Bearer Token
Look up by ID
Single user
cURL
Response
Multiple users
Look up up to 100 users at once:cURL
Look up by username
Single user
cURL
Multiple users
cURL
Available fields
| Field | Description |
|---|---|
created_at | Account creation date |
description | User bio |
profile_image_url | Avatar URL |
verified | Verification status |
public_metrics | Follower/following counts |
location | User-defined location |
url | User’s website |
protected | Protected account status |
pinned_tweet_id | Pinned Post ID |
Handle errors
User not found
Protected user
Protected users’ data is still returned, but you won’t be able to access their Posts unless you follow them.Next steps
Authenticated user
Get the current user
Integration guide
Key concepts and best practices
API Reference
Full endpoint documentation