Zhihu Hot List

Zhihu Hot List

Request Address
https://api.briskapi.com/micro/hot60/zhihu
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {Token}
Request Example CURL
curl https://api.briskapi.com/micro/hot60/zhihu \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {Token}" \
-d '{}'
Response Example
{
	"data": [{
		"title": "为什么有「损伤膝盖不是因为运动而是因为不动」的说法?",
		"intro": "",
		"show": [],
		"score": 47,
		"img": "",
		"url": "https://api.zhihu.com/questions/8624858538"
	},
	...],
	"message": ""
}
Others
HTTP Status Code Explanation
API Use Online