- admin
- user
- api
- os
- ws
- 小程序
获取全部歌单信息
开发中
正式环境
正式环境
GET
http://easy.quarkzhong.top/user/alltoplist
最后修改时间:2023-11-19 10:51:26
责任人:未设置
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://easy.quarkzhong.top/user/alltoplist'
返回响应
🟢200成功
application/json
Body
array of:
subscribers
array
必需
subscribed
null
必需
creator
null
必需
artists
null
必需
tracks
array [object {2}]
必需
first
string
必需
second
string
必需
updateFrequency
string
必需
backgroundCoverId
integer
必需
backgroundCoverUrl
null
必需
titleImage
integer
必需
coverText
null
必需
titleImageUrl
null
必需
coverImageUrl
null
必需
iconImageUrl
null
必需
englishTitle
null
必需
opRecommend
boolean
必需
recommendInfo
null
必需
socialPlaylistCover
null
必需
tsSongCount
integer
必需
adType
integer
必需
subscribedCount
integer
必需
cloudTrackCount
integer
必需
highQuality
boolean
必需
specialType
integer
必需
updateTime
integer
必需
coverImgId
integer
必需
newImported
boolean
必需
anonimous
boolean
必需
trackCount
integer
必需
coverImgUrl
string
必需
commentThreadId
string
必需
totalDuration
integer
必需
trackUpdateTime
integer
必需
privacy
integer
必需
trackNumberUpdateTime
integer
必需
playCount
integer
必需
createTime
integer
必需
ordered
boolean
必需
description
string | null
必需
status
integer
必需
tags
array[string]
必需
userId
integer
必需
name
string
必需
id
integer
必需
coverImgId_str
string
必需
ToplistType
string
必需
示例
[
{
"subscribers": [
null
],
"subscribed": null,
"creator": null,
"artists": null,
"tracks": [
{
"first": "string",
"second": "string"
}
],
"updateFrequency": "string",
"backgroundCoverId": 0,
"backgroundCoverUrl": null,
"titleImage": 0,
"coverText": null,
"titleImageUrl": null,
"coverImageUrl": null,
"iconImageUrl": null,
"englishTitle": null,
"opRecommend": true,
"recommendInfo": null,
"socialPlaylistCover": null,
"tsSongCount": 0,
"adType": 0,
"subscribedCount": 0,
"cloudTrackCount": 0,
"highQuality": true,
"specialType": 0,
"updateTime": 0,
"coverImgId": 0,
"newImported": true,
"anonimous": true,
"trackCount": 0,
"coverImgUrl": "string",
"commentThreadId": "string",
"totalDuration": 0,
"trackUpdateTime": 0,
"privacy": 0,
"trackNumberUpdateTime": 0,
"playCount": 0,
"createTime": 0,
"ordered": true,
"description": "string",
"status": 0,
"tags": [
"string"
],
"userId": 0,
"name": "string",
"id": 0,
"coverImgId_str": "string",
"ToplistType": "string"
}
]
修改于 2023-11-19 10:51:26