Could not access some Albums from Apple Music API

Hi there

I am trying https://api.music.apple.com/v1/catalog/tr/albums?filter%5Bupc%5D=upcvalue function for the Album details.

But some UPC is not giving response. I am checking album details from iTunes Connect. No difference.

I have attached 2 albums. Nazli Yarim (Album title) is working but other one not.

What could be the problem?

Thank you.

Hello @onderboydak,

Thanks for reporting this discrepancy when getting albums by UPC from Apple Music API.

This issue was addressed in an update of Apple Music API that was deployed recently.

I tested this out on my end, by loading data from Apple Music API with this URL: https://api.music.apple.com/v1/catalog/tr/albums?filter[upc]=8680948026489 and I'm getting valid results:

{
   "data" : [
      {
         "attributes" : {
            "artistName" : "Erkan Acar",
            [...]
            "name" : "Kıskandılar Aşkımızı - Single",
            [...]
            "upc" : "8680948026489",
            [...]
         },
         "href" : "/v1/catalog/tr/albums/1605657177",
         "id" : "1605657177",
         [...]

I hope this helps.

Best regards,

Could not access some Albums from Apple Music API
 
 
Q