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
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
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.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/weibo/post/info?query=string"{
"post": {
"id": "5062595839264600",
"text": "#刘宇坤50米步枪三姿金牌# #中国队第十金# #一人一句给中国健儿加油#",
"pics": [
{
"pid": "001R0E0aly1hs8gb8rfhoj647k2yg4qt02",
"url": "https://wx4.sinaimg.cn/orj360/001R0E0aly1hs8gb8rfhoj647k2yg4qt02.jpg",
"large": {
"url": "https://wx4.sinaimg.cn/large/001R0E0aly1hs8gb8rfhoj647k2yg4qt02.jpg"
}
}
],
"user": {
"id": 1699432410,
"svip": 1,
"enterprise": 1,
"screen_name": "CCTV体育",
"followers_count": "28.8万",
"verified": true
}
}
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}