获取推荐歌单标签
开发中
GET
/playlist/index/tags
请求参数
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/playlist/index/tags' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
返回响应
🟢200成功
application/json
Body
code
integer
必需
curTime
integer
必需
data
array [object {3}]
必需
name
string
必需
digest
string
必需
id
string
必需
msg
string
必需
profileId
string
必需
reqId
string
必需
tId
string
必需
示例
{
"code": 0,
"curTime": 0,
"data": [
{
"name": "string",
"digest": "string",
"id": "string"
}
],
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}