<?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 Get request for multiple tracks audio features in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/5322581#M3867</link>
    <description>&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the audio features for multiple tracks, but can't get the request right.&lt;/P&gt;&lt;P data-unlink="true"&gt;I've looked through the documentation for getting multiple tracks, as well as the similar documentation for getting a single track. According to the documentation, the query that I'm trying looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://api.spotify.com/v1/audio-features/id1,id2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it won't work, and returns the error 400: Bad Request. Any idea what I'm doing wrong?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 12:19:59 GMT</pubDate>
    <dc:creator>thelaughingduck</dc:creator>
    <dc:date>2022-01-03T12:19:59Z</dc:date>
    <item>
      <title>Get request for multiple tracks audio features</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/5322581#M3867</link>
      <description>&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the audio features for multiple tracks, but can't get the request right.&lt;/P&gt;&lt;P data-unlink="true"&gt;I've looked through the documentation for getting multiple tracks, as well as the similar documentation for getting a single track. According to the documentation, the query that I'm trying looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://api.spotify.com/v1/audio-features/id1,id2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it won't work, and returns the error 400: Bad Request. Any idea what I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 12:19:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/5322581#M3867</guid>
      <dc:creator>thelaughingduck</dc:creator>
      <dc:date>2022-01-03T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get request for multiple tracks audio features</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/5481315#M7488</link>
      <description>&lt;P&gt;It works with &lt;A href="https://api.spotify.com/v1/audio-features?ids=id1%2Cid2," target="_blank"&gt;https://api.spotify.com/v1/audio-features?ids=id1%2Cid2,&lt;/A&gt; so there are two changes: replace the last / with ?ids= and replace each comma with %2C.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 07:53:50 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/5481315#M7488</guid>
      <dc:creator>denise26</dc:creator>
      <dc:date>2023-01-01T07:53:50Z</dc:date>
    </item>
    <item>
      <title>Issue accessing audio features of the tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/6646211#M16586</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;USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 class=""&gt;I am working on a Reinforcement Learning project where I need to access the audio features of tracks using Spotify’s Web API. While attempting to call the /v1/audio-features endpoint, I have encountered a persistent 403 Forbidden error, even with a valid access token. This issue occurs for globally recognized tracks such as Billie Jean (Track ID: 3n3Ppam7vgaVa1iaRUc9Lp). My access token successfully works for other endpoints like /v1/me, confirming its validity. The error response returned by the API includes status: 403 with minimal details. Here are the headers from the failed request: content-type: application/json; charset=utf-8, cache-control: private, max-age=0, and other standard CORS headers. I am using a Spotify Premium account (family with me as the primary) and am currently based in the US. Could you please help identify why this endpoint is inaccessible and provide guidance on resolving the issue?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2025 05:40:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/6646211#M16586</guid>
      <dc:creator>gurusaini</dc:creator>
      <dc:date>2025-01-12T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue accessing audio features of the tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/6648385#M16588</link>
      <description>&lt;P&gt;This is due to the recent changes in Web API, &lt;A href="https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api" target="_self"&gt;see point 3&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 07:49:02 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-request-for-multiple-tracks-audio-features/m-p/6648385#M16588</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2025-01-13T07:49:02Z</dc:date>
    </item>
  </channel>
</rss>

