今日头条热榜 接口

分类:新闻资讯 请求方式:GET / POST

获取今日头条实时热榜, 返回热门新闻话题。

接口编码

hot-toutiao

调用地址

/api/data/hot-toutiao

按次价格

0.10 元/次

包月价格

9.90 元/月

今日头条热榜 接口说明

请求示例

GET  /api/data/hot-toutiao?业务参数&key=你的访问Key

请求体(POST)

{}

返回示例

{
  "code": 0,
  "data": {
    "platform": "\u4ECA\u65E5\u5934\u6761",
    "updated": "2026-08-20 12:00",
    "list": [
      {
        "rank": 1,
        "title": "\u5934\u6761\u70ED\u699C",
        "hot": "765432"
      }
    ]
  }
}

计费与试用说明