Catalog
Spotify API
Spotify data through one normalized API - per-request USD pricing and no subscriptions.
Requests
-
30d
POST
Album
/v1/run/spotify.albumspotify.album
Fetch a Spotify album's tracklist, play counts, label, and release details by album URL or ID.
-
-
price$1.20/1k req
Giraffe
POST
Artist
/v1/run/spotify.artistspotify.artist
Fetch a Spotify artist's discography (albums, singles, top tracks) and metadata by artist URL or ID.
-
-
price$1.20/1k req
Giraffe
POST
Play count
/v1/run/spotify.play_countspotify.play_count
Fetch stream counts and stats for a Spotify track, album, or artist URL.
-
-
price$3.30/1k req
Octopus
POST
Podcast
/v1/run/spotify.podcastspotify.podcast
Fetch a Spotify podcast show's name, publisher, description, rating, and topics by show URL or ID.
-
-
price$1.20/1k req
Giraffe
POST
Podcast episodes
/v1/run/spotify.podcast_episodesspotify.podcast_episodes
List a Spotify podcast show's episodes with titles, durations, descriptions, and release dates by show URL or ID.
-
-
price$1.20/1k req
Giraffe
POST
Search
/v1/run/spotify.searchspotify.search
Search Spotify for matching tracks, albums, artists, podcasts, and playlists by keyword.
-
-
price$1.20/1k req
Giraffe
POST
Track
/v1/run/spotify.trackspotify.track
Fetch a Spotify track's play count, popularity, duration, and album details by track URL or ID.
-
-
price$1.20/1k req
Giraffe
About the Spotify API
Open an endpoint for its live route, a copy-paste cURL and a sample response.
FAQ
About the Spotify API
The AnyAPI Spotify API returns Spotify data as normalized JSON across 7 endpoints: album, artist, play count, podcast, podcast episodes, search, and track. You call one endpoint per job with a single key, and AnyAPI routes each request across 2 sources, falling back automatically when one fails. Pricing is in US dollars, from $1.20 per 1,000 requests on the cheapest endpoint, with no subscription and no monthly minimum.
Pricing is in US dollars, from $1.20 per 1,000 requests on the cheapest endpoint, with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
7 endpoints: album, artist, play count, podcast, podcast episodes, search, and track. Every one takes the same authentication and returns the same normalized response shape, so reaching a second Spotify endpoint is a change of URL and nothing else.