好看视频解析
139
领酷API接口大全
接口地址
http://api.ilingku.com/int/v1/haokan
返回格式
json/text/url
请求方式
get/post
请求示例
http://api.ilingku.com/int/v1/haokan?url=https://haokan.baidu.com/v?vid=18026604341596867564
参数说明
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | string | 需要解析的好看视频url |
format | 否 | string | 输出格式(text、url、json)默认为json |
返回数据
{
"code": 200,
"msg": "解析成功",
"title": "天赐的声音:弦子和七叔现场演唱《莫问归期》,第一句就这么动听",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/1080p/h264_cae/1621012383487782077/mda-md1nwqhy0zfeht0u.mp4",
"type": "mp4",
"metareferer": "always",
"data": [
{
"key": "sd",
"name": "标清",
"hw": "360x640",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/360p/h264_cae/1621012383469961838/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "hd",
"name": "高清",
"hw": "480x854",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/480p/h264_cae/1621012383371567328/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "sc",
"name": "超清",
"hw": "720x1280",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/720p/h264_cae/1621012383338945043/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "1080p",
"name": "蓝光",
"hw": "1080x1920",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/1080p/h264_cae/1621012383487782077/mda-md1nwqhy0zfeht0u.mp4"
}
]
}