我正在使用Apple Music Playlists
(参考https://developer.apple.com/documentation/applemusicapi)将所有Track lists
和AppleMusicAPI
都提取到我的应用程序中。另外,在我的应用程序的“设置”屏幕中,我添加了UISwitch
以允许Explicit
的{{1}}内容。
我可以使用Apple Music
JSON键在下面的Search API和Top Tracks API中获取“ Explicit”歌曲。
Top Charts API:https://api.music.apple.com/v1/catalog/us/charts?limit=20&offset=0&types=songs
搜索API:https://api.music.apple.com/v1/catalog/us/search?limit=20&offset=0&term=Ana&types=songs
有人能建议我如何知道这首歌是attributes.contentRating
还是Explicit
歌曲?谢谢!