获取微博子评论/Get Weibo sub-comments

Weiboapi

About

获取微博子评论/Get Weibo sub-comments

Documentation

获取微博子评论/Get Weibo sub-comments

[中文]

用途:

  • 获取指定评论的回复(子评论)列表。

参数:

  • id: 主评论ID(必填)
  • count: 子评论数量(默认10)
  • max_id: 翻页游标,首次请求传空,后续请求使用返回的max_id值

返回:

  • 子评论列表数据,包含回复内容、回复者信息、点赞数等
  • 包含 max_id 字段用于翻页

注意:

  • 与fetch_post_comments的区别:本接口获取的是评论的回复,而非微博的主评论

[English]

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.

Try 获取微博子评论/Get Weibo sub-comments

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models