JioSaavn API
  • JioSaavn API
  • Search
    • Search Songs
    • Search Albums
  • Fetch Song
    • Fetch Songs By Song ID
    • Fetch Songs By JioSaavn Link
  • Fetch Album
    • Fetch Albums By Album ID
    • Fetch Albums By JioSaavn Link
  • Fetch Lyrics
    • Fetch Song Lyrics
  • Github Repository
  • Author
Powered by GitBook
On this page
  • ✨ Features
  • 👷 Local development
  • Prerequisites
  • Run locally
  • 🚀 Deploy to Vercel
  • ✍️ Author
  • 📜 License

Was this helpful?

JioSaavn API

An Unofficial API for JioSaavn that allows downloading songs in 320kbps quality for free.

NextSearch Songs

Last updated 4 years ago

Was this helpful?

✨ Features

  • 🚀 Blazing fast

  • 🎶 Download High-Quality Songs (320kbps).

  • 🔒 Rotating User-Agents to avoid detection.

  • 🍱 Download High-quality song/album thumbnails.

  • 🔎 Search support for songs and albums.

  • 🎼 Lyrics for supported songs.

  • ❤️ Open-Source

  • ☁️ Lightweight and has minimal dependencies.

  • 📦 Host your own instance on .

👷 Local development

Prerequisites

  • NodeJS v10+

  • Vercel CLI: To install Vercel CLI globally use npm i -g vercel

Run locally

  • Clone the Repository

    git clone https://github.com/sumitkolhe/jiosaavn-api
    
    cd jiosaavn-api
  • Install the dependencies

    npm install
  • Start development server

    npm start
  • Deploy to your Vercel account

    npm run deploy

🚀 Deploy to Vercel

You can directly deploy this repo to your Vercel account by clicking the button below.

✍️ Author

📜 License

This project is licensed under the - see the file for details.

Vercel
Sumit Kolhe
MIT License
LICENSE
Deploy with Vercel