WellbyteWellbyte

GET /v1/weibo/web_v2/fetch_user_recommend_timeline

Get user recommend timeline

stable · 2 credits per success

Get recommended timeline content from Weibo homepage, displaying personalized recommendations based on user interests.;refresh: Refresh type (0=normal refresh, 1=force refresh);group_id: Group ID (can be obtained through fetch_all_groups);containerid: Container ID (usually same as group_id);extparam: Extended parameters (default "discover|new_feed");max_id: Pagination cursor, pass "0" for first r…

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_recommend_timeline?count=10&max_id=0&refresh=0&extparam=discover%7Cnew_feed&group_id=102803&containerid=102803' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
ok:1
max_id:1
since_id:"{"ul_sid":"","ul_hid":"","since_id":"5335901699049716"}"
statuses[ 2 items ]
total_number:100
}
meta{
endpoint:"weibo.web_v2.fetch_user_recommend_timeline"
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
    countintegerqueryno获取数量10
    max_idstringqueryno最大ID0
    refreshintegerqueryno刷新类型,0=正常刷新,1=强制刷新0
    extparamstringqueryno扩展参数discover|new_feed
    group_idstringqueryno分组ID102803
    containeridstringqueryno容器ID102803

    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