GET /v1/weibo/web_v2/fetch_user_video_list
Get user all videos
stable · 2 credits per success
Get all videos published by specified user (waterfall layout).;uid: User ID (required);cursor: Pagination cursor, pass "0" for first request, use returned next_cursor for subsequent requests;Video list data, including video title, cover, views, etc.;Contains next_cursor and has_more fields for pagination;Note;Difference from collection APIs: this API gets user published videos, collection APIs ge…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| uid | string | query | yes | 用户ID | 7277477906 |
| cursor | string | query | no | 分页游标 | 0 |
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.