Easily explore Spotify's REST API
The Spotify Web API endpoints return JSON metadata about music artists, albums, and tracks, directly from the Spotify Data Catalogue. The Spotify Web API also provides access to user related data, like playlists and music that the user saves in the Your Music library.
Popular endpoints
Common questions
How can I send requests to the Spotify API?
tryapis.com lets you easily send requests to Spotify's 78 DELETE, GET, POST and PUT API endpoints from your browser or from a cURL command. Find the endpoint you're looking for in the navigation bar.
How can I use the Spotify API in my app or website?
First, find the endpoint you need on tryapis.com. Then, add any parameters you want to pass in to the endpoint. Finally, select "Generate code" and choose your programming language of choice, like Node.js or Python.
What's the difference between tryapis.com and Postman?
tryapis.com pre-populates headers, query and body parameters (with in-line docs!) to save you time. Postman is better for internal APIs that don't have OpenAPI Specs.
What version of Spotify's API does tryapis.com use?
2021.8.15 (from Spotify's latest OpenAPI spec)
Do I have to pay to use tryapis.com?
No, tryapis.com is free to use.
Quick links
Related APIs