根据分类获取热门歌单列表
开发中
GET
/classify/playlist/getRcmPlayList
请求参数
Query 参数
pn
string
可选
示例值:
1
rn
string
可选
示例值:
20
order
string
可选
示例值:
new
Header 参数
Secret
string
必需
Cookie 参数
Hm_Iuvt_xxx
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.kuwo.cn/api/www/classify/playlist/getRcmPlayList?pn=1&rn=20&order=new' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
返回响应
🟢200成功
application/json
Body
code
integer
必需
curTime
integer
必需
data
object
必需
total
integer
必需
data
array [object {18}]
必需
rn
integer
必需
pn
integer
必需
msg
string
必需
profileId
string
必需
reqId
string
必需
tId
string
必需
示例
{
"code": 0,
"curTime": 0,
"data": {
"total": 0,
"data": [
{
"img": "string",
"uname": "string",
"lossless_mark": "string",
"favorcnt": "string",
"isnew": "string",
"extend": "string",
"uid": "string",
"total": "string",
"commentcnt": "string",
"imgscript": "string",
"digest": "string",
"name": "string",
"listencnt": "string",
"id": "string",
"attribute": "string",
"radio_id": "string",
"desc": "string",
"info": "string"
}
],
"rn": 0,
"pn": 0
},
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}