哔哩哔哩视频API
GET
https://api.cloverta.top/bili
请求参数
Query 参数
bvid
string
哔哩哔哩视频BV号
示例值:
BV1xs421g7yR
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cloverta.top/bili?bvid=BV1xs421g7yR'
返回响应
🟢200成功
application/json
Body
status
string
状态
message
string
信息
bvId
string
bv号
name
string
标题
author
string
作者
imageUrl
string
首图
description
string
描述
data
array [object {5}]
数据
cid
integer
可选
title
string
单集视频的标题
url
string
可选
duration
integer
单集视频时长
bvId
string
该视频bv号
示例
{
"status": "OK",
"message": "success",
"bvId": "BV1xs421g7yR",
"name": "【APEX】大⚡半⚡夜⚡闲⚡的⚡无⚡聊⚡剪⚡的",
"author": "寒武纪的叁叶虫",
"imageUrl": "http://i0.hdslb.com/bfs/archive/a3d9d7e36338644dfe704425e0634cd2d9dfecd2.jpg",
"description": "你怎么知道我有地平线传家宝了.jpg",
"data": [
{
"cid": 1568570663,
"title": "【APEX】大⚡半⚡夜⚡闲⚡的⚡无⚡聊⚡剪⚡的",
"url": "https://upos-sz-mirrorali.bilivideo.com/upgcxcode/63/06/1568570663/1568570663-1-16.mp4?e=ig8euxZM2rNcNbRVhwdVhwdlhWdVhwdVhoNvNC8BqJIzNbfq9rVEuxTEnE8L5F6VnEsSTx0vkX8fqJeYTj_lta53NCM=&uipk=5&nbs=1&deadline=1745609275&gen=playurlv2&os=alibv&oi=3546674971&trid=0ab9856fb78d46fb88607cc57022f16bh&mid=0&platform=html5&og=cos&upsig=8ed6db4261093207cb067a83c978d185&uparams=e,uipk,nbs,deadline,gen,os,oi,trid,mid,platform,og&bvc=vod&nettype=0&f=h_0_0&bw=59315&logo=80000000",
"duration": 115,
"bvId": "BV1xs421g7yR"
}
]
}
🟢200失败
修改于 2025-04-25 17:32:07