Skip to content

mkhossainx/Spotify-Downloader-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎧 Download Songs, Playlists & Albums via API ⚑ Fast β€’ πŸ”— Direct Links β€’ πŸ›  Developer Friendly

FabDL Spotify API Documentation

Provided by BIZ FACTORY

Base URL

https://api.fabdl.com


1️⃣ Get Spotify Track Info

Endpoint:

GET /spotify/get?url={spotify_track_url}

Example:

https://api.fabdl.com/spotify/get?url=https://open.spotify.com/track/6rqhFgbbKwnb9MLmUQDhG6

Response:

{
  "status": true,
  "result": {
    "id": "6rqhFgbbKwnb9MLmUQDhG6",
    "gid": "xxxxxxxx",
    "name": "Song Title",
    "artists": "Artist Name",
    "duration_ms": 215000
  }
}

2️⃣ Convert Spotify Track to MP3

Endpoint:

GET /spotify/mp3-convert-task/{gid}/{id}

Example:

https://api.fabdl.com/spotify/mp3-convert-task/xxxxxxxx/6rqhFgbbKwnb9MLmUQDhG6

Response:

{
  "status": true,
  "result": {
    "download_url": "/path/to/file.mp3"
  }
}

Final Download URL:

https://api.fabdl.com{download_url}

Notes

  • Both endpoints require valid Spotify track URLs.
  • If download_url is missing, the track may not be available for download.
  • Use the returned gid and id from the first call for the second endpoint.

Provided by BIZ FACTORY

About

lightning-fast downloads with this FastAPI-powered Spotify Downloader β€” get song info, album art, and direct links in seconds! πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors