Weibo modelsapi generation api

weibo/web-v2/user-fans

Get the fans list of specified user (who follows the user).

Input
Idle

Example output — click Run to generate your own

API README

Get user fans list

Purpose:

  • Get the fans list of specified user (who follows the user). Parameters:
  • uid: User ID (required)
  • page: Page number, starts from 0 (default 0) Return:
  • Fans user list, including username, avatar, bio, followers count Note:
  • Fans list affected by user privacy settings
  • page parameter starts from 0, not 1
  • Difference from fetch_user_following: this API gets who follows the user, fetch_user_following gets who user follows

[Example]

uid = "1722594714" page = 0

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models