秋秋Music
接口信息
GET / POST
api.vsaa.cn/api/music/qq/index.php
Method
GET / POST
分类
迅捷如风
Calls
2,557
KEY
KEY 必填
计费
1 积分 / 次
QPM
120/MIN
鉴权方式
Query 参数、Header(X-API-Key)、Bearer Token
作者
请求参数
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| key | string | 是 | 接口调用密钥 | |
| action | string | 是 | 操作类型 | search |
| keyword | string | 否 | 搜索关键词(action=search 时必填) | 周杰伦 |
| id | string | 否 | 歌曲ID/songmid/歌单ID/专辑MID/歌手MID/排行榜ID(action=musicInfo/musicSource/lyric/albumInfo/artistWorks/sheetInfo/topListDetail/comments 时必填) | 0039MnYb0qxYhV |
| page | integer | 否 | 页码,从1开始(action=search/artistWorks/comments 时使用) | 1 |
| type | string | 否 | 搜索类型或作品类型(action=search/artistWorks 时使用) | music |
| quality | string | 否 | 音质等级(action=musicSource 时使用) | 320k |
| url | string | 否 | 音乐URL/歌单URL/歌单ID(action=importSheet/importItem/play/down 时必填) | https://y.qq.com/n/yqq/song/0039MnYb0qxYhV.html |
| filename | string | 否 | 下载文件名(action=down 时可选) | 歌曲名.mp3 |
[
{
"name": "key",
"type": "string",
"required": true,
"description": "接口调用密钥",
"example": ""
},
{
"name": "action",
"type": "string",
"required": true,
"description": "操作类型",
"example": "search"
},
{
"name": "keyword",
"type": "string",
"required": false,
"description": "搜索关键词(action=search 时必填)",
"example": "周杰伦"
},
{
"name": "id",
"type": "string",
"required": false,
"description": "歌曲ID/songmid/歌单ID/专辑MID/歌手MID/排行榜ID(action=musicInfo/musicSource/lyric/albumInfo/artistWorks/sheetInfo/topListDetail/comments 时必填)",
"example": "0039MnYb0qxYhV"
},
{
"name": "page",
"type": "integer",
"required": false,
"description": "页码,从1开始(action=search/artistWorks/comments 时使用)",
"example": "1"
},
{
"name": "type",
"type": "string",
"required": false,
"description": "搜索类型或作品类型(action=search/artistWorks 时使用)",
"example": "music"
},
{
"name": "quality",
"type": "string",
"required": false,
"description": "音质等级(action=musicSource 时使用)",
"example": "320k"
},
{
"name": "url",
"type": "string",
"required": false,
"description": "音乐URL/歌单URL/歌单ID(action=importSheet/importItem/play/down 时必填)",
"example": "https://y.qq.com/n/yqq/song/0039MnYb0qxYhV.html"
},
{
"name": "filename",
"type": "string",
"required": false,
"description": "下载文件名(action=down 时可选)",
"example": "歌曲名.mp3"
}
]
详细文档
暂无详细文档
快速上手
暂无代码示例。管理员可在后台用 AI 生成或手动编写。
在线测试
请求地址
api.vsaa.cn/api/music/qq/index.php
Method
参数
Response
等待中
// 结果将在此处显示