Get started
The Spotipy API is a powerful tool for accessing Spotify's vast music catalog. Retrieve detailed information about tracks, albums, or playlists effortlessly. Enhance your applications with seamless integration, offering users an immersive experience with accurate and up-to-date music data.
To use this API, you need an API key. Please contact us at monsurmazumder98@gmail.com to get your own API key.
get data
To get data you need to make a POST call to the following url :
https://spotipy-api.vercel.app/spotipy?type=your_id_type&id=your_id
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
type | String | Your id type (track, album or playlist) |
id | String | Your (track, album or playlist) id |
Errors
The Spotipy API uses the following error codes:
Error Code | Meaning |
---|---|
S000 | Some parameters are missing. This error appears when you don't pass every mandatory parameters. |
S001 | Id is not provided. |
S002 | Some spotify error. |