微博热搜榜

微博是国内最大的社交平台,其热搜榜单某种程度上反应了国内的舆论行情。该接口会输出微博热搜前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 =>扫码关注公众号获取APIKEY<=

请求参数:

参数类型必填示例值说明
keystring你的APIKEY

返回参数说明:

参数类型示例说明
hotwordstring失踪女童确认曾在漳州出现热搜话题
hotwordnumstring129940热搜指数
hottagstring热搜标签

返回示例:

JSON返回示例

{
  "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": "新"
      }
    ]
  }
}