We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基于酷狗音乐整理的音乐API接口数据
说明: 获取新歌曲榜单
必选参数: page: json
page
接口地址: http://m.kugou.com/?json=true
http://m.kugou.com/?json=true
说明: 获取音乐排行榜
必选参数:
接口地址: http://m.kugou.com/rank/list&json=true
http://m.kugou.com/rank/list&json=true
返回数据
必选参数: rankid 排行榜分类下id json 返回类型
rankid
json
接口地址: http://m.kugou.com/rank/info/?rankid=8888&page=1&json=true
http://m.kugou.com/rank/info/?rankid=8888&page=1&json=true
接口地址: http://m.kugou.com/plist/index&json=true
http://m.kugou.com/plist/index&json=true
说明: 获取 歌单下的音乐列表,需要添加 specialid
specialid
必选参数: specialid 125032
接口地址: http://m.kugou.com/plist/list/125032?json=true
http://m.kugou.com/plist/list/125032?json=true
说明: 获取 歌手分类
无 接口地址: http://m.kugou.com/singer/class&json=true
无
http://m.kugou.com/singer/class&json=true
classid
接口地址: http://m.kugou.com/singer/list/88?json=true
http://m.kugou.com/singer/list/88?json=true
singerid : 歌手id 3060
singerid
接口地址: http://m.kugou.com/singer/info/3060&json=true
http://m.kugou.com/singer/info/3060&json=true
hash : 音乐列表下的 音乐id
hash
接口地址: http://m.kugou.com/app/i/getSongInfo.php?cmd=playInfo&hash={$hash}
http://m.kugou.com/app/i/getSongInfo.php?cmd=playInfo&hash={$hash}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
酷狗音乐API接口整理
音乐新歌榜
说明: 获取新歌曲榜单
必选参数:
page
: json接口地址:
http://m.kugou.com/?json=true
音乐排行榜
说明: 获取音乐排行榜
必选参数:
接口地址:
http://m.kugou.com/rank/list&json=true
返回数据
排行版分类歌曲列表
说明: 获取音乐排行榜
必选参数:
rankid
排行榜分类下idjson
返回类型接口地址:
http://m.kugou.com/rank/info/?rankid=8888&page=1&json=true
返回数据
音乐歌单
说明: 获取音乐排行榜
必选参数:
接口地址:
http://m.kugou.com/plist/index&json=true
返回数据
歌单下的音乐列表
说明: 获取 歌单下的音乐列表,需要添加
specialid
必选参数:
specialid
125032接口地址:
http://m.kugou.com/plist/list/125032?json=true
返回数据
歌手分类
说明: 获取 歌手分类
必选参数:
无
接口地址:
http://m.kugou.com/singer/class&json=true
歌手分类下面的歌手列表
说明: 获取 歌手分类
必选参数:
classid
接口地址:
http://m.kugou.com/singer/list/88?json=true
歌手信息
说明: 获取 歌手分类
必选参数:
singerid
: 歌手id 3060接口地址:
http://m.kugou.com/singer/info/3060&json=true
音乐详情
说明: 获取 歌手分类
必选参数:
hash
: 音乐列表下的 音乐id接口地址:
http://m.kugou.com/app/i/getSongInfo.php?cmd=playInfo&hash={$hash}
The text was updated successfully, but these errors were encountered: