weibo/web-v2/post-sub-comments
Get the reply (sub-comment) list of a specified comment.
Input
Idle
Example output — click Run to generate your own
API README
Get Weibo sub-comments
Purpose:
- Get the reply (sub-comment) list of a specified comment. Parameters:
- id: Main comment ID (required)
- count: Number of sub-comments (default 10)
- max_id: Pagination cursor, pass empty for first request, use returned max_id for subsequent requests Return:
- Sub-comment list data, including reply content, replier info, likes count
- Contains max_id field for pagination Note:
- Difference from fetch_post_comments: this API gets replies to comments, not main comments of posts
[Example]
id = "5283574244704555" count = 10 max_id = ""
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

