网易云音乐SVIP解析
暂无描述
/api/gateway.php?api_path=wyysvip
1,000
每日限额
10/s
QPS限制
请求地址
GET /api/gateway.php?api_path=wyysvip
鉴权方式
使用你的 AppKey 进行鉴权,任选以下一种方式:
| 方式 | 说明 | 示例 |
|---|---|---|
| Header | 请求头 X-App-Key |
-H "X-App-Key: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
| URL参数 | URL参数 app_key |
?api_path=xxx&app_key=ak_xxx |
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
url |
string | 可选 | 音乐链接 |
ids |
string | 可选 | 音乐ID |
level |
string | 可选 | standard(标准音质), exhigh(极高音质), lossless(无损音质), hires(Hi-Res音质), jyeffect(高清环绕声), sky(沉浸环绕声), jymaster(超清母带) |
type |
string | 必填 | json/text/down/search/song/url/lyric/playlist/album |
s |
string | 可选 | 搜索关键词,搜索时必填的参数 |
limit |
num | 可选 | 返回数量,默认 20 |
offset |
num | 可选 | 偏移量,默认 0 |
ud |
string | 可选 | 获取音乐直链或音乐详情时需要输入 |
调用示例
GET /api/gateway.php?api_path=wyysvip&ids=865632948&type=json&app_key=你的token
cURL 调用示例
curl "https://your-domain.com/api/gateway.php?api_path=wyysvip" \ -H "X-App-Key: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"