Open dishwasher-detergent opened 1 year ago
Last I checked this unfortunately wasn't possible through the API. You can request some of your data through Spotify but this is still limited to roughly 1 year and even then it's missing a lot of essential data like album info.
Requesting your data through Spotify also takes a week or two, not ideal.
Yea, I think you're right. :( Bummer.
Research ability to fetch all history from creation date of spotify account. Could use the before param of this endpoint (https://developer.spotify.com/documentation/web-api/reference/get-recently-played).
Fetch most recent, then use the played_at attribute to start the next search.