Weibo

User Published Posts

Retrieves posts published by a Weibo user identified by UID, using page numbers and a required sinceId cursor after the first page. Use it to browse an account's posting history or continue through its post feed.

get/api/weibo/get-user-post/v1

Query parameters

tokenstring required

API access token.

uidstring required

Weibo User ID (UID).

pageinteger

Page number, starting with 1.

sinceIdstring

Pagination cursor (since_id). Required if page > 1.

Response

OK

code0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602 required
messagestring nullable required
{"stackTrail":"paths:/api/weibo/get-user-post/v1:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
recordTimestring nullable required
requestIdstring

Changes