Skip to content

KWMPRO 信息

接口地址

https://api.limeasy.cn/kwmpro/info

接口参数

请求方式:GET/POST

  • id 音乐ID,例如440613

返回内容

JSON格式

{
  "status": true,
  "id": "440613",
  "name": "稻香",
  "artist": "周杰伦",
  "album": "魔杰座",
  "duration": "223",
  "pic": "http://img1.kwcdn.kuwo.cn/star/albumcover/240/s4s0/93/1794217775.jpg",
  "lyric": "https://api.limeasy.cn/kwmpro/lyric/?id=440613"
}

解析参数

  • status 获取状态,true为信息获取成功
  • id 音乐ID
  • name 歌曲名
  • artist 歌手
  • album 歌曲所在专辑名称
  • duration 歌曲秒数
  • pic 歌曲封面
  • lyrics 歌词链接