Others
HTTP Status Code ExplanationAPI Online Call
Request Address
https://api.briskapi.com/hot/zhihu
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {API key}
Request Example CURL
curl https://api.briskapi.com/hot/zhihu \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
Response Example
[
{
"title": "为什么有「损伤膝盖不是因为运动而是因为不动」的说法?",
"intro": "",
"show": [],
"score": 47,
"img": "",
"url": "https://api.zhihu.com/questions/8624858538"
},
...
]
Response Description
-
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