Spotify Data API
Search Spotify for music, podcasts, and users; explore artist discographies; fetch episode details and audio; and build radio-style playlists from artist or track URIs.
Spotify Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
spotifySearch /api/spotify-data-api/search |
Search albums, artists, tracks, playlists, podcasts, episodes, genres, and users. Use `type=multi` for blended results. |
| Artists | ||
| GET |
spotifyArtistDiscographyOverview /api/spotify-data-api/artists/discography |
Returns album, single, and compilation counts for one artist. |
| GET |
spotifyArtistFeaturing /api/spotify-data-api/artists/featuring |
Editorial and algorithmic playlists that feature the artist. |
| GET |
spotifyArtistDiscoveredOn /api/spotify-data-api/artists/discovered-on |
Playlists that helped listeners discover the artist. |
| GET |
spotifyArtistAlbums /api/spotify-data-api/artists/albums |
Paginated list of studio albums for an artist. |
| GET |
spotifyArtistAppearsOn /api/spotify-data-api/artists/appears-on |
Compilations and collaborative releases featuring the artist. |
| GET |
spotifyArtistSingles /api/spotify-data-api/artists/singles |
Paginated singles and EPs for an artist. |
| Tracks | ||
| GET |
spotifyTrackCredits /api/spotify-data-api/tracks/credits |
Performers, writers, producers, and extended credits for a track. |
| Podcasts | ||
| GET |
spotifyPodcastEpisodes /api/spotify-data-api/podcasts/episodes |
Paginated episode list for a podcast show. |
| GET |
spotifyEpisodeDetail /api/spotify-data-api/episodes/detail |
Full metadata for a single podcast episode including description, duration, and parent show. |
| GET |
spotifyEpisodeAudio /api/spotify-data-api/episodes/audio |
Resolves streamable audio URLs and format metadata for a podcast episode. |
| Users | ||
| GET |
spotifyUserProfile /api/spotify-data-api/users/profile |
Public profile information and top public playlists for a Spotify user. |
| Playlists | ||
| GET |
spotifyRadioPlaylist /api/spotify-data-api/playlists/radio |
Generate a radio-style playlist URI from an artist or track Spotify URI. |
Spotify Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $4.99 / month | 1 / second |
|
| ULTRA Recommended | $14.99 / month | 2 / second |
|
| MEGA | $29.99 / month | 3 / second |
|