Request Address
https://api.briskapi.com/micro/hot60/bilibili
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {Token}
Request Parameters
Name |
Type |
Required |
Description |
tab |
string |
否 |
"全站", "番剧", "国产动画", "国创", "纪录片", "动画", "音乐", "舞蹈", "游戏", "知识", "科技", "运动", "汽车", "生活", "美食", "动物", "鬼畜", "时尚", "娱乐", "影视", "电影", "电视剧", "综艺", "原创", "新人" |
Request Example CURL
curl https://api.briskapi.com/micro/hot60/bilibili \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {Token}" \
-d '{
"tab": "全站"
}'
Response Example
{
"data": [{
"title": "虫王战队超王者",
"intro": "本篇为小约翰系列之胡兹。",
"show": [],
"score": 1,
"img": "http://i2.hdslb.com/bfs/archive/5d0d8ff4feb1948536225f457614a370b7bb5b14.jpg",
"url": "https://b23.tv/BV1pVrWY2EJK"
},
...],
"message": ""
}
Others
HTTP Status Code ExplanationAPI Use Online