抖音热点

抖音热点

接口地址
https://api.briskapi.com/hot/douyin
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求示例CURL
curl https://api.briskapi.com/hot/douyin \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
返回示例
[
        {
		"title": "王者荣耀 游戏",
		"intro": "S28赛季开启:狂沙之外,坚守所在。",
		"show": [{
			"Type": 3,
			"Raw": "\"类型:手机游戏\"",
			"Str": "类型:手机游戏",
			"Num": 0,
			"Index": 537,
			"Indexes": null
		}],
		"score": 74444,
		"img": "https://fyb-1.cdn.bcebos.com/fyb-1/20230320/be4bfe5b0b216b677effc33d1fd3f1d2",
		"url": "https://www.baidu.com/s?word=%E7%8E%8B%E8%80%85%E8%8D%A3%E8%80%80+%E6%B8%B8%E6%88%8F\u0026sa=fyb_game_mobile"
	 },
        ...
]
返回字段说明
  • 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在线使用