获取用户关注列表/Get user following list

Weiboapi

About

获取用户关注列表/Get user following list

Documentation

获取用户关注列表/Get user following list

[中文]

用途:

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

参数:

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

返回:

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

注意:

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

[English]

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.

Try 获取用户关注列表/Get user following list

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

Open in Playground

Related Models