接口地址
https://api.briskapi.com/hot/weibo
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求示例CURL
curl https://api.briskapi.com/hot/weibo \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{}'
返回示例
[
{
"title": "京东PLUS升级后这些全免费",
"intro": "",
"show": [],
"score": 860340,
"img": "",
"url": "https://s.weibo.com/weibo?q=京东PLUS升级后这些全免费"
},
...
]
返回字段说明
-
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在线使用