<?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: Why are so many Preview URL's missing from the API in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5319023#M3832</link>
    <description>How do we solve this?</description>
    <pubDate>Wed, 22 Dec 2021 18:58:30 GMT</pubDate>
    <dc:creator>Jermophobe</dc:creator>
    <dc:date>2021-12-22T18:58:30Z</dc:date>
    <item>
      <title>Why are so many Preview URL's missing from the API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5170406#M2180</link>
      <description>&lt;P&gt;Working with the Spotify Web API I have realized so many songs are missing their preview URL's when requested with the API. But if you were to share this song via text message through the Spotify App all songs have a preview URL. It's not just random songs either it's super popular song previews that API is missing.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 18:24:02 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5170406#M2180</guid>
      <dc:creator>timmyvc123</dc:creator>
      <dc:date>2021-03-17T18:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why are so many Preview URL's missing from the API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5178372#M2255</link>
      <description>&lt;P&gt;Hey there, thanks for joining the conversation here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's many reasons why a preview URL might be missing from the API response. This can be due to market restrictions or due to specific account settings (for example: explicit content limitations) and other reasons. Let me know if you need more help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day, happy coding,&lt;/P&gt;&lt;P&gt;Hubo&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 13:16:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5178372#M2255</guid>
      <dc:creator>Hubo</dc:creator>
      <dc:date>2021-03-30T13:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why are so many Preview URL's missing from the API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5319023#M3832</link>
      <description>How do we solve this?</description>
      <pubDate>Wed, 22 Dec 2021 18:58:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/5319023#M3832</guid>
      <dc:creator>Jermophobe</dc:creator>
      <dc:date>2021-12-22T18:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why are so many Preview URL's missing from the API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/6229019#M14610</link>
      <description>&lt;P&gt;Same here. I have specified `market=US` in my query, and several preview urls are null that I know I can play in Spotify.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;`&lt;A href="https://api.spotify.com/v1/users/" target="_blank"&gt;https://api.spotify.com/v1/users/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;userId&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/playlists?limit=50&amp;amp;offset=&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;offset&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;amp;market=US`&lt;BR /&gt;&lt;BR /&gt;Is an authorization process with `&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;grant_type&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'client_credentials'` not good enough?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jul 2024 21:53:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/6229019#M14610</guid>
      <dc:creator>djmtype</dc:creator>
      <dc:date>2024-07-30T21:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why are so many Preview URL's missing from the API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/6229090#M14611</link>
      <description>&lt;P&gt;Also, `is_playable` returns `true` on the tracks that return `null` whatever that's worth.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 22:11:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Why-are-so-many-Preview-URL-s-missing-from-the-API/m-p/6229090#M14611</guid>
      <dc:creator>djmtype</dc:creator>
      <dc:date>2024-07-30T22:11:49Z</dc:date>
    </item>
  </channel>
</rss>

