<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Spotify API Not Returning All Public Playlists Owned by Spotify in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325696#M3913</link>
    <description>&lt;P&gt;Thanks so much for responding. This seems to have cleared up a lot of my confusion. I found both the playlists I was looking for, but not in the USA market! I was under the impression that the Spotify App would only show results for the registered market, but that is clearly not the case. I don't know if this is why you've been unable to find some playlists via&amp;nbsp;&lt;SPAN&gt;GET /users/spotify/playlists, but this seems to be the case for my issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll mark this issue as solved for now, though I may open a feature request to allow querying owned playlists in other markets!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 01:21:21 GMT</pubDate>
    <dc:creator>sdsanguesa</dc:creator>
    <dc:date>2022-01-11T01:21:21Z</dc:date>
    <item>
      <title>Spotify API Not Returning All Public Playlists Owned by Spotify</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325122#M3908</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a small project I was working on, I wanted to look through Spotify's provided playlists. Using the&amp;nbsp;&lt;A href="https://developer.spotify.com/console/get-current-user-playlists/" target="_self"&gt;user playlists&lt;/A&gt;&amp;nbsp;API call, I was able to retrieve about 1400 playlists. However, looking at the playlists I was subscribed to, there were at least 2 missing from the list retrieved from the API call.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The playlists:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Canzoni Tristi&lt;/P&gt;&lt;P&gt;37i9dQZF1DX0eXqYHdgDwI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Viejitos pero Bonitas&lt;/P&gt;&lt;P&gt;37i9dQZF1DX05XOaKL5GVe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I verified that the two playlists were available in the web and desktop app (which I presume means they are available in the US market). I also verified that I was using 'spotify' as the user id. Both playlists seem to have the tag `public:None` but that also appears to be the case for all Spotify owned playlists, most of which show up from the API call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two relevant issues that have been posted to the old Github repo:&amp;nbsp;&lt;A href="https://github.com/spotify/web-api/issues/22" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://github.com/spotify/web-api/issues/1096" target="_self"&gt;here&lt;/A&gt;. The latter of the two seems to be the most relevant and was closed as being a temporary issue. I will check again in a week or so to see if these two playlists appear when queried. I wanted to open this issue here as it's been 4 years since that issue was closed on Github. If this is just something we have to live with, that's fine; I just wanted to make sure this was documented.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should also note that it took very little tries to find playlists that were not included in the returned playlists. I'm fairly certain I could find many more.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 19:12:07 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325122#M3908</guid>
      <dc:creator>sdsanguesa</dc:creator>
      <dc:date>2022-01-09T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Not Returning All Public Playlists Owned by Spotify</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325672#M3911</link>
      <description>&lt;P&gt;I am using&amp;nbsp;&lt;A href="https://everynoise.com/worldbrowser.cgi" target="_blank"&gt;https://everynoise.com/worldbrowser.cgi&lt;/A&gt;&amp;nbsp;as a reference list of Spotify-owned playlists and it includes playlists not returned by GET /users/spotify/playlists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My plan is to call GET /browse/categories, then for each of those, call GET /browse/categories/{category}/playlists. I expect to get the same results as Spotify World Browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still don't know if that will give me a complete list, but it would be an improvement&amp;nbsp;🤷&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 23:17:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325672#M3911</guid>
      <dc:creator>E8Wq</dc:creator>
      <dc:date>2022-01-10T23:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Not Returning All Public Playlists Owned by Spotify</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325696#M3913</link>
      <description>&lt;P&gt;Thanks so much for responding. This seems to have cleared up a lot of my confusion. I found both the playlists I was looking for, but not in the USA market! I was under the impression that the Spotify App would only show results for the registered market, but that is clearly not the case. I don't know if this is why you've been unable to find some playlists via&amp;nbsp;&lt;SPAN&gt;GET /users/spotify/playlists, but this seems to be the case for my issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll mark this issue as solved for now, though I may open a feature request to allow querying owned playlists in other markets!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 01:21:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Not-Returning-All-Public-Playlists-Owned-by-Spotify/m-p/5325696#M3913</guid>
      <dc:creator>sdsanguesa</dc:creator>
      <dc:date>2022-01-11T01:21:21Z</dc:date>
    </item>
  </channel>
</rss>

