如何知道某个国家/地区是否提供歌曲

How to know if song available in a country or not

我如何才能知道某首歌是否在某个国家/地区可用,以便我可以 enable/disable 使用 Android Spotify SDK 或网络 [=14] 根据此信息来实现我的应用程序的功能=].

必须使用web-api

我发现这个论坛 post 帮助我在 quora 中的一个论坛 post 上找到了答案,标题为 "What website lists Spotify music availability per country" 我会 link 编辑它,但我没有足够的声誉 post 超过 2 link。

转至有关通过 web-api 提供的功能的说明 https://developer.spotify.com/web-api/migration-guide/

可以在此测试查找曲目可用性link https://developer.spotify.com/web-api/console/get-track/#complete

我发现网络 api 可以解决您的问题,为您提供国家代码,

看看这个https://github.com/spotify/web-api/issues/535link,这个link给你available_markets

https://labs.spotify.com/2015/03/09/understanding-spotify-web-api/