weibo/web-v2/user-following
Get the following list of specified user (who the user follows).
Input
Idle
Example output — click Run to generate your own
API README
Get user following list
Purpose:
- Get the following list of specified user (who the user follows). Parameters:
- uid: User ID (required)
- page: Page number, starts from 0 (default 0) Return:
- Following user list, including username, avatar, bio, followers count Note:
- Following list affected by user privacy settings
- page parameter starts from 0, not 1
- Difference from fetch_user_fans: this API gets who user follows, fetch_user_fans gets who follows the user
[Example]
uid = "1722594714" page = 0
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

