Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Getting dolbyAtmos audioVariant from Apple Music CURL Request

Hi,

Is it possible to get the various audio variants for a given song ID, I am unable to find any documentation for this online. In particular, could I see if Dolby Atmos is available for the track?

Here is an example of a request I am sending: https://api.music.apple.com/v1/catalog/us/songs/1168770969

audioVariants is an extended attribute (as documented here), so I think you need to request extended attributes in your request. For example:

https://api.music.apple.com/v1/catalog/us/songs/1168770969?extend=audioVariants

Getting dolbyAtmos audioVariant from Apple Music CURL Request
 
 
Q