WellbyteWellbyte

GET /v1/weibo/web_v2/fetch_post_detail

Get single post data

stable · 2 credits per success

Get detailed information of a specific Weibo post, including content, author, interaction data.;id: Weibo post ID (required);is_get_long_text: Whether to get full text of long posts (default "true");Post detailed data, including full text, images, videos, likes, comments, reposts count

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/weibo/web_v2/fetch_post_detail?id=5092682368025584&is_get_long_text=true' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
id:5092682368025584
ok:1
mid:"5092682368025584"
rid:"0_0_0_5246556496302450134_0_0_0"
isAd:false
text:
"<a href="//s.weibo.com/weibo?q=%23%E5%BC%A0%E9%9B%A8%E7%BB%AE%E7%94%B7%E5%8F%8B%..."
user{ 22 items }
idstr:"5092682368025584"
title{ 3 items }
mlevel:0
rcList[ 0 items ]
source:""
is_paid:false
mblogid:"OCT5GxFOU"
pic_ids[ 2 items ]
pic_num:4
visible{ 2 items }
can_edit:false
text_raw:
"#张雨绮男友刘子琪被说像流氓兔# 刘子琪现场回应被说像流氓兔:可能我俩都姓liu吧[喵喵]终于等到刘子琪亲口承认,哥也是幽默上了,这么看起来倒是和流氓兔挺像的..."
favorited:false
mblogtype:0
created_at:"Wed Oct 23 16:52:36 +0800 2024"
edit_count:2
isLongText:false
textLength:237
annotations[ 2 items ]
mixed_count:0
region_name:"发布于 河南"
content_auth:0
readtimetype:"mblog"
topic_struct[ 2 items ]
is_show_mixed:false
reposts_count:3793
analysis_extra:""
comments_count:747
mblog_vip_type:0
md_render_mark:null
mix_media_info{ 1 item }
showFeedRepost:false
attitudes_count:7220
showFeedComment:false
attitudes_status:0
isSinglePayAudio:false
is_show_bulletin:2
pictureViewerSign:false
share_repost_type:0
showPictureViewer:false
comment_manage_info{ 4 items }
number_display_strategy{ 3 items }
mblog_feed_back_menus_format[ 0 items ]
}
meta{
endpoint:"weibo.web_v2.fetch_post_detail"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    idstringqueryyes作品id5092682368025584
    is_get_long_textstringqueryno是否获取长微博全文true

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs