笒鬼鬼Q:2963246343,Q群:443126544
小黄说明:本接口不支持商用,仅用于学习交流~
音质列表: acc=>普通音质 ACC, wma=>普通音质 WMA, ogg=>标准音质 OGG, standard=>低音质 MP3, exhigh=>高音质 MP3, ape=>无损音质(ape) FLAC, lossless=>无损 FLAC, hires=>HiRes音质 FLAC, zp=>超高音质(zp) FLAC, hifi=>超高音质 MFLAC(需要解密), sur=>臻品全景音 MFLAC(需要解密), jymaster=>臻品母带 MFLAC(需要解密),默认高音质 MP3
欢迎老板来购买哦,接口不便宜请想好再联系~
请求地址:https://kw-api.cenguigui.cn?name=歌曲名称/歌手
请求方法:GET/POST
请求参数:
参数名称 | 参数类型 | 是否必填 | 默认值 | 参数描述 |
---|---|---|---|---|
搜索参数 | ||||
name | string | 是 | 无 | 歌曲名/歌手 |
page | int | 非必填 | 1 | 搜索结果的偏移量,用于分页显示搜索结果 |
limit | int | 非必填 | 30 | 显示歌曲数量 |
调用示例:https://kw-api.cenguigui.cn?name=坏女孩&page=1&limit=10 |
||||
热门搜索 | ||||
name | 中文 | 是 | 无 | 搜索关键词,默认空返回热门搜索 |
type | 指定 | 是 | 无 | searchKey |
调用示例:https://kw-api.cenguigui.cn?type=searchKey 调用示例:https://kw-api.cenguigui.cn?name=薛之&type=searchKey |
||||
歌单参数 | ||||
playlist | int | 是 | 无 | 歌单ID |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 30 | 列表显示歌曲的数量 |
type | 指定 | 是 | 无 | list |
调用示例:https://kw-api.cenguigui.cn?id=3528940505&limit=30&type=list |
||||
精选榜单参数 | ||||
type | 指定 | 是 | 无 | new |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
调用示例:https://kw-api.cenguigui.cn?type=new&page=1&limit=30 |
||||
推荐歌单参数 | ||||
name | 中文 | 是 | 无 | 精选/最热,默认精选 |
type | 指定 | 是 | 无 | new |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
调用示例:https://kw-api.cenguigui.cn?name=精选&page=1&limit=30&type=rcmlist |
||||
排行榜参数 | ||||
name | 中文 | 是 | 无 | 飙升榜/新歌榜/热歌榜/歌曲榜/DJ榜/畅听榜 |
type | 指定 | 是 | 无 | rank |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
调用示例:https://kw-api.cenguigui.cn?name=热歌榜&type=rank |
||||
歌手列表参数 | ||||
type | 指定 | 是 | 无 | artist |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
type | 指定 | 是 | 无 | artist |
调用示例:https://kw-api.cenguigui.cn?type=artist&page=1&limit=30 |
||||
歌手名下歌曲参数 | ||||
type | 指定 | 是 | 无 | artistMusic |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
调用示例:https://kw-api.cenguigui.cn?id=336&page=1&limit=30&type=artistMusic |
||||
歌手详情参数 | ||||
id | 歌手id | 是 | 无 | artistid |
type | 指定 | 是 | 无 | artistid |
调用示例:https://kw-api.cenguigui.cn?id=336&type=artistid |
||||
MV列表参数 | ||||
id | int | 是 | 无 | mv列表的id |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 30 | 列表显示歌曲的数量 |
type | 指定 | 是 | 无 | mvList |
调用示例:https://kw-api.cenguigui.cn?id=236742508&page=1&limit=30&type=mvList |
||||
mv解析参数 | ||||
id | 指定 | 是 | 无 | 歌曲id |
level | 指定 | 无 | 无 | 360p,480p,720p,1080p,2k,默认1080p,没有高画质的会自动切换低画质 |
type | 指定 | 是 | 无 | mv |
调用示例:https://kw-api.cenguigui.cn?id=145389372&level=2k&type=mv 跳转mv示例:https://kw-api.cenguigui.cn?id=145389372&level=2k&type=mv&format=mp4 |
||||
banner解析参数 | ||||
type | 指定 | 是 | 无 | banner |
调用示例:https://kw-api.cenguigui.cn?type=banner |
||||
歌词参数 | ||||
id | int | 是 | 无 | 获取歌词 |
type | 指定 | 是 | 无 | lyr |
format | 指定 | 是 | 无 | lineLyric/all |
调用示例:https://kw-api.cenguigui.cn?id=5960811&type=lyr&format=json 调用原始参数示例:https://kw-api.cenguigui.cn?id=5960811&type=lyr&format=all&format=lineLyric 调用汇总示例(格式化,逐字,原始):https://kw-api.cenguigui.cn?id=5960811&type=lyr&format=all |
||||
评论参数 | ||||
id | int | 是 | 无 | 获取评论 |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 30 | 列表显示歌曲的数量 |
type | 指定 | 是 | 无 | comments |
调用示例:https://kw-api.cenguigui.cn?id=5960811&page=1&limit=30&type=comments |
||||
歌曲参数 | ||||
id | int | 是 | 无 | 获取歌曲 |
type | 指定 | 是 | 无 | song |
format | json/mp3/pic | 是 | 直接返回链接 | 获取歌曲 |
level | acc/wma/ogg/standard/exhigh/ape/lossless/hires/zp/hifi/sur/jymaster | 否 | exhigh | acc 普通音质 ACC wma 普通音质 WMA ogg 标准音质 ogg standard 低音质 MP3 exhigh 高音质 MP3 ape 无损音质(ape) FLAC lossless 无损 FLAC hires HiRes音质 FLAC zp 超高音质(zp) flac hifi 超高音质 MFLAC(需要解密) sur 臻品全景音 MFLAC(需要解密) jymaster 臻品母带 MFLAC(需要解密),默认高音质mp3 |
直接跳转mp3示例:https://kw-api.cenguigui.cn?id=5960811&type=song&level=hires&format=mp3 直接跳转封面图片示例:https://kw-api.cenguigui.cn?id=5960811&type=song&format=pic |
响应数据类型:JSON
响应结果名称 | 响应结果类型 | 响应结果描述 |
---|---|---|
code | int | 解析状态码 |
title | string | 提示信息 |
type | string | 解析类型 |
data | json | 具体解析数据,详细字段请看响应示例 |
请求示例:https://kw-api.cenguigui.cn?name=坏女孩&page=1&limit=1
响应结果示例:
{
"code": 200,
"data": {
"rid": 22837479,
"name": "坏女孩",
"artist": "徐良&小凌",
"pic": "https://img4.kuwo.cn/star/albumcover/600/99/72/3993253407.jpg",
"lrc": "https://kw-api.cenguigui.cn?id=22837479&type=lyr&format=all"
"url": "https://kw-api.cenguigui.cn?id=22837479&type=song&level=exhigh&format=mp3"
}
}