QQ音乐搜索

接口地址:https://npi.lazy52.com/api/music/qq.php?msg=精卫

请求方式:Get/Post

返回格式:JSON

 请求参数

名称 必填 类型 描述
歌曲名称 msg ?msg=
选择序号 n &n=1 选择单个要解析第几个
页面序号 page &page=1 默认第一页
搜索数量 count &coun=10 默认10个,当然是越少越快

 返回参数

{     "code": 200,     "text": "解析成功",     "type": "歌曲解析",     "now": "2025-05-10 19:33:47",     "data": {         "name": "他们朝我扔泥巴",         "singername": "抽象哥",         "duration": null,         "file_size": null,         "song_url": "http://aqqmusic.tc.qq.com/C400002Hsr6B15hozJ.m4a?guid=2369782344&vkey=B2765004EBA4526534203600886552D1A108FCAB3A4855A7F87A1BD75FBD85FF5FEE3F57DF8F2081BFF7CEE9685DBF319E9362669B73082B__v2b9ab33c&uin=&fromtag=123032",         "mv_url": null,         "album_img": "https://y.qq.com/music/photo_new/T002R300x300M0000047WM0U4FEx0h_1.jpg"     } }