如何在 deezer 中使用 rest api 获取特定艺术家的所有歌曲

How to get all the songs of a particular artists using restapi in deezer

我正在尝试使用 deezer restapi 使用 python 获取特定艺术家的所有歌曲。

好像没有api一样的。我只能获得特定艺术家的热门歌曲吗?

是否支持api获取特定艺术家的所有歌曲。

您可以使用 /artist/{artistId}/top 端点获取艺术家的所有热门歌曲,如下所述:http://developers.deezer.com/api/artist/top

您只需使用 "limit" 参数即可检索所需的歌曲数。