哔哩哔哩热门排行榜

哔哩哔哩热门排行榜

接口地址
https://api.briskapi.com/hot/bilibili
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求参数
  • tab string 必需
    Optional parameters:
    "全站", "番剧", "国产动画", "国创", "纪录片", "动画", "音乐", "舞蹈", "游戏", "知识", "科技", "运动", "汽车", "生活", "美食", "动物", "鬼畜", "时尚", "娱乐", "影视", "电影", "电视剧", "综艺", "原创", "新人"
请求示例CURL
curl https://api.briskapi.com/hot/bilibili \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{
   "tab": "全站"
}'
返回示例
[
        {
	    "title": "虫王战队超王者",
	    "intro": "本篇为小约翰系列之胡兹。",
	    "show": [],
	    "score": 1,
	    "img": "http://i2.hdslb.com/bfs/archive/5d0d8ff4feb1948536225f457614a370b7bb5b14.jpg",
	    "url": "https://b23.tv/BV1pVrWY2EJK"
	},
	...
]
返回字段说明
  • 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在线使用