接口地址
https://api.briskapi.com/hot/zhihu
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求示例CURL
curl https://api.briskapi.com/hot/zhihu \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
返回示例
[
{
"title": "为什么有「损伤膝盖不是因为运动而是因为不动」的说法?",
"intro": "",
"show": [],
"score": 47,
"img": "",
"url": "https://api.zhihu.com/questions/8624858538"
},
...
]
返回字段说明
-
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在线使用