An unofficial API for JioSaavn written in Python 3
The JioSaavn API is an unofficial API written in Python using Flask. It allows users to fetch details of songs like song name, singer name, album name, duration, lyrics, and more in JSON format without needing the JioSaavn link of the song. The API supports searching for songs by name and fetching songs/albums/playlists from URLs.
The JioSaavn API, built with Flask, provides a convenient solution to fetch song details without the need for specific JioSaavn links. With features like direct search by song names and support for fetching songs/albums/playlists from URLs, this API simplifies the process of obtaining song information in JSON format. Users can also enable lyrics search and access specific endpoints for different queries. Deployable on a VPS or Heroku, this API offers a comprehensive way to interact with JioSaavn content.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.