为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
player 字段固定为对应播放器名。duration - 歌曲总时长(秒)position - 整曲实时播放位置(秒),= progress × duration,用于前端插值计时的初始锚点。逐行的播出时间见 lyrics[].play_timecount - 歌词行数lyrics - 按 index 排序的歌词数组curl --location 'localhost:8765//all_lyrics'{
"code": 0,
"msg": "success",
"player": "cloudmusicv3",
"data": {
"title": "Cold - Maroon 5 / Future",
"duration": 234.308,
"position": 0,
"progress": 0,
"count": 88,
"lyrics": [
{
"index": 0,
"timestamp": 3.6100001,
"play_time": 3.1100001,
"text": "Cold enough to chill my bones",
"sub_text": "冷得足以冻到我的骨头",
"text_detailed": {
"timestamp": 4.44,
"play_time": 3.94,
"duration": 3.48,
"words": [
{
"timestamp": 4.44,
"play_time": 3.94,
"duration": 1.08,
"text": "Cold "
},
{
"timestamp": 5.52,
"play_time": 5.02,
"duration": 0.36,
"text": "enough "
}
]
}
},
{
"index": 1,
"timestamp": 7.57,
"play_time": 7.07,
"text": "It feels like I don't know you anymore",
"sub_text": "感觉就像我已经不再认识你了",
"text_detailed": {
"timestamp": 7.92,
"play_time": 7.42,
"duration": 3.48,
"words": [
{
"timestamp": 7.92,
"play_time": 7.42,
"duration": 0.06,
"text": "It "
},
{
"timestamp": 7.98,
"play_time": 7.48,
"duration": 0.3,
"text": "feels "
}
]
}
}
],
"lyrics_detailed": [
{
"lyric_index": 0,
"timestamp": 4.44,
"play_time": 3.94,
"duration": 3.48,
"text": "Cold enough to chill my bones",
"words": [
{
"timestamp": 4.44,
"play_time": 3.94,
"duration": 1.08,
"text": "Cold "
},
{
"timestamp": 5.52,
"play_time": 5.02,
"duration": 0.36,
"text": "enough "
}
]
}
]
}
}