迷糊Music
接口信息
GET / POST
api.vsaa.cn/api/music/migu/index.php
Method
GET / POST
分类
迅捷如风
Calls
12,692
KEY
KEY 必填
计费
1 积分 / 次
QPM
120/MIN
鉴权方式
Query 参数、Header(X-API-Key)、Bearer Token
作者
请求参数
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| key | string | 是 | 接口调用密钥 | |
| action | string | 是 | 操作类型:search / musicSource / lyric / albumInfo / artistWorks / sheetInfo / topLists / topListDetail / play / down / qualities | |
| keyword | string | 否 | 搜索关键词(action=search 必填) | |
| page | integer | 否 | 页码,默认 1(search / artistWorks / sheetInfo / topListDetail 使用) | |
| type | string | 否 | 类型:music / album / artist,默认 music(action=search、artistWorks 使用) | |
| id | string | 否 | 歌曲 / 专辑 / 艺人 / 歌单 / 榜单 ID(action=musicSource、lyric、albumInfo、artistWorks、sheetInfo、topListDetail 必填) | |
| quality | string | 否 | 音质:LQ / PQ / HQ / SQ / ZQ24 / ZQ32 / Z3D / 3D60,默认 PQ(action=musicSource 使用) | |
| copyright_id | string | 否 | 版权 ID,搜索返回项中携带(action=musicSource 可选) | |
| resource_type | string | 否 | 资源类型,默认 2(action=musicSource 可选) | |
| url | string | 否 | 音乐直链,musicSource 返回的 url(action=play、down 必填) | |
| filename | string | 否 | 下载文件名,不填自动生成(action=down 可选) |
[
{
"name": "key",
"type": "string",
"required": true,
"description": "接口调用密钥",
"example": ""
},
{
"name": "action",
"type": "string",
"required": true,
"description": "操作类型:search / musicSource / lyric / albumInfo / artistWorks / sheetInfo / topLists / topListDetail / play / down / qualities",
"example": ""
},
{
"name": "keyword",
"type": "string",
"required": false,
"description": "搜索关键词(action=search 必填)",
"example": ""
},
{
"name": "page",
"type": "integer",
"required": false,
"description": "页码,默认 1(search / artistWorks / sheetInfo / topListDetail 使用)",
"example": ""
},
{
"name": "type",
"type": "string",
"required": false,
"description": "类型:music / album / artist,默认 music(action=search、artistWorks 使用)",
"example": ""
},
{
"name": "id",
"type": "string",
"required": false,
"description": "歌曲 / 专辑 / 艺人 / 歌单 / 榜单 ID(action=musicSource、lyric、albumInfo、artistWorks、sheetInfo、topListDetail 必填)",
"example": ""
},
{
"name": "quality",
"type": "string",
"required": false,
"description": "音质:LQ / PQ / HQ / SQ / ZQ24 / ZQ32 / Z3D / 3D60,默认 PQ(action=musicSource 使用)",
"example": ""
},
{
"name": "copyright_id",
"type": "string",
"required": false,
"description": "版权 ID,搜索返回项中携带(action=musicSource 可选)",
"example": ""
},
{
"name": "resource_type",
"type": "string",
"required": false,
"description": "资源类型,默认 2(action=musicSource 可选)",
"example": ""
},
{
"name": "url",
"type": "string",
"required": false,
"description": "音乐直链,musicSource 返回的 url(action=play、down 必填)",
"example": ""
},
{
"name": "filename",
"type": "string",
"required": false,
"description": "下载文件名,不填自动生成(action=down 可选)",
"example": ""
}
]
详细文档
暂无详细文档
快速上手
暂无代码示例。管理员可在后台用 AI 生成或手动编写。
在线测试
请求地址
api.vsaa.cn/api/music/migu/index.php
Method
参数
Response
等待中
// 结果将在此处显示