获取话题/热点相关视频/Get topic or hot spot related videos

Douyinapi

About

获取话题/热点相关视频/Get topic or hot spot related videos

Documentation

获取话题/热点相关视频/Get topic or hot spot related videos

[中文]

用途:

  • 获取抖音创作者中心某个话题/热点/道具/音乐的相关视频列表
  • 通过其他榜单接口(如 fetch_creator_hot_spot_billboard、fetch_creator_hot_topic_billboard)拿到 query_id 后,再用本接口拉取该条目下的相关视频

参数:

  • query_id: 查询ID(话题ID/热点ID等)
  • billboard_type: 榜单类型
    • 2: 热点
    • 3: 话题
    • 4: 道具
    • 5: 音乐
  • limit: 每页数量 (默认 20, 范围 1-100)
  • offset: 偏移量 (分页起始位置)

返回:

  • 该 query_id 对应的相关视频列表数据

[English]

Purpose:

  • Get related videos for a topic/hot spot/prop/music item in Douyin creator material center
  • Retrieve query_id from upstream billboard endpoints first, then call this API to fetch related videos

Parameters:

  • query_id: Query ID (topic_id / hot_id obtained from billboard endpoints)
  • billboard_type: Billboard type
    • 2: Hot spot
    • 3: Topic
    • 4: Props
    • 5: Music
  • limit: Items per page (default 20, range 1-100)
  • offset: Offset (starting position for pagination)

Return:

  • Related videos list data for the given query_id

[示例/Example]

query_id = "2488260" billboard_type = 2 # 热点/Hot spot limit = 20 offset = 0

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取话题/热点相关视频/Get topic or hot spot related videos

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models