Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
This proposal suggests the implementation of a new feature in the Spotify API to retrieve liked songs based on a specified time range. The objective is to offer users a convenient way to access and manage their favorite songs from a particular period.
The proposed enhancement involves adding a new API endpoint with two arguments: month and year. Users can utilize these parameters to fetch their liked songs within the specified time frame, providing a more personalized and historical perspective on their music preferences.
Usage Example:
Or:
Because currently there's no easy way to fetch songs from a time range. I made an application that accepts those 2 arguments and the way it is now, it has to loop through every single liked song until it found the songs that start in that time frame. Instead of manually sorting songs in playlists, I simply like them and leave it at that, which means I have a lot of liked songs (over 7400). If I want to generate a playlist from my liked songs from back in 2018, it has to loop through all the songs, which takes time and way too many unnecessary API calls.
"But why do you want this?", you might ask. Because it's nice to see what I liked during a specific moment in life and to compare it to what I currently listen to.
Or even better yet, make it a built-in feature for the people who want something like this.