获取用户粉丝列表/Get user fans list

Weiboapi

About

获取用户粉丝列表/Get user fans list

Documentation

获取用户粉丝列表/Get user fans list

[中文]

用途:

  • 获取指定用户的粉丝列表(谁关注了该用户)。

参数:

  • uid: 用户ID(必填)
  • page: 页码,从0开始(默认0)

返回:

  • 粉丝用户列表,包含用户名、头像、简介、粉丝数等

注意:

  • 粉丝列表受用户隐私设置影响
  • page参数从0开始,而不是1
  • 与fetch_user_following的区别:本接口获取谁关注了该用户,fetch_user_following获取用户关注了谁

[English]

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.

Try 获取用户粉丝列表/Get user fans list

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models