# 百度熱搜榜
>[danger] 免費接口,每日100次免費調用
## 接口調用([調用須知](http://www.hmoore.net/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
}
~~~