Skip to main content
Answered

API: Album endpoint is returning wrong release date

  • October 30, 2022
  • 2 replies
  • 166 views

Hi,

I have noticed that the release date coming from the API is not always the same like you show on the album page.

 

Example :
https://api.deezer.com/album/108359

Returns: "release_date": "2018-01-25"
 

On the detail page https://www.deezer.com/us/album/108359

You show the correct date: 2002-04-11

 

Is there a way to get the correct one via API?

Best answer by Yula

Hello @Gutala

I have raised your question with the relevant team and this is what they said: 

Actually, I don't know how the API gets its data.There are several dates per release or albums. On the website, we display what we call the "Original Release Date" which is the first ever release date of the album (regardless of when the albums became available digitally on platforms like Deezer). On the API, it seems that the date is the digital release date sent to us by labels, where it's when the release was made available on Deezer, which can be quite different from the original release date.

View original
Did this topic help you find an answer to your question?

2 replies

Yula
Moderator
Forum|alt.badge.img+10
  • Moderator
  • 3218 replies
  • Answer
  • November 3, 2022

Hello @Gutala

I have raised your question with the relevant team and this is what they said: 

Actually, I don't know how the API gets its data.There are several dates per release or albums. On the website, we display what we call the "Original Release Date" which is the first ever release date of the album (regardless of when the albums became available digitally on platforms like Deezer). On the API, it seems that the date is the digital release date sent to us by labels, where it's when the release was made available on Deezer, which can be quite different from the original release date.


  • Author
  • Runaway Baby
  • 1 reply
  • November 3, 2022
Yula wrote:

Hello @Gutala

I have raised your question with the relevant team and this is what they said: 

Actually, I don't know how the API gets its data.There are several dates per release or albums. On the website, we display what we call the "Original Release Date" which is the first ever release date of the album (regardless of when the albums became available digitally on platforms like Deezer). On the API, it seems that the date is the digital release date sent to us by labels, where it's when the release was made available on Deezer, which can be quite different from the original release date.

Thanks for the answer @Yula,

so do you think there is any chance to get the “Original Release Date” by API too?

 

Edit:
Just noticed it was updated in my previous example, but probably not as a general solution.

 

Another example is here:

https://api.deezer.com/album/8247832

Returns: release_date :"2010-03-30"

https://www.deezer.com/us/album/8247832

Showing correct date: 5/10/1997


Reply