快手热榜

快手热榜

接口地址
https://api.briskapi.com/hot/kuaishou
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求示例CURL
curl https://api.briskapi.com/hot/kuaishou \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
返回示例
[
            {
		"title": "英雄联盟2025赛季影片",
		"intro": "",
		"show": [],
		"score": 47,
		"img": "http://ali2.a.kwimgs.com/upic/2025/01/07/13/BMjAyNTAxMDcxMzMzNDFfNDUwODU2NjUwXzE1MzI5MDczODU5MV8wXzM=_ccc_B09e6479e0e9e5e52ce86d74b0d3ccfb4.jpg?tag=1-1736326723-unknown-0-fr0ucfqvpn-276a01f26b53bf5d\u0026clientCacheKey=3xu3tj947a3hjt6_ccc.jpg\u0026bp=13360",
		"url": "https://www.kuaishou.com/short-video/3xu3tj947a3hjt6?streamSource=hotrank\u0026trendingId=英雄联盟2025赛季影片\u0026area=homexxunknown"
	    },
	    ...
]
返回字段说明
  • 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在线使用