全网实时热点热榜事件API

一、全网热榜

1个免费的帮助你获取全网热点事件的接口API

二、使用步骤

1、接口

重要提示:建议使用https协议,当https协议无法使用时再尝试使用http协议
请求方式: GET

https://luckycola.com.cn/tools/newsHot

2、请求参数

序号 参数 是否必须 说明
1 ColaKey 唯一验证ColaKey, 可前往官网获取(http(s): //luckycola.com.cn)

注意!!!: 如果您还没有Colakey,请先请前往官网获取
官网地址:http(s): //luckycola.com.cn/

三、 案例和demo

响应返回例子

{
    
    
	// 接口请求成功
	"code": 0,
	// 接口请求提示
	"msg": "实时热榜获取成功",
	"data": {
    
    
		// 全网热点列表
		"items": [
			{
    
    
				"ID": "138402265",
				"title": "12306 回应「硬卧下铺别人能不能坐」,称「使用权仅限购票者」,如何看待此事?",
				"thumbnail": "https://picx.zhimg.com/80/v2-8df3e1ad694b891de30195329156745b_1440w.webp?source=1940ef5c",
				"url": "https://www.zhihu.com/question/619841104",
				"md5": "ee197dbc8a1964d824196533ec89e19c",
				"extra": "44 万热度",
				"time": "1693389011",
				"nodeids": "4436,4435,4439,4438,4437,4594,29207,6",
				"topicid": "0",
				"domain": "zhihu.com",
				"sitename": "知乎",
				"logo": "https://file.ipadown.com/tophub/assets/images/media/zhihu.com.png_120x120.png",
				"views": "5636 万热度"
			},
			// ...
		],
		"day": "20230831",
		"limit": 1,
		"filter": ""
	}
}

猜你喜欢

转载自blog.csdn.net/qq_48896417/article/details/132612745