Spotify
communityMusic and podcast streaming platform with personalized recommendations
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.spotify.com/v1/searchSearch for tracks, albums, artists, playlists, and podcasts
Parameters
qsearch query (stringrequiredtypetrack|album|artist|playlist|show (stringrequiredlimitresults (integeroptionalReturns
items[] with name, id, type, uri, artists[], albumGET
https://api.spotify.com/v1/artists/{id}Get artist details and top tracks
Parameters
idartist ID (stringrequiredReturns
artist with name, genres[], followers, popularityGET
https://api.spotify.com/v1/playlists/{id}Get playlist tracks
Parameters
idplaylist ID (stringrequiredReturns
playlist with name, description, tracks[] {name, artists, duration_ms}