JioMusic API

Show some :heart: and :star: the repo to support the project

GitHub stars GitHub followers Twitter Follow

JioMusic API written in Python using Flask

JioMusic

NOTE: You don't need to have JioMusic link of the song in order to fetch the song details, you can directly search Songs/Albums/Playlists by their name using this API.

Features:

Currently the API can get the following details for a specific song in JSON format:
{
    "songs":
        {
          "albumid": "1734322",
          "artist": "Shreya Ghoshal, NAKASH AZIZ",
          "id": "1735_1734322_1",
          "image": "http://jioimages.cdn.jio.com/hdindiamusic/images/1735/1734322/1734322_1556177408_800x800.jpg",
          "s_order": "286",
          "subtitle": "Bharat",
          "title": "Slow Motion",
          "type": "songs",
          "url": "http://jiobeats.cdn.jio.com/mod/_definst_/mp4:hdindiamusic/audiofiles/1735/1734322/1735_1734322_1_320.mp4/playlist.m3u8"
        }
}

Installation:

Clone this repository using

$ git clone https://github.com/cyberboysumanjay/JioMusicAPI

Enter the directory and install all the requirements using

$ pip3 install -r requirements.txt

Run the app using

$ python3 app.py

Navigate to 127.0.0.1:5000 to see the Homepage

Usage:

http://127.0.0.1:5000/result/?query=<insert-song-or-playlist-or-album-name-here>

Example: Navigate to http://127.0.0.1:5000/result/?query=slow%20motion to get a json response of song data in return. Live Example: Navigate to https://jiomusic.herokuapp.com/result/?query=slow%20motion and see yourself! (Maybe Slow, Thanks to Heroku!)

You can fork the repo and deploy on VPS or deploy it on Heroku :)

Deploy

Star the Repo in case you liked it :)

© Sumanjay