360 Hot Search

360 Hot Search

Request Address
https://api.briskapi.com/micro/hot60/360
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {Token}
Request Parameters
Name Type Required Description
tab string "热搜", "短视频", "电视剧", "电影", "综艺", "动漫"
Request Example CURL
curl https://api.briskapi.com/micro/hot60/360 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {Token}" \
-d '{
   "tab": "热搜"
}'
Response Example
{
	"data": [{
		"title": "24年快递破1700亿件",
		"intro": "1月8日,国家邮政局局长赵冲久1月8日在2025年全国邮政工作会议上介绍,2024年我国快递业务量达到1745亿件。",
		"show": [{
			"Type": 3,
			"Raw": "\"新闻\"",
			"Str": "新闻",
			"Num": 0,
			"Index": 50372,
			"Indexes": null
		}],
		"score": 67574,
		"img": "https://p0.qhimg.com/t11508c75c87d7e6bda87099877.jpg?size=524x300",
		"url": "https://www.so.com/s?q=24年快递破1700亿件\u0026src=know_side_nlp_sohot\u0026tn=news"
	},
	...],
	"message": ""
}
Others
HTTP Status Code Explanation
API Use Online