50条抖音App热点视频话题榜单数据,每3分钟同步更新一次
接口地址: http://你的域名/api/dm-douyinhot
返回格式: UTF-8/JSON
请求方式: GET/POST
请求示例: http://你的域名/api/dm-douyinhot
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
无 | 否 | 无 | 无 |
返回参数说明:
名称 | 类型 | 示例值 | 说明 |
---|---|---|---|
hotindex | int | 9023742 | 热搜榜指数 | label | int | 1 | 标签类型,1新,2荐,3热 |
word | string | 赵丽颖张慧雯斗舞 | 热点话题 |
返回示例:
{ "code": 200, "msg": "success", "newslist": [ { "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 | String | 返回的状态码 -1/1 失败/成功 |
msg | String | 返回结果提示信息! |
代码示例:
暂无示例.