今日头条热搜话题榜
接口地址: https://whyta.cn/api/tx/toutiaohot
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/toutiaohot?key=你的APIKEY
接口备注:2
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
key | string | 是 | 你的APIKEY |
参数 | 类型 | 类型 | 说明 |
---|---|---|---|
code | int | 200 | 状态码 |
msg | string | success | 错误信息 |
result | object | {} | 返回结果集 |
hotindex | int | 5036779 | 热搜榜指数 |
word | string | 北方小年吃什么 | 热点话题 |
{
"code": 200,
"msg": "success",
"result": {
"list": [
{
"hotindex": 5036779,
"word": "北方小年吃什么"
},
{
"hotindex": 4027665,
"word": "韩国:欢迎中国游客早日到访济州"
},
{
"hotindex": 4451258,
"word": "希望推动中美经贸关系早日重回正轨"
}
]
}
}