Spotify API
Spotify Data API – Search, Scrape & Download Music Content Spotify Data API is a powerful, all-in-one solution for accessing and working with Spotify public data at scale. The API enables developers to search, scrape, and retrieve detailed information about millions of songs, podcasts, artists, albums, playlists, and episodes available on Spotify. Designed for high availability and performance,…
Spotify API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get user profile /api/v1/users/profile |
Get detailed information about a specific user |
| GET |
Get playlist detail /api/v1/playlists/detail |
Get detailed information about a specific playlist |
| GET |
Get track detail /api/v1/tracks/detail |
Get detailed information about a specific track |
| GET |
Get track lyrics /api/v1/tracks/lyrics |
Get lyrics for a specific track |
| GET |
Get user followers /api/v1/users/followers |
Get followers of a specific user |
| GET |
Get playlist tracks /api/v1/playlists/tracks |
Get tracks from a specific playlist |
| GET |
Get user following /api/v1/users/following |
Get users that a specific user is following |
| GET |
Get album tracks /api/v1/albums/tracks |
Get tracks from a specific album |
| GET |
Get track recommendations /api/v1/tracks/recommendations |
Get recommended tracks based on a specific track |
| GET |
Get album detail /api/v1/albums/detail |
Get detailed information about a specific album |
| GET |
Search suggestions /api/v1/suggestions |
Get search suggestions based on keyword input |
| GET |
Get podcast detail /api/v1/podcasts/detail |
Get detailed information about a specific podcast show |
| GET |
Get podcast episodes /api/v1/podcasts/episodes |
Get episodes from a specific podcast show |
| GET |
Search /api/v1/search |
Search the content of the platform, like search video, music etc. |
| GET |
Get artist playlists /api/v1/artists/playlists |
Get playlists created by or associated with the artist |
| GET |
Get artist compilations /api/v1/artists/compilations |
Get compilations for the specified artist |
| GET |
Get artist discovered (Playlist) /api/v1/artists/discovered |
Get playlists where the artist is discovered |
| GET |
Get artist featuring (Playlist) /api/v1/artists/featuring |
Get playlists featuring the specified artist |
| GET |
Get artist albums /api/v1/artists/albums |
Get albums for the specified artist |
| GET |
Get artist discography overview /api/v1/artists/discography-overview |
Get discography overview statistics for the specified artist |
| GET |
Get artist appears on /api/v1/artists/appears-on |
Get albums and playlists where the artist appears as a featured artist |
| GET |
Get artist concerts /api/v1/artists/concerts |
Get upcoming concerts for the specified artist |
| GET |
Get artist overview /api/v1/artists/overview |
Get overview information about a specific artist including profile, stats, and basic information |
| GET |
Get related artists /api/v1/artists/related |
Get artists related to the specified artist (Fans also like) |
| GET |
Get artist singles /api/v1/artists/singles |
Get singles for the specified artist |