WellbyteWellbyte

POST /v1/douyin/douplus/fetch_video_ranking

Get DOU+ video ranking

stable · 2 credits per success

Get the DOU+ video ranking board, filterable by time range, category and dimension;time_range: Time range, 1 / 2 / 3, default 2;tag_id: Category id, default 634 (Entertainment). Full map: 601 Plot, 602 Star, 606 Music, 607 ACGN,;608 Game, 609 CurrentAffairs, 612 Dance, 614 Agriculture, 615 Sci-Tech, 616 Finance, 617 ParentChild,;619 Life, 621 Health, 623 Emotion, 624 Culture, 625 Office, 626 Educ…

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

Request

curl -s -X POST 'https://api.wellbyte.net/v1/douyin/douplus/fetch_video_ranking' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"adv_id":"demo","tag_id":null,"dim_type":null,"time_range":null}'

Response

Sample captured 2026-08-27

data{
code:0
data[
0{ 9 items }
1:"…共 38 项"
]
meta{
endpoint:"douyin.douplus.fetch_video_ranking"
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
    adv_idstringbodyno广告主ID,可留空demo
    tag_idintegerbodyno垂类IDdemo
    dim_typeintegerbodyno榜单维度demo
    time_rangeintegerbodyno时间范围demo

    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