weibo/app/status-reposts
Get the repost list of specified post (also works for video reposts).
Input
Idle
Example output — click Run to generate your own
API README
Get post reposts
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.

