Music
Spotify API Documentation
Gives data on albums, artists, tracks, audiobooks etc
Authentication
Authenticate all requests to Spotify endpoints by including your API key in the x-api-key HTTP header.
x-api-key: YOUR_API_KEY
Available Endpoints (9)
GET
Album Details (URL)
/album-details-by-url
View Endpoint →
GET
album details
/album-details
View Endpoint →
GET
Album track
/album-track
View Endpoint →
GET
artist details
/get-artist
View Endpoint →
GET
artist album details
/get-artist-album
View Endpoint →
GET
Artist top track details
/get-artist-top-track
View Endpoint →
GET
search
/search
View Endpoint →
GET
audio book
/get-audiobook
View Endpoint →
GET
episode details
/get-episode-info
View Endpoint →