易起听-esayapi
  1. user
易起听-esayapi
  • admin
    • 管理员登录
      POST
    • 用户总数
      GET
    • 当前月份收听数据
      GET
    • 用户听歌数量排行
      GET
    • 获取用户列表
      GET
    • 修改用户信息
      PUT
    • 删除用户信息
      DELETE
    • 添加用户
      POST
    • 获取最近几个用户的信息
      GET
  • user
    • 用户注册接口
      POST
    • 用户登录接口
      POST
    • 修改密码
      POST
    • 获取推荐歌曲
      GET
    • 获取热门歌曲
      GET
    • 获取新歌推荐
      GET
    • 获取歌单列表
      GET
    • 搜索歌曲
      GET
    • 搜索建议
      GET
    • 轮播图
      GET
    • 获取全部歌单信息
      GET
    • 获取收藏
      GET
    • 收藏歌曲
      POST
    • 取消收藏的歌曲
      DELETE
    • 修改头像地址
      PUT
    • 上传头像
      POST
    • 歌曲信息单曲
      GET
    • 获取歌词
      GET
    • 获取歌曲播放链接
      GET
    • 获取用户信息
      GET
    • 查询收藏列表
      GET
    • 查询播放历史列表
      GET
    • 添加播放历史
      POST
  • api
    • rrweb开始分段
    • rrweb上传分段
    • 获取rrweb录制数据
    • 获取rrweb录制数据列表
    • 获取rrweb录制数据列表
    • 获取rrweb录制数据keyworklist
    • 获取rrweb录制数据
    • 删除rrweb
    • 发送邮件
    • oss链接请求转发
  • os
    • 获取服务器OS信息
  • ws
    • wx
  • 小程序
    • 获取线路详情
  1. user

获取全部歌单信息

开发中
正式环境
http://easy.quarkzhong.top
正式环境
http://easy.quarkzhong.top
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"
    }
]
上一页
轮播图
下一页
获取收藏
Built with