网易云音乐解析 API 接口分享
免费调用,支持多音质解析,可返回 JSON / text 或直接播放。
接口信息
- 接口地址:
https://api.kxzjoker.cn/api/163_music - 请求方式:GET / POST
- 返回格式:JSON / text / audio
请求参数
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| ids | 否 | string | 网易云音乐 id |
| url | 是 | string | 音乐分享链接 |
| level | 是 | string | 音质(见下表) |
| type | 是 | string | 响应方式(json / text / down) |
注意:
ids和url任选其一即可。
音质参数说明
standard— 标准音质exhigh— 极高品质lossless— 无损音质hires— Hi-Res 音质jyeffect— 高清环绕声sky— 沉浸环绕声jymaster— 超清母带
请求示例
- JSON 响应:
text1
https://api.kxzjoker.cn/api/163_music?url=http://163cn.tv/CeGKtV2&level=jymaster&type=json - text 响应:
text1
https://api.kxzjoker.cn/api/163_music?url=http://163cn.tv/CeGKtV2&level=jymaster&type=text - 直接播放:
text1
https://api.kxzjoker.cn/api/163_music?url=http://163cn.tv/CeGKtV2&level=jymaster&type=down
返回参数示例(JSON)
json
1
2
3
4
5
6
7
8
9
10
11
12
{
"al_name": "游京",
"ar_name": "DJ晓锋",
"level": "超清母带",
"lyric": "[00:00.00] 作词 : 海伦\n[00:01.00] 作曲 : 海伦\n...",
"name": "游京 (太阳照常升起)",
"pic": "https://p1.music.126.net/js6M1T2VMnarythIHOae3Q==/109951170242534685.jpg",
"size": "160.72MB",
"status": 200,
"tlyric": "",
"url": "https://m801.music.126.net/...flac"
}
更多免费资源
- 免费调用 API 网站(无推广):https://api.kxzjoker.cn
- 免费图床、短视频解析去水印 API、随机小姐姐视频 API 等,欢迎探索。