返回50条抖音App热点视频话题榜单数据,每3分钟同步更新一次。
接口地址: https://whyta.cn/api/tx/douyinhot
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/douyinhot?key=你的APIKEY
接口备注:4
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的APIKEY |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
hotindex | int | 9023742 | 热搜榜指数 |
label | int | 1 | 标签类型,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": "夏之光模仿李佳琦"
}
]
}
}