今日头条热搜话题榜
接口地址: https://whyta.cn/api/toutiao
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/toutiao?key=你的APIKEY
接口备注:2
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的 APIKEY |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
data | [] | [{},{}] | 热门新闻 |
title | string | 今日头条 | 来源出处 |
{
"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"
}
]
}