Spotify
(Updated 05 Dec 2025) Get Spotify Tracks, Playlist & Album Details. Newly added endpoints: - Album tracks (single/multiple) -Artist details/albums -User details -Audio analysis. API is fully maintained & updated to counter known errors.
Spotify endpoints
| Method | Endpoint | Description |
|---|---|---|
| Tracks | ||
| GET |
Get Track Details (Single) /spotify_single_track/ |
Get track_name, thumbnail, duration & artist_name of any Spotify Track. Album/Podcast/Show not supported. |
| Playlist | ||
| GET |
Get Playlist Details /spotify_playlist/ |
Get playlist details like: playlist_name, description, thumbnail, likes_count, tracks_count & details of each individual songs (upto 100) like: song_name, url, artist_name,… |
| Albums | ||
| GET |
Get Album Info (Single) /get_single_album/ |
Get single Spotify album info |
| GET |
Album Tracks /get_album_tracks/ |
Get all tracks of an specific Spotify album |
| Artist | ||
| GET |
Artist Details (Single) /get_single_artist/ |
Get Spotify artist details |
| GET |
Artist Albums /get_artist_albums/ |
Fetch all albums of any Spotify artist |
| GET |
Related Artists /get_related_artists/ |
Get related artists |
| User | ||
| GET |
User details /get_user_details/ |
get user details of any Spotify user |
| GET |
Get user Playlists /get_user_playlist/ |
Fetch all public playlists of a specific user. |
| Audio Analysis | ||
| GET |
Audio Features /audio_features/ |
Get audio_features of any track |
| GET |
Audio Analysis /audio_analysis/ |
Get audio analysis of any track |
| Other endpoints | ||
| GET |
Search /search/ |
Search Spotify |
| GET |
New releases /new_releases/ |
Get new releases based on country code. |
Spotify pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA Recommended | $30 / month | 1 / second |
|