GET /v1/weibo/web_v2/fetch_user_original_posts
Get Weibo user original posts
stable · 2 credits per success
Get original posts published by specified user (excluding reposts).;uid: User ID (required);page: Page number, starts from 1 (default 1);since_id: Pagination identifier (first page must get from fetch_user_posts);Original post list, including content, images, videos, interaction data;Note;Difference from fetch_user_posts: this API only returns original posts, excludes reposts;since_id must be obt…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| uid | string | query | yes | 用户id | 7277477906 |
| page | integer | query | no | 页数 | 1 |
| since_id | string | query | no | 翻页标识,用于获取下一页数据 | demo |
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.