UnifyAPI
← Back to catalog

twitter.user

mock data$0.002 / call

User 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.

Socialprovider: Twitter#twitter#social

Input schema

user_id

Twitter/X numeric user ID as alternative to username

string
username

Twitter/X username without @ (e.g. "elonmusk", "OpenAI")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.