使用须知
本接口仅供学习交流使用,所有音乐数据均来自第三方平台,不在本服务器存储任何音频文件。请在获取后 24 小时内删除,切勿用于商业或违法用途。
使用本接口即表示您已知晓并同意:本人不对因使用本接口产生的任何后果承担责任,包括但不限于版权纠纷、法律责任等。请遵守当地法律法规及音乐平台的用户协议。
如有异议请联系:(加载中...)
疑问及使用咨询:Telegram@BDovo
限流规则:30 秒为一个限流周期,超限将返回 HTTP 429 错误:{"error":"rate limit exceeded"}
播放器
接口测试
请求地址:
返回结果
(等待调用)
参数说明
server
数据源
netease 网易云音乐(默认)
tencent QQ音乐
type
类型
name 歌曲名
artist 歌手
url 音频链接
pic 封面链接
lrc 歌词
album 专辑名
song 单曲信息(JSON)
playlist 歌单信息(JSON)
albumlist 专辑曲目列表(JSON,结构同 playlist)
search 搜索结果(JSON)
id
资源ID
对应封面 ID、单曲 ID、歌单 ID 或专辑 ID。
(必填,若使用 search 功能请填 0)
(必填,若使用 search 功能请填 0)
keyword
搜索关键词
仅在 type=search 时需要。
picsize
封面大小
仅在 type=pic 时可选。填入纯数字,例如 300。
br
比特率
仅在 type=song/url 时可选,指定音频比特率。
128 标准音质 (MP3)
320 极高音质 (MP3)
380 无损音质 (Flac)
400 Hi-Res (Flac)
format
歌词输出格式(仅 type=lrc)
服务端缓存原始歌词,按请求参数实时转换并返回。默认返回 lrc。
lrc 默认(LRC)
trans 仅翻译(LRC)
roma 仅罗马音(LRC)
elrc Enhanced LRC
yrc/qrc 网易云/QQ音乐 私有逐词格式
lys Lyricify Syllable
spl Salt Player 歌词格式
ttml 时序文本标记语言
amjson JSON (Apple Music)
ass ASS 字幕格式
lqe Lyricify Quick Export
srt/txt 其他可选输出
trans
翻译轨输出开关(仅 type=lrc)
控制是否输出翻译。默认 false。
false 关闭翻译
true 启用翻译(原文下一行插入)
inline 启用翻译(原文后追加“(翻译)”);并忽略 roma
roma
罗马音副轨开关(仅 type=lrc)
用于支持含原文轨的复合格式(如 spl/ttml/amjson/ass)。当选择 trans 或 roma 时可忽略。
false 默认,不输出罗马音
true 在支持副轨的格式中追加罗马音
roma_first
副轨顺序反转(仅 type=lrc)
在同时启用 trans=true 与 roma=true 时,控制翻译与罗马音的显示顺序。适用于 lrc/spl/ttml/amjson/ass/lqe 等支持双副轨的格式。
false 默认顺序:原文 → 翻译 → 罗马音
true 反转顺序:原文 → 罗马音 → 翻译
歌词格式能力说明
格式兼容性与输出特征矩阵
默认格式为 lrc。
trans 为仅翻译,roma 为仅罗马音。
当 trans=true&roma=true&roma_first=true 时,可将复合格式中的副轨顺序调整为“罗马音在前、翻译在后”。
| format | 逐字 | 译文 | 罗马音 | 显示说明 |
|---|---|---|---|---|
| lrc(默认) | — | ● | ● | 标准 LRC;可按参数并入译文/罗马音 |
| trans | — | ● | — | 仅输出翻译轨 |
| roma | — | — | ● | 仅输出罗马音轨 |
| yrc/qrc/lys | ● | — | — | 逐词轨道直返或转换 |
| elrc | ● | — | — | 增强 LRC |
| spl | ● | ● | ● | 同时间戳分行展示(副轨按参数启用) |
| ttml/amjson | ● | ● | ● | 结构化副轨(副轨按参数启用) |
| ass | ● | ● | ● | 事件轨 + karaoke(副轨按参数启用) |
| lqe/srt/txt | — | ● | ● | 导出/结构化格式 |
符号说明:● 支持 — 不涉及/不支持
lrc_normalize
歌词时间轴规范化
控制歌词时间戳是否统一为标准 LRC 格式 [mm:ss.xx]。
true 启用(默认,修正部分平台异常时间轴)
false 关闭(返回平台原始歌词)
handsome
Handsome 兼容
Handsome 主题专用格式兼容。
true 启用(返回 cover 字段而非 pic)
refresh
强制刷新
忽略缓存并尝试从上游获取最新数据。
true 启用(相同资源 60秒 内仅限一次)
img_redirect
图片重定向
控制 JSON 结果中的图片链接格式。
false 禁用(默认)
true 启用(直接返回源站图片链接)
stream
流式输出
仅在 type=playlist 时可选,启用后分块返回 JSON,适合大歌单。
false 禁用(默认)
true 启用(分块输出)
注意事项与示例
⚠️ Handsome 主题用户请注意
由于 Handsome 使用的并非标准的 Meting API 接口,需要进行特殊处理。请在 Handsome 主题的开发者高级设置中填写以下内容:
{"music_api":"https://api.baka.plus/meting/?server=:server&type=:type&id=:id&handsome=true"}
请求示例
https://api.baka.plus/meting/?server=netease&type=url&id=1969519579
https://api.baka.plus/meting/?server=netease&type=album&id=1969519579
https://api.baka.plus/meting/?server=netease&type=song&id=1969519579
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=lrc
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=trans
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=roma
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=spl&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=spl&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ass&trans=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ass&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=lqe
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=srt
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=txt
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=amjson&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=amjson&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=playlist&id=8900628861
https://api.baka.plus/meting/?server=tencent&type=albumlist&id=003MNOTS3FmvaO
https://api.baka.plus/meting/?server=netease&type=playlist&id=8900628861&stream=true
https://api.baka.plus/meting/?server=netease&type=search&id=0&keyword=寄往未来的信
https://api.baka.plus/meting/?server=netease&type=album&id=1969519579
https://api.baka.plus/meting/?server=netease&type=song&id=1969519579
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=lrc
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=trans
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=roma
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=spl&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=spl&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ttml&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ass&trans=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=ass&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=lqe
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=srt
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=txt
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=amjson&trans=true&roma=true
https://api.baka.plus/meting/?server=netease&type=lrc&id=1969519579&format=amjson&trans=true&roma=true&roma_first=true
https://api.baka.plus/meting/?server=netease&type=playlist&id=8900628861
https://api.baka.plus/meting/?server=tencent&type=albumlist&id=003MNOTS3FmvaO
https://api.baka.plus/meting/?server=netease&type=playlist&id=8900628861&stream=true
https://api.baka.plus/meting/?server=netease&type=search&id=0&keyword=寄往未来的信