WellbyteWellbyte

GET /v1/douyin/creator/fetch_video_danmaku_list

Get video danmaku list

stable · 2 credits per success

Get danmaku list for specified video, supports management and filtering;item_id: Video item ID (required, get from video link or API);count: Items per page (recommended 20, range 1-100);offset: Offset (for pagination, starting position);order_type: Order type (1=time order, 2=other order);is_blocked: Whether to get blocked danmaku (false=normal, true=blocked);Video danmaku list data

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

Request

curl -s 'https://api.wellbyte.net/v1/douyin/creator/fetch_video_danmaku_list?count=20&offset=0&item_id=7545659154417896746&is_blocked=false&order_type=1' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
has_more:true
status_code:0
total_count:755
danmaku_list[ 2 items ]
}
meta{
endpoint:"douyin.creator.fetch_video_danmaku_list"
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每页数量20
    offsetintegerqueryno偏移量0
    item_idstringqueryyes作品ID7545659154417896746
    is_blockedbooleanqueryno是否被屏蔽false
    order_typeintegerqueryno排序类型1

    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