视频详情
测试环境
测试环境
GET
/api/video/info
责任人:Dragonsss
请求参数
Query 参数
bvid
string
视频vid
示例值:
BV15v4y1F74k
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:6688/api/video/info'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
ttl
integer
必需
data
object
必需
bvid
string
必需
aid
integer
必需
videos
integer
必需
tid
integer
必需
tname
string
必需
copyright
integer
必需
pic
string
必需
title
string
必需
pubdate
integer
必需
ctime
integer
必需
desc
string
必需
desc_v2
array [object {3}]
必需
state
integer
必需
duration
integer
必需
rights
object
必需
owner
object
必需
stat
object
必需
dynamic
string
必需
cid
integer
必需
dimension
object
必需
premiere
null
必需
teenage_mode
integer
必需
is_chargeable_season
boolean
必需
is_story
boolean
必需
no_cache
boolean
必需
pages
array [object {8}]
必需
subtitle
object
必需
is_season_display
boolean
必需
user_garb
object
必需
honor_reply
object
必需
like_icon
string
必需
示例
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"bvid": "BV15v4y1F74k",
"aid": 557306206,
"videos": 1,
"tid": 231,
"tname": "计算机技术",
"copyright": 1,
"pic": "http://i0.hdslb.com/bfs/archive/f97c4b548866dd3bef4a24f422fb3d2ef7a321ee.jpg",
"title": "别人在PE里面植入广告,我在PE里面植入病毒",
"pubdate": 1661245437,
"ctime": 1661245437,
"desc": "警告:此系统仅限研究测试使用,非专业人士请勿下载!\n\n下载地址:https://wwd.lanzouv.com/i5zAY0a334ij\n访问密码:关注",
"desc_v2": [
{
"raw_text": "警告:此系统仅限研究测试使用,非专业人士请勿下载!\n\n下载地址:https://wwd.lanzouv.com/i5zAY0a334ij\n访问密码:关注",
"type": 1,
"biz_id": 0
}
],
"state": 0,
"duration": 360,
"rights": {
"bp": 0,
"elec": 0,
"download": 1,
"movie": 0,
"pay": 0,
"hd5": 0,
"no_reprint": 1,
"autoplay": 1,
"ugc_pay": 0,
"is_cooperation": 0,
"ugc_pay_preview": 0,
"no_background": 0,
"clean_mode": 0,
"is_stein_gate": 0,
"is_360": 0,
"no_share": 0,
"arc_pay": 0,
"free_watch": 0
},
"owner": {
"mid": 493998035,
"name": "SYSTEM-RAMOS-ZDY",
"face": "https://i2.hdslb.com/bfs/face/63ac812c28ba72004cd53cea2c90d1eaaa121ed6.jpg"
},
"stat": {
"aid": 557306206,
"view": 28212,
"danmaku": 213,
"reply": 143,
"favorite": 557,
"coin": 135,
"share": 45,
"now_rank": 0,
"his_rank": 0,
"like": 925,
"dislike": 0,
"evaluation": "",
"argue_msg": ""
},
"dynamic": "众所周知,WinPE除了维护系统,还可以用来破坏系统",
"cid": 812064752,
"dimension": {
"width": 1440,
"height": 1080,
"rotate": 0
},
"premiere": null,
"teenage_mode": 0,
"is_chargeable_season": false,
"is_story": false,
"no_cache": false,
"pages": [
{
"cid": 812064752,
"page": 1,
"from": "vupload",
"part": "别人在PE里面植入广告,我在PE里面植入病毒",
"duration": 360,
"vid": "",
"weblink": "",
"dimension": {
"width": 1440,
"height": 1080,
"rotate": 0
}
}
],
"subtitle": {
"allow_submit": true,
"list": []
},
"is_season_display": false,
"user_garb": {
"url_image_ani_cut": ""
},
"honor_reply": {},
"like_icon": ""
}
}
修改于 2022-12-02 11:10:56