Access to Curators playlists

Hi,

With the current Apple Music API and this method => https://developer.apple.com/documentation/applemusicapi/get_all_library_playlists

We only have access to "private" playlists; and not playlists manager by curators on public profile.


Any solution to access to these playlists now or a possible improvement in the future for the API ?

Thank you.

Replies

Fetching the playlists from the Cloud Library should return a mixed collection of playlists created by the user as well as playlists added to the user's library from the catalog. The documentation from the link you included above is the correct approach to get all playlists, including those from the catalog.

https://developer.apple.com/documentation/applemusicapi/get_all_library_playlists

Hi,

Thank you for your response.

It's OK for playlists created and followed but => I'm talking about "Artist-managed playlists" (in iTunes under "Managed Playlists").

How can we access to these playlists from the Apple Music API ? Maybe a specific "include" in param ?