v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBUsers
Get user by username
Get a user profile by their username (screen name). Returns comprehensive profile data including bio, follower/following counts, verification status, and account metadata. The most common way to look up a user profile.
get/v1/twitter/users/{username}/by_username
Path parameters
usernamestring required
Example:elonmusk
The username (screen name) of the user, without the @ symbol.
Response
Successfully retrieved user profile.
Example response
{
"id": "44196397",
"username": "elonmusk",
"name": "Elon Musk",
"description": "Mars & Cars, Chips & Dips",
"location": "Mars",
"created_at": "Tue Jun 02 20:12:29 +0000 2009"
}