获取用户信息/Get user information

Weiboapi

About

获取用户信息/Get user information

Documentation

获取用户信息/Get user information

[中文]

用途:

  • 获取微博用户的详细信息,包括昵称、头像、简介、关注数、粉丝数等。

参数:

  • uid: 用户ID(可选,与custom二选一)
  • custom: 自定义用户名(可选,与uid二选一)

返回:

  • 用户详细信息数据

注意:

  • uid和custom参数至少需要提供一个
  • 如果同时提供,优先使用uid
  • 建议优先使用uid参数

[English]

Purpose:

  • Get detailed information of Weibo users, including nickname, avatar, bio, following count, followers count.

Parameters:

  • uid: User ID (optional, choose one with custom)
  • custom: Custom username (optional, choose one with uid)

Return:

  • User detailed information data

Note:

  • At least one of uid and custom must be provided
  • If both provided, uid takes priority
  • It's recommended to use uid parameter first

[示例/Example]

uid = "1722594714"

or

custom = "shuqi"

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

Try 获取用户信息/Get user information

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

Open in Playground

Related Models