# 36氪人气榜
>[danger] 免费接口,每日100次免费调用
## 接口调用([调用须知](https://www.kancloud.cn/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
}
~~~