The Ultimate Spotify API

Search tracks, fetch rich metadata, and generate direct download links instantly. Test the endpoints below or copy the URLs for your application.

Fetch / Search API

Search by song name or paste a Spotify URL to get JSON metadata.

Download API

Paste a valid Spotify Track URL to generate the direct audio download link.


API Endpoints

Copy the full URLs below to integrate the API into your code (WhatsApp Bots, Apps, etc.).

GET

Fetch Metadata

Fetches all metadata for a Spotify Track, Album, Artist, or Playlist.

/api/fetch?url={SPOTIFY_URL}
GET

Search API

Search Spotify by text query (song name or artist).

/api/search?q={SEARCH_QUERY}
GET

Download Track Link

Provides direct bypass download link for a Spotify Track via scraper.

/api/download?url={SPOTIFY_TRACK_URL}