今日头条热搜话题榜
接口地址: https://whyta.cn/api/toutiao
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/toutiao?key=你的APIKEY
接口备注:2
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的 APIKEY |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
url | string | https://www.toutiao.com/trending/75011095883814041/ | 热门新闻 |
title | string | 今日头条 | 新闻标题 |
{
"item":[
{
"id": "7501109588381404711",
"title": "赵心童世锦赛夺冠奖金有多少",
"url": "https://www.toutiao.com/trending/7501109588381404711/",
"extra": {}
},
{
"id": "7499709158896680970",
"title": "春晚机器人五一兼职累到翘二郎腿",
"url": "https://www.toutiao.com/trending/7499709158896680970/",
"extra": {}
}
]
}