Weibo Post Info
Retrieve detailed information from any Weibo post, including post text, images, user profile data, and engagement metrics.
Status: Degraded
Credit cost: 1 credit per call
Autorisierung
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Abfrageparameter
query*string
A Weibo post URL or post ID.
Examples:
https://m.weibo.cn/detail/5062595839264600Both the full Weibo mobile URL and the numeric post ID are accepted.
Antworttext
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/weibo/post/info?query=string"{ "post": { "id": "5062595839264600", "pics": [ { "pid": "001R0E0aly1hs8gb8rfhoj647k2yg4qt02", "url": "https://wx4.sinaimg.cn/orj360/001R0E0aly1hs8gb8rfhoj647k2yg4qt02.jpg", "large": { "url": "https://wx4.sinaimg.cn/large/001R0E0aly1hs8gb8rfhoj647k2yg4qt02.jpg" } } ], "text": "#刘宇坤50米步枪三姿金牌# #中国队第十金# #一人一句给中国健儿加油#", "user": { "id": 1699432410, "svip": 1, "verified": true, "enterprise": 1, "screen_name": "CCTV体育", "followers_count": "28.8万" } }}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}