360热搜

360热搜

接口地址
https://api.briskapi.com/hot/so360
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求参数
  • tab string 必需
    Optional parameters:
    "热搜", "短视频", "电视剧", "电影", "综艺", "动漫"
请求示例CURL
curl https://api.briskapi.com/hot/so360 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{
   "tab": "热搜"
}'
返回示例
[
          {
		"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"
	},
	...
]
返回字段说明
  • title string
    The title of the trending topic
  • intro string
    A brief summary of the content
  • show array
    Extra details such as category (e.g. movie, novel, game), author, etc
  • score int
    Numeric score representing the topic’s “heat” or popularity
  • img string
    URL of the associated image
  • url string
    Direct link to the full content
其他
HTTP状态码说明
API在线使用