Weibo modelsapi generation api

weibo/app/status-likes

Get the like list of specified post (also works for video likes).

Input
Idle

Example output — click Run to generate your own

API README

Get post likes

Purpose:

  • Get the like list of specified post (also works for video likes). Parameters:
  • status_id: Post ID or Video ID (required)
  • attitude_type: Like type filter
    • 0: All (default)
    • 1: Like
    • 2: Happy
    • 3: Surprise
    • 4: Sad
    • 5: Angry
    • 6: Reward
    • 8: Hug Return:
  • Like list data, including liker info, like type, etc. Note:
  • About 50 likes per page

[Example]

status_id = "5016922058656962" attitude_type = "0" # All types

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

Related Models