API
此处列出了插件调用到的部分API (慢速更新中)
QQ音乐搜索
GET
https://c.y.qq.com/soso/fcgi-bin/client_search_cp
在URL内携带以下参数,以下 w
参数需要自行填写,其余参数后方为默认
Query Parameters
Name
Type
Description
ct
number
24
new_json
number
1
qqmusic_ver
number
1298
remoteplace
string
txt.yqq.center
w
string
歌曲名称,urlencode
QQ音乐随机搜索
POST
https://u.y.qq.com/cgi-bin/musicu.fcg
此项为取歌单内曲目,歌单id请自行抓取
Request Body
Name
Type
Description
Json
string
自行构造JSON串,详情查看Respones页
网易云音乐搜索
GET
http://music.163.com/api/search/pc
以下 s
参数需要自行填写
Query Parameters
Name
Type
Description
type
number
1
s
string
歌曲名称,urlencode
网易云歌单曲目获取
GET
http://music.163.com/api/playlist/detail
下方 id
参数需要自行填写
Query Parameters
Name
Type
Description
updateTime
number
-1
id
integer
歌单ID
Last updated
Was this helpful?