GET /v1/weibo/app/fetch_status_comments
Get post comments
stable · 2 credits per success
Get the first-level comment list of specified post (also works for video comments).;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;Comment list data, including comment cont…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| max_id | string | query | no | 翻页游标 | demo |
| sort_type | string | query | no | 排序类型: 0=按热度排序, 1=按时间排序 | 0 |
| status_id | string | query | yes | 微博ID | 5258708168476831 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.