<?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: Consistent 404 from /v1/recommendations despite valid requests, tokens, and seeds in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/6975497#M17953</link>
    <description>&lt;P&gt;I'm in the US (sorry that didn't make it into my original post) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 May 2025 18:57:34 GMT</pubDate>
    <dc:creator>dinocline</dc:creator>
    <dc:date>2025-05-23T18:57:34Z</dc:date>
    <item>
      <title>Consistent 404 from /v1/recommendations despite valid requests, tokens, and seeds</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/6975493#M17952</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;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(Macbook Pro 2021)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(MacOS Sequoia 15.3)&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;Hi Spotify Dev Team and Community,&lt;/P&gt;&lt;P&gt;I'm currently working on a music discovery project using the Spotify Web API and have run into a persistent issue with the `/v1/recommendations` endpoint. I’ve followed all the documentation carefully and validated the request in multiple environments, but consistently receive a 404 response, even with valid tokens and known seed values.&lt;/P&gt;&lt;P&gt;For context: the Spotify user account I'm testing with is a Premium account and is correctly added under the app’s User Management settings.&lt;/P&gt;&lt;P&gt;Here’s a breakdown of what I’ve confirmed:&lt;BR /&gt;- Access token is fresh, includes the `user-top-read` scope, and works fine for `/me`, `/me/top/tracks`, etc.&lt;BR /&gt;- I've tested with seed values like `seed_genres=pop` and known track IDs such as `0VjIjW4GlUZAMYd2vXMi3b` (Blinding Lights by The Weeknd).&lt;BR /&gt;- Requests are sent via tools like Postman and Hoppscotch using this URL format:&lt;BR /&gt;`&lt;A href="https://api.spotify.com/v1/recommendations?limit=1&amp;amp;seed_genres=pop" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/recommendations?limit=1&amp;amp;seed_genres=pop&lt;/A&gt;`&lt;BR /&gt;- The `Authorization` header is correctly set as:&lt;BR /&gt;`Authorization: Bearer &amp;lt;access_token&amp;gt;`&lt;BR /&gt;- I’ve tested with two separate Spotify user accounts — including a brand new one — and still receive the same 404 result every time.&lt;/P&gt;&lt;P&gt;The rest of the API functions as expected — only the `/recommendations` endpoint is affected. I'm wondering if this could be a limitation for development apps, a regional restriction, or something else I might be missing?&lt;/P&gt;&lt;P&gt;I'd really appreciate any insight or suggestions. Thank you for the amazing tools and API — I’m excited to keep building!&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Dina&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 18:56:43 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/6975493#M17952</guid>
      <dc:creator>dinocline</dc:creator>
      <dc:date>2025-05-23T18:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent 404 from /v1/recommendations despite valid requests, tokens, and seeds</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/6975497#M17953</link>
      <description>&lt;P&gt;I'm in the US (sorry that didn't make it into my original post) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 18:57:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/6975497#M17953</guid>
      <dc:creator>dinocline</dc:creator>
      <dc:date>2025-05-23T18:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent 404 from /v1/recommendations despite valid requests, tokens, and seeds</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/7025862#M18316</link>
      <description>&lt;P&gt;I'm getting the same problem.&lt;BR /&gt;After testing with co-pilot on GitHub, it tells me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This cURL log&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;confirms&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that the 404 error is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not a code or parameter issue&lt;/STRONG&gt;—it is an issue with your Spotify account, token, or your app’s API access.&lt;/P&gt;&lt;H3&gt;Here's what your cURL test tells us:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;You used a valid Bearer token for a user with premium, proper country, etc.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;You requested the correct endpoint:&lt;BR /&gt;&lt;A href="https://api.spotify.com/v1/recommendations?seed_genres=pop&amp;amp;limit=1" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/recommendations?seed_genres=pop&amp;amp;limit=1&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;You got&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;HTTP/2 404&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;no response body&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;This matches exactly what your Supabase logs showed.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;What This Means&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Your code and request formatting are correct.&lt;/STRONG&gt;&lt;BR /&gt;"pop" is a valid genre. The endpoint and parameters are correct.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The problem is not regional, not a typo, not a market, not a genre, not due to expired tokens.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The problem is on the Spotify side:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;account, app, or token is not authorized to use the recommendations endpoint&lt;/STRONG&gt;, or&lt;/LI&gt;&lt;LI&gt;There is a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Spotify bug or outage&lt;/STRONG&gt;, or&lt;/LI&gt;&lt;LI&gt;Your app is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;restricted&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(e.g., in development mode, flagged, or missing required privileges).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 17:59:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/7025862#M18316</guid>
      <dc:creator>Shiola</dc:creator>
      <dc:date>2025-06-27T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Consistent 404 from /v1/recommendations despite valid requests, tokens, and seeds</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/7026944#M18320</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26837945"&gt;@dinocline&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/3582727"&gt;@Shiola&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in the Spotify Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand you're encountering a 404 error when trying to use the Get Recommendations endpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is happening because the endpoint has been deprecated. Only applications that received a quota extension prior to the deprecation can still access it. You can find more details about this change &lt;A href="https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api" target="_blank" rel="noopener"&gt;on this page&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any further questions, feel free to ask!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jun 2025 06:45:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Consistent-404-from-v1-recommendations-despite-valid-requests/m-p/7026944#M18320</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-06-28T06:45:01Z</dc:date>
    </item>
  </channel>
</rss>

