Our Web API endpoints give external applications access to Spotify catalog and user data.
Web API Base URL: https://api.spotify.com User Guide | Tutorial | Code Examples
* Simplified objects
Authorization
Endpoints marked “OAuth” above require application registration and user authorization via the Spotify Accounts Service to access certain data.
Accounts Service Base URL: https://accounts.spotify.com Authorization Guide | Using Scopes | Tutorial
Method | Endpoint | Usage |
|---|---|---|
| GET | /authorize | Get an authorization code |
| POST | /api/token | Get an access token (or an access token and refresh token) |
Note that all endpoints benefit from increased rate limits when a valid access token is passed in the call.