List accounts a user follows
Returns public profiles followed by the selected user.
Path parameters
User ID or username for following lookup
Query parameters
Cursor from the previous response. Existing unprefixed cursors keep legacy standard behavior. Pages can be empty before more rows; follow next_cursor.
Omit mode for resumable maximum coverage. Standard keeps legacy pagination. Coverage returns diagnostics once and rejects cursors.
Deprecated following cursor alias. Prefer cursor.
Maximum user profiles: automatic 300; standard 200. Sources return fewer profiles. Follow next_cursor while the response reports more pages.
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Profiles must follow at least this many accounts.
Profiles may follow at most this many accounts.
Minimum post count. minPosts is also accepted.
Maximum post count. maxPosts is also accepted.
Minimum account age in whole days.
Only return verified profiles.
Match the verification type exactly, ignoring case.
Only return profiles with a website.
Only return profiles with a location.
Match any comma-separated or line-separated bio term, ignoring case.
Match a location substring, ignoring case.
Match a username substring, ignoring case.
Add each row's full profile, as GET /x/users/{id} returns it. Pages take several seconds longer.
Legacy page-size alias outside explicit coverage mode. Coverage accepts 1-10000. Prefer pageSize.
Response
List of following
Example response
{
"users": [],
"has_next_page": false,
"next_cursor": ""
}