X/User Profile
User Profile
GET
https://api.shofo.ai/x/user-profileGet X/Twitter profile data including bio, follower counts, and profile info.
Pricing
Base cost: $0.001 per profile
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Required | X/Twitter username (without @) |
Response Data
- • Username and display name
- • Bio/description
- • Profile and banner images
- • Follower and following counts
- • Tweet count
- • Verification status
- • Account creation date
- • Location (if set)
- • Website URL (if set)
Response Format
{
"success": true,
"data": {
"profile": {
"username": "example_user",
"display_name": "Example User",
"bio": "Building cool things | Tech enthusiast",
"profile_image_url": "https://...",
"banner_url": "https://...",
"follower_count": 50000,
"following_count": 1000,
"tweet_count": 5000,
"is_verified": true,
"created_at": "2015-03-15T00:00:00Z",
"location": "San Francisco, CA",
"website": "https://example.com"
}
},
"cost": "$0.0001",
"request_id": "req_abc123"
}Try It
GET
https://api.shofo.ai/x/user-profile$0.0001
Send a request to see the response