Is there a way to get my Spotify play history using either their js or C APIs? I saw a couple of examples, but that was using their outdated API version.
To see your Spotify history on Android or iOS: Tap Home in the Spotify app. Tap the clock icon in the upper right corner. Tap and drag up to view additional history.
Spotify Web API Spotify supports OAuth 2.0 for authenticating all API requests. You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more.
Spotify play history is not available through any API.
Disclaimer: I'm a Spotify employee.
Support for this has been added recently: https://developer.spotify.com/web-api/web-api-personalization-endpoints/get-recently-played/
curl -X GET "https://api.spotify.com/v1/me/player/recently-played" -H "Authorization: Bearer {your access token}"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With