笒鬼鬼Q:2963246343,Q群:695288151
小黄说明:音质说明 standard(标准音质), exhigh(极高音质), lossless(无损音质)
请求携带:&level=standard
音质列表: standard=>128MP3, exhigh=>328MP3, lossless=>2000falc, aac=>24acc, wma=>96wma, ape=>1000ape
欢迎老板来购买哦,接口不便宜请想好再联系~
请求地址: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 |
||||
歌单参数 | ||||
playlist | int | 是 | 无 | 歌单ID |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 30 | 列表显示歌曲的数量 |
调用示例: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 | 中文 | 是 | 无 | 飙升榜/新歌榜/热歌榜/歌曲榜/DJ榜/畅听榜 |
调用示例:https://kw-api.cenguigui.cn?name=热歌榜&type=rank |
||||
歌手列表参数 | ||||
type | 指定 | 是 | 无 | artist |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 99 | 列表显示歌曲的数量 |
调用示例: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 |
||||
歌手详情参数 | ||||
type | 指定 | 是 | 无 | artistid |
调用示例:https://kw-api.cenguigui.cn?id=336&type=artistid |
||||
MV列表参数 | ||||
id | int | 是 | 无 | mv列表的id |
page | int | 非必填 | 1 | 页数 |
limit | int | 非必填 | 30 | 列表显示歌曲的数量 |
调用示例:https://kw-api.cenguigui.cn?id=236742508&page=1&limit=30&type=mvList |
||||
mv解析参数 | ||||
id | 指定 | 是 | 无 | mv的id |
type | 指定 | 是 | 无 | mv |
调用示例:https://kw-api.cenguigui.cn?id=6809031&type=mv 跳转mv示例:https://kw-api.cenguigui.cn?id=6809031&type=mv&format=mp4 |
||||
banner解析参数 | ||||
type | 指定 | 是 | 无 | banner |
调用示例:https://kw-api.cenguigui.cn?type=banner |
||||
歌词参数 | ||||
id | int | 是 | 无 | 获取歌词 |
调用示例:https://kw-api.cenguigui.cn?id=79531914&type=lyr 调用原始参数示例:https://kw-api.cenguigui.cn?id=79531914&type=lyr&format=lineLyric |
||||
歌曲参数 | ||||
id | int | 是 | 无 | 获取歌曲 |
format | json/mp3/pic | 是 | 直接返回链接 | 获取歌曲 |
level | aac/wma/ape/standard/exhigh/lossless | 否 | exhigh | 切换音质 |
直接跳转mp3示例:https://kw-api.cenguigui.cn?id=79531914&type=song&level=exhigh&format=mp3 直接跳转封面图片示例:https://kw-api.cenguigui.cn?id=79531914&type=song&level=exhigh&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"
"id": "https://kw-api.cenguigui.cn?id=22837479&type=song&level=exhigh&format=mp3"
}
}