头条热搜榜

今日头条热搜话题榜

接口文档

接口地址: https://whyta.cn/api/tx/toutiaohot

返回格式: JSON

请求方式: GET

请求示例:https://whyta.cn/api/tx/toutiaohot?key=你的APIKEY

接口备注:2 =>扫码关注公众号获取APIKEY<=

请求参数:

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

返回参数说明:

参数类型类型说明
codeint200状态码
msgstringsuccess错误信息
resultobject{}返回结果集
hotindexint5036779热搜榜指数
wordstring北方小年吃什么热点话题

返回示例:

JSON返回示例

{
  "code": 200,
  "msg": "success",
  "result": {
    "list": [
      {
        "hotindex": 5036779,
        "word": "北方小年吃什么"
      },
      {
        "hotindex": 4027665,
        "word": "韩国:欢迎中国游客早日到访济州"
      },
      {
        "hotindex": 4451258,
        "word": "希望推动中美经贸关系早日重回正轨"
      }
    ]
  }
}