Guides

Spotify API guides: what the Web API cannot do, and what this one returns

8 guides, each written to answer one question a developer asks before choosing an API — the endpoints Spotify never exposed, the ones it removed in November 2024, what a request costs, and where the limits are. Every claim in them is read off the committed OpenAPI spec or a recorded response with its capture date.

By Eduardo Airaudo, maintainer of the API

Where to go next

  • Endpoint reference — every operation, its parameters, its error statuses and a recorded response where one exists.
  • Pricing — what a request costs at four volumes, on each of the three routes.
  • Use cases — eighteen worked product ideas with the endpoints each one needs.
  • Node.js SDK — typed client on npm; the Python one is a page over.

Try any of it against a real response first

Every endpoint page has a Run button and, where one exists, a recorded sample with its capture date. The key comes after you have seen the JSON.