Users
Get user profile with follower counts and verification
Returns one public profile with counts and verification details.
get/api/v1/x/users/{id}
Path parameters
idstring required
X username (without @) or user ID
Response
User profile
Example response
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}