微博是国内最大的社交平台,其热搜榜单某种程度上反应了国内的舆论行情。该接口会输出微博热搜前50个话题的相关数据。热搜榜单数据,每30分钟更新一次。热搜链接https://s.weibo.com/weibo?q=关键词。
接口地址: https://whyta.cn/api/tx/weibohot
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/weibohot?key=你的APIKEY
接口备注:4
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的APIKEY |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
hotword | string | 失踪女童确认曾在漳州出现 | 热搜话题 |
hotwordnum | string | 129940 | 热搜指数 |
hottag | string | 热 | 热搜标签 |
{
"code": 200,
"msg": "success",
"result": {
"list": [
{
"hotword": "失踪女童确认曾在漳州出现",
"hotwordnum": "129940",
"hottag": "热"
},
{
"hotword": "沈佳妮给朱亚文备注是大腻乎",
"hotwordnum": "101845",
"hottag": "新"
},
{
"hotword": "为什么中国急着垃圾分类",
"hotwordnum": "60143",
"hottag": "热"
},
{
"hotword": "闫桉宋雨琦好甜",
"hotwordnum": "55388",
"hottag": "热"
},
{
"hotword": "WE现场加油声音被消音",
"hotwordnum": "54237",
"hottag": "新"
}
]
}
}