v3
latestOpenAPI 3.0.32026-08-02415689.9 KBUsers Data
User Profile (Batch)
Returns public profile data for multiple Twitter/X accounts in a single request. Works the same way as the single-user endpoint, but accepts arrays of usernames or user IDs. Up to 100 accounts per request. Provide either usernames or user_ids.
get/info-batch
Query parameters
usernamesstring[]
Array of Twitter/X handles (without @).
user_idsstring[]
Array of numeric Twitter/X user IDs.
Response
OK
Example response
{
"users": [
{
"created_at": "2009-06-02T20:12:29Z",
"description": "Bio text",
"display_name": "Elon Musk",
"favourites_count": 1200,
"followers_count": 100000,
"followings_count": 500,
"id": "44196397",
"location": "Austin, TX",
"media_count": 300,
"profile_background_image_url": "https://pbs.twimg.com/profile_banners/44196397/123",
"profile_image_url": "https://pbs.twimg.com/profile_images/123/photo.jpg",
"tweets_count": 5000,
"username": "elonmusk",
"verified": true
}
]
}