Back to library
Weibo Post Info API
Retrieve detailed information from any Weibo post, including post text, images, user profile data, and engagement metrics.
Degraded1 credit = 1 requestGET/v2/weibo/post/info
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/weibo/post/info' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"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万"
}
}
}Integrations
Integrate Weibo Post Info with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/weibo/post/info
Status
Degraded
Collections
Related APIs
Expand your data capabilities with these complementary tools.