Skip to content

酷狗API接口 #8

New issue

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

Open
heightzhang opened this issue Jul 15, 2017 · 0 comments
Open

酷狗API接口 #8

heightzhang opened this issue Jul 15, 2017 · 0 comments
Labels

Comments

@heightzhang
Copy link
Owner

酷狗音乐API接口整理

基于酷狗音乐整理的音乐API接口数据

音乐新歌榜

说明: 获取新歌曲榜单

必选参数:
page: json

接口地址: http://m.kugou.com/?json=true

音乐排行榜

说明: 获取音乐排行榜

必选参数:

接口地址: http://m.kugou.com/rank/list&json=true

返回数据

排行版分类歌曲列表

说明: 获取音乐排行榜

必选参数:
rankid 排行榜分类下id
json 返回类型

接口地址: 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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant