# 36氪人氣榜
>[danger] 免費接口,每日100次免費調用
## 接口調用([調用須知](http://www.hmoore.net/chimney/cn-api/2491302))
>[info] 36氪人氣榜列表數據
## 請求地址
~~~
GET https://api.cnbook.top/36kr/hot-list/renqi
~~~
## 請求參數
| 名稱 | 必填 | 類型 | 說明 |
| --- | --- | --- | --- |
| date | 是 | string | 日期,格式:2021-10-12 |
| page | 否 | int | 頁數,默認為1,頁大小為20 |
## 返回結果說明
| 名稱 | 類型 | 示例值 | 說明 |
| --- | --- | --- | --- |
| cover | string | https://img.36krcdn.com/20211012/v2_ea71ba84f7214ab4a760ad1bf7a7f83b_img_webp?x-oss-process=image/resize,m_mfit,w_600,h_400,limit_0/crop,w_600,h_400,g_center | 封面 |
| rank | int | 1 | 排名 |
| title | string | 抖音“快進” | 標題 |
| description | string | 內容更碎,用戶會更爽嗎? | 簡介 |
| detail | string | https://www.36kr.com/p/1437322372267651 | 鏈接 |
| author | string | 燃財經 | 作者 |
| author_page | string | https://www.36kr.com/user/822486185 | 作者主頁 |
| hot | string | 404.72 | 熱度 |
| collect | string | 1096 | 收藏量 |
#### 返回示例
~~~
{
"code": 0,
"message": "success",
"data": [
{
"cover": "https://img.36krcdn.com/20211012/v2_ea71ba84f7214ab4a760ad1bf7a7f83b_img_webp?x-oss-process=image/resize,m_mfit,w_600,h_400,limit_0/crop,w_600,h_400,g_center",
"rank": 1,
"title": "抖音“快進”",
"description": "內容更碎,用戶會更爽嗎?",
"detail": "https://www.36kr.com/p/1437322372267651",
"author": "燃財經",
"author_page": "https://www.36kr.com/user/822486185",
"hot": "404.72",
"collect": "0"
},
{
"cover": "https://img.36krcdn.com/20211012/v2_f99db1b1716441f4b27eefc16f3af661_img_000",
"rank": 2,
"title": "電力大變局:特高壓、儲能與智能電網",
"description": "這才是真正被我們忽略掉的\"大棋\"。",
"detail": "https://www.36kr.com/p/1437286862093955",
"author": "錦緞",
"author_page": "https://www.36kr.com/user/5282007",
"hot": "358.56",
"collect": "0"
}
],
"trace": 1634095195
}
~~~