v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBUsers
Get user following
Get the list of users that a specific user is following. Returns comprehensive user profile data for each followed account with pagination support. Useful for understanding a user's interests and network.
get/v1/twitter/users/{username}/followings
Path parameters
usernamestring required
Example:elonmusk
The username (screen name) of the user.
Query parameters
cursorstring
Pagination cursor for fetching the next page of results.
Response
Successfully retrieved following list.
Example response
{
"data": [
{
"id": "44196397",
"username": "elonmusk",
"name": "Elon Musk",
"description": "Mars & Cars, Chips & Dips",
"location": "Mars",
"created_at": "Tue Jun 02 20:12:29 +0000 2009"
}
]
}