# 百度热搜榜
>[danger] 免费接口,每日100次免费调用
## 接口调用([调用须知](https://www.kancloud.cn/chimney/cn-api/2491302))
>[info] 百度热搜热点top30数据,系统每小时更新一次。
## 请求地址
~~~
GET https://api.cnbook.top/baidu/top/realtime
~~~
## 返回结果说明
| 名称 | 类型 | 示例值 | 说明 |
| --- | --- | --- | --- |
| detail | string | https://www.baidu.com/s?wd=%E8%A2%AB%E6%B7%B9%E6%B2%A1%E7%9A%84%E6%9D%91%E5%BA%84%3A%E4%B8%89%E9%81%93%E9%98%B2%E7%BA%BF%E9%9A%BE%E6%8A%B5%E6%B4%AA%E6%B0%B4&rsv_dl=fyb_news | 链接 |
| cover | string | https://fyb-1.cdn.bcebos.com/fyb-1//915047e79f2bdf337f86543582337134?x-bce-process=image/resize,m_fill,w_256,h_170 | 封面 |
| rank | int | 1 | 排名 |
| index | int | 4970679 | 热搜指数 |
| title | string | 被淹没的村庄 | 标题 |
| description | string | 受汾河40年来最大洪峰过境影响,山西稷山县稷峰镇荆平村连续5日处于洪水淹没中。村委会主任称,曾组织村民连设三道防线,还是难抵洪水涌入。 | 简介 |
#### 返回示例
~~~
{
"code": 0,
"message": "success",
"data": [
{
"detail": "https://www.baidu.com/s?wd=%E8%A2%AB%E6%B7%B9%E6%B2%A1%E7%9A%84%E6%9D%91%E5%BA%84%3A%E4%B8%89%E9%81%93%E9%98%B2%E7%BA%BF%E9%9A%BE%E6%8A%B5%E6%B4%AA%E6%B0%B4&rsv_dl=fyb_news",
"cover": "https://fyb-1.cdn.bcebos.com/fyb-1//915047e79f2bdf337f86543582337134?x-bce-process=image/resize,m_fill,w_256,h_170",
"rank": 1,
"index": 4970679,
"title": "被淹没的村庄:三道防线难抵洪水",
"description": "受汾河40年来最大洪峰过境影响,山西稷山县稷峰镇荆平村连续5日处于洪水淹没中。村委会主任称,曾组织村民连设三道防线,还是难抵洪水涌入。"
},
{
"detail": "https://www.baidu.com/s?wd=%E4%B8%8B%E5%8D%8A%E5%B9%B4%E6%9D%A5%E6%9C%80%E5%BC%BA%E5%86%B7%E7%A9%BA%E6%B0%94%E6%9D%A5%E8%A2%AD&rsv_dl=fyb_news",
"cover": "https://fyb-1.cdn.bcebos.com/fyb-1//4dc3709cbff927ad49eeddf28ab7c119?x-bce-process=image/resize,m_fill,w_256,h_170",
"rank": 2,
"index": 4872316,
"title": "下半年来最强冷空气来袭",
"description": "中央气象台消息,受较强冷空气影响,预计10月14日至17日,我国中东部地区将先后出现大风降温、雨雪天气,部分地区降温幅度可达12~16℃。"
}
],
"trace": 1634059375
}
~~~