Weibo Hot Search

Weibo Hot Search

Request Address
https://api.briskapi.com/micro/hot60/weibo
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {Token}
Request Example CURL
curl https://api.briskapi.com/micro/hot60/weibo \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {Token}" \
-d '{}'
Response Example
{
	"data": [{
		"title": "京东PLUS升级后这些全免费",
		"intro": "",
		"show": [],
		"score": 860340,
		"img": "",
		"url": "https://s.weibo.com/weibo?q=京东PLUS升级后这些全免费"
	},
	...],
	"message": ""
}
Others
HTTP Status Code Explanation
API Use Online