← Back to catalog
twitter.user
mock data$0.002 / callUser Profile
Get a Twitter/X user profile by username. Returns display name, bio, follower/following count, tweet count, verified status, profile image, location, and account creation date.
Input schema
user_id
stringTwitter/X numeric user ID as alternative to username
username
stringTwitter/X username without @ (e.g. "elonmusk", "OpenAI")
Call via REST
curl -X POST https://unifyapi.pro/api/call/twitter.user \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"user_id":"<user_id>","username":"<username>"}'