<?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 Search for Item in Developer Console Not Working in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-for-Item-in-Developer-Console-Not-Working/m-p/5419278#M5363</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HP Spectre x360&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft Windows 11 Pro&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Browser&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Google Chrome&amp;nbsp;Version 104.0.5112.81&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;Using the example ("Doxy" by Miles Davis) for search in the developer console yields no results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like the API does not (or stopped?) accepting percent-encoding of the 'q' query param. So translating from "remaster%20track:Doxy+artist:Miles%20Davis" (on the input) to "remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis" (in the CURL request) breaks it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Direct link to example:&amp;nbsp;&lt;A href="https://developer.spotify.com/console/get-search-item/?q=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track%2Cartist&amp;amp;market=ES&amp;amp;limit=10&amp;amp;offset=5&amp;amp;include_external=" target="_blank" rel="noopener"&gt;Search for Item | Spotify for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Observed behavior:&lt;/P&gt;&lt;PRE&gt;curl -X "GET" "https://api.spotify.com/v1/search?q=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track%2Cartist&amp;amp;market=ES&amp;amp;limit=10&amp;amp;offset=5" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer BQBMXo1D1Em2MT213QJhyzdgTEmMIp3kQ99o5DRQ431u3UKfT-dXroPtjR2QfzhtsIiJ8L3SivUNs8BY8jNBkLstSQFjyxsGYalytyYqN-KZ0pXhNeipeXfqcGEsZFQ3ZtvvuqnDQ-KA3YCutBZuIn5Q0HYLVaQQusFuuFGAyFDWMzU"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "artists": {
    "href": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=artist&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=artist&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  },
  "tracks": {
    "href": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 19:33:02 GMT</pubDate>
    <dc:creator>ohnadj</dc:creator>
    <dc:date>2022-08-19T19:33:02Z</dc:date>
    <item>
      <title>Search for Item in Developer Console Not Working</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-for-Item-in-Developer-Console-Not-Working/m-p/5419278#M5363</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HP Spectre x360&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft Windows 11 Pro&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Browser&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Google Chrome&amp;nbsp;Version 104.0.5112.81&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;Using the example ("Doxy" by Miles Davis) for search in the developer console yields no results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like the API does not (or stopped?) accepting percent-encoding of the 'q' query param. So translating from "remaster%20track:Doxy+artist:Miles%20Davis" (on the input) to "remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis" (in the CURL request) breaks it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Direct link to example:&amp;nbsp;&lt;A href="https://developer.spotify.com/console/get-search-item/?q=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track%2Cartist&amp;amp;market=ES&amp;amp;limit=10&amp;amp;offset=5&amp;amp;include_external=" target="_blank" rel="noopener"&gt;Search for Item | Spotify for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Observed behavior:&lt;/P&gt;&lt;PRE&gt;curl -X "GET" "https://api.spotify.com/v1/search?q=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track%2Cartist&amp;amp;market=ES&amp;amp;limit=10&amp;amp;offset=5" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer BQBMXo1D1Em2MT213QJhyzdgTEmMIp3kQ99o5DRQ431u3UKfT-dXroPtjR2QfzhtsIiJ8L3SivUNs8BY8jNBkLstSQFjyxsGYalytyYqN-KZ0pXhNeipeXfqcGEsZFQ3ZtvvuqnDQ-KA3YCutBZuIn5Q0HYLVaQQusFuuFGAyFDWMzU"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "artists": {
    "href": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=artist&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=artist&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  },
  "tracks": {
    "href": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cen%3Bq%3D0.9&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 19:33:02 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Search-for-Item-in-Developer-Console-Not-Working/m-p/5419278#M5363</guid>
      <dc:creator>ohnadj</dc:creator>
      <dc:date>2022-08-19T19:33:02Z</dc:date>
    </item>
  </channel>
</rss>

