<?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: [Feature Proposal] Expose folders in the api in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7157526#M18871</link>
    <description>&lt;P&gt;+1&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2025 12:24:16 GMT</pubDate>
    <dc:creator>Séraphin</dc:creator>
    <dc:date>2025-10-01T12:24:16Z</dc:date>
    <item>
      <title>[Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/5523025#M8404</link>
      <description>&lt;P&gt;I have a app that allows creating playlists. It would be really great if I could put all the playlist that my app makes into a certain folder so it is in its own nice category.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I propose the api endpoints for folders to&amp;nbsp; be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[GET] me/folders?limit=...&amp;amp;offset=...&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Returns playlist ids of playlists in the folder&lt;/LI&gt;&lt;LI&gt;folder name&lt;/LI&gt;&lt;LI&gt;creation date&lt;/LI&gt;&lt;LI&gt;folder id&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;[PUT] me/folders?name="...."&lt;UL&gt;&lt;LI&gt;You could have playlists_ids in the&amp;nbsp; body for batch moving playlists to the folder like {"playlist_ids": ["....", "...''], "name":"...."}&lt;/LI&gt;&lt;LI&gt;But you could also just reuse the update playlist details endpoint&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;[DELETE] me/folders?id="..."&lt;UL&gt;&lt;LI&gt;Should probably not delete the playlists in the folder&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could just use the already existing modify playlist details endpoint to move playlists into a folder like so:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[PUT] /playlists/{playlist_id}&lt;UL&gt;&lt;LI&gt;Body: {"folder_id":"..."}&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It would also be great that when you create a playlist you could specify a folder id. This is nice because it saves a request if you want to put the playlist in the folder anyway.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[POST] /user/{user_id}/playlist&lt;UL&gt;&lt;LI&gt;Body: {"folder_id": "...." }&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I think the folder endpoints could just fall under the &lt;A href="https://developer.spotify.com/documentation/general/guides/authorization/scopes/#user-library-modify" target="_blank"&gt;user-library-modify&lt;/A&gt; scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if this were to be added to the api as it would lead to a lot of new creative uses for the api and managing playlists. People could program their apps to put the playlists that their app creates into separate folders. &lt;STRONG&gt;I think uses would really appreciate this as their library stays much more organized.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 10:52:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/5523025#M8404</guid>
      <dc:creator>tintin10q</dc:creator>
      <dc:date>2023-03-18T10:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/5577256#M9149</link>
      <description>&lt;P&gt;I would really like to see this feature as well. It has come up as a problem / request multiple times over the years but never gains any traction.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 11:58:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/5577256#M9149</guid>
      <dc:creator>dj-rn</dc:creator>
      <dc:date>2023-05-08T11:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6133195#M14189</link>
      <description>&lt;P&gt;Sad that I have to bring this post back from the dead after more than a year, but this is by far the best proposal I've seen for the Spotify API. This is a feature that is incredibly needed, and it's clearly already in the user data since folders sync between desktop and iOS. I heavily use folders and it's frustrating when I can't find one of my 300 playlists on any web app or even official (although soon to be e-waste) hardware like the Car Thing. I wish there was more support for this.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 17:56:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6133195#M14189</guid>
      <dc:creator>Cubo</dc:creator>
      <dc:date>2024-06-13T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6192234#M14460</link>
      <description>&lt;P&gt;Please please please add folder support to the api. For people like me who have a very organized library, this prevents a lot of usability with external apps.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 19:58:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6192234#M14460</guid>
      <dc:creator>c2k</dc:creator>
      <dc:date>2024-07-14T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6225823#M14603</link>
      <description>&lt;P&gt;Bumping this - this would be an incredible addition to the API.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 17:26:07 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6225823#M14603</guid>
      <dc:creator>lobsters-probably</dc:creator>
      <dc:date>2024-07-29T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6266253#M14773</link>
      <description>&lt;P&gt;I would love this feature too! This would enable me to make so many apps promoting Spotify by allowing even more advanced usage!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 19:47:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6266253#M14773</guid>
      <dc:creator>conexusconnect</dc:creator>
      <dc:date>2024-08-15T19:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6266600#M14775</link>
      <description>&lt;P&gt;+1 this would be great&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 23:05:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6266600#M14775</guid>
      <dc:creator>Naianasha</dc:creator>
      <dc:date>2024-08-15T23:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6659140#M16661</link>
      <description>&lt;P&gt;+1 for this as well&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 16:27:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6659140#M16661</guid>
      <dc:creator>Travisco87</dc:creator>
      <dc:date>2025-01-17T16:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6821511#M17270</link>
      <description>&lt;P&gt;Yes, it would be fine to have a folder for API testing without flooding into main folder, so +&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 18:55:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6821511#M17270</guid>
      <dc:creator>Warmin</dc:creator>
      <dc:date>2025-03-11T18:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6988836#M18007</link>
      <description>&lt;P&gt;+1 for seeing this addition to the API. Thanks for all your efforts in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 07:15:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/6988836#M18007</guid>
      <dc:creator>jojotodos</dc:creator>
      <dc:date>2025-05-30T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7096522#M18668</link>
      <description>&lt;P&gt;+1 Having folder support would be extremely helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 02:36:50 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7096522#M18668</guid>
      <dc:creator>smenta</dc:creator>
      <dc:date>2025-08-20T02:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7106535#M18699</link>
      <description>&lt;P&gt;+1&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 08:00:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7106535#M18699</guid>
      <dc:creator>gabrielhjort</dc:creator>
      <dc:date>2025-08-26T08:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7144448#M18831</link>
      <description>&lt;P&gt;Bumping. This needs to be addressed asap.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 18:01:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7144448#M18831</guid>
      <dc:creator>t0r</dc:creator>
      <dc:date>2025-09-23T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7157526#M18871</link>
      <description>&lt;P&gt;+1&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 12:24:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7157526#M18871</guid>
      <dc:creator>Séraphin</dc:creator>
      <dc:date>2025-10-01T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7191100#M18966</link>
      <description>&lt;P&gt;Bump.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 16:44:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7191100#M18966</guid>
      <dc:creator>t0r</dc:creator>
      <dc:date>2025-10-26T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7396558#M21117</link>
      <description>&lt;P&gt;This needs to be a priority..&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2026 10:16:07 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7396558#M21117</guid>
      <dc:creator>SpirosGr</dc:creator>
      <dc:date>2026-04-04T10:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7409275#M21216</link>
      <description>&lt;P&gt;This would improve the Spotify User Experience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 14:39:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7409275#M21216</guid>
      <dc:creator>wacheski</dc:creator>
      <dc:date>2026-04-17T14:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7409606#M21218</link>
      <description>&lt;P&gt;That's why it will never happen&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 20:06:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7409606#M21218</guid>
      <dc:creator>Naianasha</dc:creator>
      <dc:date>2026-04-17T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7442429#M21406</link>
      <description>&lt;P&gt;I can't offer you an API but I have this:&lt;BR /&gt;&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Folder-API-legalty-question/m-p/7442420#M21405" target="_blank"&gt;https://community.spotify.com/t5/Spotify-for-Developers/Folder-API-legalty-question/m-p/7442420#M21405&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 19:28:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7442429#M21406</guid>
      <dc:creator>luma98</dc:creator>
      <dc:date>2026-05-18T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: [Feature Proposal] Expose folders in the api</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7443574#M21412</link>
      <description>&lt;P&gt;I second this!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 18:29:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Feature-Proposal-Expose-folders-in-the-api/m-p/7443574#M21412</guid>
      <dc:creator>xTheChosen0ne</dc:creator>
      <dc:date>2026-05-19T18:29:22Z</dc:date>
    </item>
  </channel>
</rss>

