An Unofficial JioSaavn API for downloading songs in 320kbps quality for free.
NOTE: https://saavn.me is only meant to demo the API and has rate-limiting enabled to minimise bandwidth consumption. It is recommended to deploy your own instance on vercel for personal use.
- ๐ Blazing fast
- ๐ถ Download High Quality Songs (320kbps).
- ๐ Download High quality song/album thumbnails.
- ๐ Search support for songs and albums.
- ๐ผ Lyrics for supported songs.
- โค๏ธ Open-Source
- โ๏ธ Lightweight and has minimal dependencies.
For usage, see Documentation
- NodeJS v14+
- Vercel CLI : To install Vercel CLI globally use
npm i -g vercel
-
Clone the Repo
git clone https://github.com/sumitkolhe/jiosaavn-api cd jiosaavn-api
-
Install the dependencies
npm install
-
Start development server
npm start
To ensure that the API consistently respects the provided language, make sure to set the Function region within Vercel to Mumbai, India (South) - bom1
.
This project is licensed under the MIT License - see the LICENSE file for details.