Search code examples
deezer

No release date for GET /artist/[id]/albums?


In the context of showing all albums of a given artist, as returned by e.g.

http://api.deezer.com/artist/13/albums,

..I would assume it's a pretty common use case to want to sort the albums in discographical order (i.e. by release date) for display.

Yet, I haven't found a way to do that, as the release_date property seems to only be available when requesting a single album, and I haven't found a way to affect the sort order in the response.

Am I missing something?

Any help with this is much appreciated! Thx.


Solution

  • We just added the release_date property on the endpoint /artist/[id]/albums.

    Jimmy