获取微博点赞列表/Get post likes
Weiboapi
About
获取微博点赞列表/Get post likes
Documentation
获取微博点赞列表/Get post likes
[中文]
用途:
- 获取指定微博的点赞列表(也适用于视频点赞)。
参数:
- status_id: 微博ID或视频ID(必填)
- attitude_type: 点赞类型筛选
- 0: 全部(默认)
- 1: 点赞
- 2: 开心
- 3: 惊讶
- 4: 伤心
- 5: 愤怒
- 6: 打赏
- 8: 抱抱
返回:
- 点赞列表数据,包含点赞者信息、点赞类型等
注意:
- 每次返回约50条点赞记录
[English]
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.
Try 获取微博点赞列表/Get post likes
Test this model in the Sandbase Playground with your own prompts.
Open in Playground