# 36氪綜合榜
>[danger] 免費接口,每日100次免費調用
## 接口調用([調用須知](http://www.hmoore.net/chimney/cn-api/2491302))
>[info] 36氪收藏榜列表數據
## 請求地址
~~~
GET https://api.cnbook.top/36kr/hot-list/zonghe
~~~
## 請求參數
| 名稱 | 必填 | 類型 | 說明 |
| --- | --- | --- | --- |
| date | 是 | string | 日期,格式:2021-10-12 |
| page | 否 | int | 頁數,默認為1,頁大小為20 |
## 返回結果說明
| 名稱 | 類型 | 示例值 | 說明 |
| --- | --- | --- | --- |
| cover | string | https://img.36krcdn.com/20211010/v2_07c49eb7a3ae4deda9fa9a3df4f63d1b_img_jpeg?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 | 2021年的互聯網平臺競爭版圖 | 標題 |
| description | string | 截止2021年上半年,各大互聯網平臺已經把絕大部分用戶、賽道和商業模式瓜分殆盡。時至今日,要從零開始建立一個 | 簡介 |
| detail | string | https://www.36kr.com/p/1434982496566915 | 鏈接 |
| author | string | 互聯網怪盜團 | 作者 |
| author_page | string | https://www.36kr.com/user/5290816 | 作者主頁 |
| hot | string | 0 | 熱度 |
| collect | string | 1096 | 收藏量 |
#### 返回示例
~~~
{
"code": 0,
"message": "success",
"data": [
{
"cover": "https://img.36krcdn.com/20211010/v2_07c49eb7a3ae4deda9fa9a3df4f63d1b_img_jpeg?x-oss-process=image/resize,m_mfit,w_600,h_400,limit_0/crop,w_600,h_400,g_center",
"rank": 1,
"title": "2021年的互聯網平臺競爭版圖",
"description": "截止2021年上半年,各大互聯網平臺已經把絕大部分用戶、賽道和商業模式瓜分殆盡。時至今日,要從零開始建立一個",
"detail": "https://www.36kr.com/p/1434982496566915",
"author": "互聯網怪盜團",
"author_page": "https://www.36kr.com/user/5290816",
"hot": "0",
"collect": "1096"
},
{
"cover": "https://img.36krcdn.com/20210923/v2_5fdd25ecf8614e32a442b057228fd261_img_jpg?x-oss-process=image/resize,m_mfit,w_600,h_400,limit_0/crop,w_600,h_400,g_center",
"rank": 2,
"title": "年輕人,我為什么要勸你少刷短視頻、多讀書",
"description": "重拾這個“古老”的愛好。",
"detail": "https://www.36kr.com/p/1410632291145351",
"author": "神譯局",
"author_page": "https://www.36kr.com/user/1864046570",
"hot": "0",
"collect": "536"
}
],
"trace": 1634095195
}
~~~