获取创作者热门课程/Get creator hot course

Douyinapi

About

获取创作者热门课程/Get creator hot course

Documentation

获取创作者热门课程/Get creator hot course

[中文]

用途:

  • 获取抖音创作者平台热门课程数据或精选专题课程

参数:

  • order: 排序方式 (1=推荐排序, 2=最受欢迎, 3=最新上传)
  • limit: 每页数量 (建议24,范围1-100)
  • offset: 偏移量 (起始位置)
  • category_id: 精选专题分类ID (不传则获取热门课程,传入则获取指定分类的精选专题) 可选值:
    • 6976547830546582816: 知识品类
    • 6976547923849006336: 生活品类
    • 6976547940311633165: 娱乐品类
    • 6976547972108635404: 美食品类
    • 6980288134957272352: 正能量
    • 6980288181744766219: 游戏品类
    • 6980288219548011776: 通用

返回:

  • 热门课程数据或精选专题课程数据

[English]

Purpose:

  • Get Douyin creator platform hot course data or selected topic courses

Parameters:

  • order: Order type (1=recommended order, 2=most popular, 3=latest upload)
  • limit: Items per page (recommended 24, range 1-100)
  • offset: Offset (starting position)
  • category_id: Selected topic category ID (empty for hot courses, specific ID for selected topics) Available values:
    • 6976547830546582816: Knowledge Category
    • 6976547923849006336: Life Category
    • 6976547940311633165: Entertainment Category
    • 6976547972108635404: Food Category
    • 6980288134957272352: Positive Energy
    • 6980288181744766219: Gaming Category
    • 6980288219548011776: General

Return:

  • Hot course data or selected topic course data

[示例/Example]

# 获取热门课程/Get hot courses
GET /fetch_creator_hot_course?order=1&limit=24&offset=0

# 获取知识品类精选专题/Get knowledge category selected topics
GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547830546582816

# 获取美食品类精选专题/Get food category selected topics
GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547972108635404

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

Try 获取创作者热门课程/Get creator hot course

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

Open in Playground

Related Models