网易云解析

接口地址: http://res.abeim.cn/api-music_163_jx

返回格式: JSON/302重定向

请求方式: GET/POST

请求示例: http://res.abeim.cn/api-music_163_jx?id=1475596788

请求参数说明:

名称 必填 类型 说明
id 必填 String 网易云音乐id
location 选填 Bool 输入true直接302到音乐直链

响应参数说明:

名称 类型 说明
code Int 返回状态码
200:成功
msg String 返回提示信息
data Array 返回解析数据

响应参数说明(data):

名称 类型 说明
type String 文件格式
size Int 文件大小,单位kb
md5 String 文件md5值
url String 音乐直链

返回示例(json):

{
    "code": 200,
    "msg": "ok",
    "data": {
        "type": "m4a",
        "size": "3709.28Kb",
        "md5": "16f64e704b8f60d2b03201673eda256b",
        "url": "http://m10.music.126.net/20200905213048/cf6715ad76e5494a2ebd764f3ee9757e/yyaac/obj/wonDkMOGw6XDiTHCmMOi/3848923302/ae9b/29f0/9be6/16f64e704b8f60d2b03201673eda256b.m4a"
    }
}

错误码说明:

名称 类型 说明
code Int 100:系统异常
404:音乐id不存在
id String 输入的音乐id
msg String 提示信息

代码示例:

暂无示例,等待添加

更新日志:

暂无示例,等待添加