Weibo modelsapi generation api

weibo/web-v2/user-info

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

Input
Idle

Example output — click Run to generate your own

API README

Get user information

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.

Related Models