Weibo modelsapi generation api

weibo/app/status-comments

Get the first-level comment list of specified post (also works for video comments).

Input
Idle

Example output — click Run to generate your own

API README

Get post comments

Purpose:

  • Get the first-level comment list of specified post (also works for video comments). 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
    • max_id json path: $.data.moreInfo.params.max_id
  • sort_type: Comment sort type
    • 0: Sort by popularity (default)
    • 1: Sort by time Return:
  • Comment list data, including comment content, commenter info, likes count, etc.
  • Contains max_id field for pagination Note:
  • About 20 comments per page
  • When no more comments, max_id is empty or same

[Example]

status_id = "5258708168476831" max_id = None # First page sort_type = "0" # Sort by popularity

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models