Piloterr

Weibo Post Info

GET
/v2/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

Autorização

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parâmetros de consulta

query*string

A Weibo post URL or post ID.

Examples:

https://m.weibo.cn/detail/5062595839264600

Both the full Weibo mobile URL and the numeric post ID are accepted.

Corpo da resposta

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"}