获取微博转发列表/Get post reposts
Weiboapi
About
获取微博转发列表/Get post reposts
Documentation
获取微博转发列表/Get post reposts
[中文]
用途:
- 获取指定微博的转发列表(也适用于视频转发)。
参数:
- status_id: 微博ID或视频ID(必填)
- max_id: 翻页游标,首次请求不传,后续请求使用返回的max_id值
返回:
- 转发列表数据,包含转发内容、转发者信息等
- 包含 max_id 字段用于翻页
注意:
- 每次返回约20条转发
- 当没有更多转发时,max_id 为空或相同
[English]
Purpose:
- Get the repost list of specified post (also works for video reposts).
Parameters:
- status_id: Post ID or Video ID (required)
- max_id: Pagination cursor, don't pass for first request, use returned max_id for subsequent requests
Return:
- Repost list data, including repost content, reposter info, etc.
- Contains max_id field for pagination
Note:
- About 20 reposts per page
- When no more reposts, max_id is empty or same
[示例/Example]
status_id = "5016922058656962" max_id = None # First page
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取微博转发列表/Get post reposts
Test this model in the Sandbase Playground with your own prompts.
Open in Playground