Spotify Web API
onlineAccess music data, playlists, user profiles, and playback controls.
🎵 EntertainmentAuth: oauthPopularity: 90/100Latency: 110ms
Base URL
https://api.spotify.comAuthentication
Requires OAuth 2.0 authentication flow.
Endpoints
GET
Try it →/v1/searchSearch tracks, artists, albums
GET
Try it →/v1/artists/{id}Get artist details
GET
Try it →/v1/tracks/{id}Get track details
Example Request
GET https://api.spotify.com/v1/search?q=radiohead&type=artist
Example Response
{
"artists": {
"items": [{"name": "Radiohead", "genres": ["alternative rock"]}]
}
}Tags
musicstreamingplaylistsaudio