# Body_fetch_hot_total_video_list_api_v1_douyin_billboard_fetch_hot_total_video_list_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    BillboardTagChild:
      properties:
        value:
          anyOf:
            - type: integer
            - type: 'null'
          title: Value
          description: >-
            子级垂类标签id，从fetch_content_tag接口获取/Sub-level vertical category tag id,
            obtained from the fetch_content_tag endpoint
      type: object
      title: BillboardTagChild
      x-apifox-orders:
        - value
      x-apifox-folder: ''
    BillboardTag:
      properties:
        value:
          anyOf:
            - type: integer
            - type: 'null'
          title: Value
          description: >-
            顶级垂类标签id，从fetch_content_tag接口获取/Top-level vertical category tag id,
            obtained from the fetch_content_tag endpoint
        children:
          anyOf:
            - items:
                $ref: '#/components/schemas/BillboardTagChild'
              type: array
            - type: 'null'
          title: Children
          description: >-
            子级垂类标签列表，省略则为该顶级垂类下全部/Sub-level vertical category tags, omit for all
            under this top-level tag
      type: object
      title: BillboardTag
      x-apifox-orders:
        - value
        - children
      x-apifox-folder: ''
    Body_fetch_hot_total_video_list_api_v1_douyin_billboard_fetch_hot_total_video_list_post:
      properties:
        page:
          type: integer
          title: Page
          description: 页码，默认1
          default: 1
        page_size:
          type: integer
          title: Page Size
          description: 每页数量，默认10
          default: 10
        date_window:
          type: integer
          title: Date Window
          description: 时间窗口(小时)，可选 1/24/72/168，代表近1小时/近1天/近3天/近7天，默认24
          default: 24
        sub_type:
          type: integer
          title: Sub Type
          description: 榜单分类，1001 视频总榜 1002 低粉爆款 1003 高完播率 1004 高涨粉率 1005 高点赞率
          default: 1001
        keyword:
          type: string
          title: Keyword
          description: 搜索关键词，对榜单按关键词过滤，空为全部
          default: ''
        tags:
          items:
            $ref: '#/components/schemas/BillboardTag'
          type: array
          title: Tags
          description: 垂类标签筛选，空则为全部，标签id从 fetch_content_tag 接口获取
          examples:
            - - children:
                  - value: 62808
                  - value: 62804
                value: 628
      type: object
      title: >-
        Body_fetch_hot_total_video_list_api_v1_douyin_billboard_fetch_hot_total_video_list_post
      x-apifox-orders:
        - page
        - page_size
        - date_window
        - sub_type
        - keyword
        - tags
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
