Reference

109 Spotify API endpoints

123 operations across 25 groups. Every group has a page of its own, and so does every operation. Open a group and press Run on any row: the response opens right here, with the parameters it used and the code to reproduce it.

Base URL https://spotify-proxy.checkleaked.cc

Interactive docs

Groups

All 123 operations

AI24

FAQ

How do I access the API?

The same endpoints are exposed through three channels: RapidAPI (Spotify81), Apify (spotify-scraper actor), and the Direct Portal at spotify-sub.checkleaked.com. Pick whichever billing model fits your stack.

How do I authenticate?

On RapidAPI you pass an X-RapidAPI-Key header. On the Direct Portal you pass a Bearer token. On Apify the actor handles auth for you.

Are POST endpoints idempotent?

Most are: posting the same body produces the same response and side effects. Webhook registration and tracking-track create exactly one record per (id, type) pair.

What's the rate limit?

The Run buttons on this site call a demo proxy, not the product. It answers same-origin browser requests only, at 100 requests per 15 minutes and 500 per day per visitor and within a shared budget across all visitors, then shows a recorded sample where one exists. With your own key: 5 requests per second on every RapidAPI plan (1,000 to unlimited requests a month by tier) and 10 requests per second on the Direct Portal.

Do you support webhooks for charts?

Yes — register a webhook on the chart-movement event and you'll receive a POST whenever a track's rank changes by more than the threshold you configure.

What's the difference between the /partner/* group and the rest?

The /partner/* endpoints hit Spotify's internal Pathfinder GraphQL v2 layer. They return richer, editorial-grade data (long bios, full discography graphs) than the public Web API equivalents.

Can I track an artist's follower count over time?

Yes — POST /tracking/track with spotifyType=artist and the artist ID. The system polls and emits change events on /tracking/logs, plus webhooks if registered.

Is there OpenAPI / Swagger?

Yes — interactive API docs at https://spotify-proxy.checkleaked.cc/docs. The RapidAPI listing also publishes an OpenAPI spec. This page is hand-curated narrative — read it for orientation, then use the OpenAPI doc for code generation.

Get an API key in 60 seconds

Same endpoints, three billing models. Pick the one that fits your stack.