头条热榜

今日头条热搜话题榜

接口文档

接口地址: https://whyta.cn/api/toutiao

返回格式: JSON

请求方式: GET

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

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

请求参数:

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

返回参数说明:

参数类型示例说明
data[][{},{}]热门新闻
titlestring今日头条来源出处

返回示例:

{
  "code": 200,
  "name": "toutiao",
  "title": "今日头条",
  "type": "热榜",
  "link": "https://www.toutiao.com/",
  "total": 50,
  "fromCache": true,
  "updateTime": "2025-03-08T15:20:26.252Z",
  "data": [
    {
      "id": "7478865230039121961",
      "title": "二手小米SU7 Ultra卖到65万",
      "cover": "https://p3-sign.toutiaoimg.com/mosaic-legacy/2b29000036f8405561443~tplv-tt-shrink:960:540.jpeg?_iz=30575&from=sign_default&lk3s=8d617dac&x-expires=1743984000&x-signature=z5DHiXWVtpp9UUQQHuYvcW52D%2FM%3D",
      "timestamp": 7478865230039122000,
      "hot": 107679,
      "url": "https://www.toutiao.com/trending/7478865230039121961/",
      "mobileUrl": "https://api.toutiaoapi.com/feoffline/amos_land/new/html/main/index.html?topic_id=7478865230039121961"
    },
    {
      "id": "7478393047366025257",
      "title": "加拿大省长模仿特朗普签令下架美国酒",
      "cover": "https://p3-sign.toutiaoimg.com/mosaic-legacy/2b29000036f8405561443~tplv-tt-shrink:960:540.jpeg?_iz=30575&from=sign_default&lk3s=8d617dac&x-expires=1743984000&x-signature=z5DHiXWVtpp9UUQQHuYvcW52D%2FM%3D",
      "timestamp": 7478393047366025000,
      "hot": 97432,
      "url": "https://www.toutiao.com/trending/7478393047366025257/",
      "mobileUrl": "https://api.toutiaoapi.com/feoffline/amos_land/new/html/main/index.html?topic_id=7478393047366025257"
    }
  ]
}