# 36氪收藏榜
>[danger] 免费接口,每日100次免费调用
## 接口调用([调用须知](https://www.kancloud.cn/chimney/cn-api/2491302))
>[info] 36氪收藏榜列表数据
## 请求地址
~~~
GET https://api.cnbook.top/36kr/hot-list/shoucang
~~~
## 请求参数
| 名称 | 必填 | 类型 | 说明 |
| --- | --- | --- | --- |
| 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
}
~~~