WellbyteWellbyte

GET /v1/weibo/web_v2/fetch_user_basic_info

Get user basic information

stable · 2 credits per success

Get basic information of Weibo users (lightweight API).;uid: User ID (required);User basic info, including user ID, username, avatar, bio, verification;Note;Compared to fetch_user_info, this API returns less data with faster response;Suitable for batch user info retrieval and user card display

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_user_basic_info?uid=7277477906' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
id:7277477906
block:false
cover:"https://ww3.sinaimg.cn/mw690/638f41a8jw1exq48l85fkj20hs0hsacq.jpg"
idstr:"7277477906"
avatar:
"https://tvax2.sinaimg.cn/crop.0.0.1080.1080.180/007WvyrUly1i6hjoob2z4j30u00u0gmj..."
gender:"f"
remark:""
descText:"微博认证:微博原创视频博主"
verified:true
follow_me:false
following:false
genderText:"她"
profile_url:"u/7277477906"
screen_name:"喝多的学姐"
verified_type:0
special_follow:false
friends_count_str:341
verified_type_ext:1
followers_count_str:"43.6万"
}
meta{
endpoint:"weibo.web_v2.fetch_user_basic_info"
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
    uidstringqueryyes用户id7277477906

    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