人生若只如初见 - 领酷博客 - 酷我api https://blog.ilingku.com/tag/%E9%85%B7%E6%88%91api/ 酷我音乐官方api接口整理/解析Api接口分享 https://blog.ilingku.com/archives/67/ 2026-06-10T22:00:00+08:00 1、获取音乐在线播放接口(付费音乐也可以获取完整版)接口:https://antiserver.kuwo.cn/anti.s?type=convert_url3&rid=填写音乐ID&format=mp3示例:http://antiserver.kuwo.cn/anti.s?format=mp3&rid=3039220&type=convert_url3&response=res示例这个音乐ID是反方向的钟,返回值的URL就是在线播放地址。2、获取音乐MV的接口(只有有MV的才可以)接口:https://antiserver.kuwo.cn/anti.s?type=convert_url3&rid=填写音乐ID&format=mp4示例:https://antiserver.kuwo.cn/anti.s?type=convert_url3&rid=215257&format=mp4示例这个音乐ID是反方向的钟,返回值的URL就是在线播放地址。3、获取音乐下载的接口,也可以用刚刚的MP3接口右键下载,这个是直接调用下载(付费音乐也可以获取完整版)接口:https://antiserver.kuwo.cn/anti.s?type=convert_url3&rid=填写音乐ID&format=wma示例:https://antiserver.kuwo.cn/anti.s?type=convert_url3&rid=215257&format=wma示例这个音乐ID是反方向的钟,返回值的URL就是下载地址。4,获取歌词的接口(有时候可以获取到,有时候获取不到)接口:https://www.kuwo.cn/newh5/singles/songinfoandlrc?musicId=填写音乐ID示例:https://www.kuwo.cn/newh5/singles/songinfoandlrc?musicId=30392205、音乐信息获取接口(付费音乐也可以获取完整版)接口:http://search.kuwo.cn/r.s?all=需要搜索的歌曲或歌手&ft=music& itemset=web_2013&client=kt&pn=cha询的页码数&rn=当前页的返回数量&rformat=json&encoding=utf8示例:http://search.kuwo.cn/r.s?all=周杰伦&ft=music& itemset=web_2013&client=kt&pn=0&rn=5&rformat=json&encoding=utf8这个搜索的是周杰伦,上面返回的json可以得到歌曲名,歌手,歌曲ID,专辑,歌曲图片。6、歌曲下载链接/在线播放链接获取接口接口:http://antiserver.kuwo.cn/anti.s?type=convert_url&rid=上面获取的音乐ID&format=aac|mp3&response=url示例:http://antiserver.kuwo.cn/anti.s?type=convert_url&rid=3039220&format=aac|mp3&response=url