Get a list of accounts a user is following. Results are paginated — use the cursor parameter to fetch additional pages. Returns up to 70 followings per request.
Tip: Use the /v1/scrape/twitter/profile endpoint to get a user’s rest_id from their handle.
The numeric user ID (rest_id) of the account to get followings for
"44196397"
Pagination cursor from a previous response to get the next page of results
Successful response
Key Response Fields:
Pagination:
data.cursor.bottom: Pass as cursor query param to get the next page of followingsdata.cursor.top: Cursor for the previous pageTimeline Structure:
data.result.timeline.instructions[0]: TimelineClearCache (internal, can ignore)data.result.timeline.instructions[1]: TimelineTerminateTimeline direction Topdata.result.timeline.instructions[2]: TimelineTerminateTimeline direction Bottom — indicates no more results when presentdata.result.timeline.instructions[3].entries[]: Array of following entries (type TimelineAddEntries)Each Following (at entries[].content.itemContent.user_results.result):
.rest_id: User's numeric ID.is_blue_verified: Whether user has a blue checkmark.legacy.name: Display name.legacy.screen_name: Handle (username without @).legacy.description: Bio.legacy.followers_count: Follower count.legacy.friends_count: Following count.legacy.statuses_count: Total tweet count.legacy.favourites_count: Total likes given.legacy.media_count: Total media posts.legacy.listed_count: Number of lists the user is on.legacy.created_at: Account creation date.legacy.location: Location set by user.legacy.profile_image_url_https: Profile picture URL.legacy.profile_banner_url: Banner image URL.legacy.protected: Whether account is private.legacy.verified: Legacy verified status.professional.professional_type: Creator or Business (if applicable)