WellbyteWellbyte

GET /v1/weibo/web_v2/fetch_hot_ranking_timeline

Get hot ranking timeline

stable · 2 credits per success

Get various types of hot ranking content from Weibo platform.;ranking_type: Ranking type (required);- hour: Hourly ranking;- yesterday: Yesterday ranking;- day_before: Day before ranking;- week: Weekly ranking;- male: Male ranking;- female: Female ranking;max_id: Pagination cursor, pass "0" for first request;count: Count (default 10);Hot post list, including post content, author info, interaction…

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_hot_ranking_timeline?count=10&max_id=0&since_id=0&ranking_type=hour' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
ok:1
max_id:2
since_id:0
statuses[ 2 items ]
total_number:100
}
meta{
endpoint:"weibo.web_v2.fetch_hot_ranking_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获取数量,默认1010
    max_idstringqueryno最大ID,默认为00
    since_idstringqueryno分页标识,默认为00
    ranking_typestringqueryyes榜单类型:hour=小时榜,yesterday=昨日榜,day_before=前日榜,week=周榜,male=男榜,female=女榜hour

    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