返回首页

36氪热榜聚合

接口说明

支持36kr:人气榜/视频榜/热议榜/收藏榜

接口基本信息

API地址

http://api.tcslw.cn/api/hotlist/36kr

请求方式

GET

返回格式

JSON

接口状态

正常启用

参数说明

以下参数为接口所需调用信息

名称 是否必填 类型 说明
type video 视频榜?type=video
type hot 人气榜?type=hot
type comment 热议榜?type=comment
type collect 收藏榜?type=collect

请求示例

HTTP请求

http://api.tcslw.cn/api/hotlist/36kr?type=hot

返回结果

HTTP 200 OK
'hot' => '人气榜', 'video' => '视频榜', 'comment' => '热议榜', 'collect' => '收藏榜',

调用示例


        

示例代码