稳定、快速、免费的 API 接口服务
抖音热点视频话题榜
接口地址: https://api.xdau.cn/api/xd-douyinhot
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.xdau.cn/api/xd-douyinhot
所有接口需携带秘钥,以免更新导致请求失败!
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
hotindex | int | 热搜榜指数 |
label | int | 标签类型,1新,2荐,3热 |
word | String | 热点话题 |
返回示例:
{ "code": 200, "msg": "success", "result": { "list": [ { "hotindex": 9023742, "label": 1, "word": "赵丽颖张慧雯斗舞" }, { "hotindex": 7956448, "label": 3, "word": "小S得知高以翔去世大哭" }, { "hotindex": 7658224, "label": 0, "word": "吴世勋8秒视频" }, { "hotindex": 7449241, "label": 3, "word": "药监局回应幼儿园厨师事件" }, { "hotindex": 7270640, "label": 0, "word": "夏之光模仿李佳琦" }, { "hotindex": 7104619, "label": 1, "word": "高以翔遗照曝光" }, { "hotindex": 6910584, "label": 0, "word": "沱沱曾否认家暴" }, { "hotindex": 6748350, "label": 0, "word": "张若昀的字" }, { "hotindex": 6560983, "label": 0, "word": "特战队员从天而降硬核求婚" }, { "hotindex": 6381879, "label": 0, "word": "六小龄童再演孙悟空" }, { "hotindex": 6238757, "label": 1, "word": "全球烤冷面大赛" }, { "hotindex": 6061359, "label": 0, "word": "日本航空引入女性裤装制服" }, { "hotindex": 5928367, "label": 0, "word": "18岁的吉娜撞脸郎朗" }, { "hotindex": 5807363, "label": 0, "word": "保安捡万元现金寒风中守护" }, { "hotindex": 5651759, "label": 0, "word": "李佳琦直播网速变迁史" }, { "hotindex": 5501310, "label": 0, "word": "网逃人员骑车载民警去抓自己" }, { "hotindex": 5382761, "label": 1, "word": "黄景瑜瘦了" }, { "hotindex": 5266329, "label": 0, "word": "失联20年北大博士后被找到" } ] } }
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
code | int | 成功 |
msg | String | 错误 |
代码示例:
暂无示例。