我使用带有曲目和标题的高级搜索,但是单引号或查询中的括号似乎存在问题。
完整的标题我没有得到正确的曲目:
https://api.deezer.com/search?q=track:"(I Don't Feel Like) Giving In" artist:"Sea Pinks"&limit=1&output=json
仅当我删除括号部分时:
https://api.deezer.com/search?q=track:"Giving In" artist:"Sea Pinks"&limit=1&output=json