Spotify APIs
Spotify APIs. Search artirt, album, track ...
32 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Spotify APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| Artists | ||
| GET |
Get Artist's Top Tracks /spotify/artists/{artist_id}/top-tracks |
Get Spotify catalog information about an artist's top tracks by country. |
| GET |
Get Artist's Albums /spotify/artists/{artist_id}/albums |
Get Spotify catalog information about an artist's albums. |
| Albums | ||
| GET |
Get Album Tracks /spotify/albums/{album_id}/tracks |
Get Spotify catalog information about an album’s tracks. Optional parameters can be used to limit the number of tracks returned. |
| Other endpoints | ||
| GET |
Search for Item /spotify/search |
Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string. |
Spotify APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 5 / second |
|
| ULTRA | $30 / month | — |
|
| MEGA | $75 / month | — |
|