Skip to content

BHARATH999999/jio-saavn-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi 👋, Welcome to Jio Saavn Api

An unofficial Music api built with ❤️ using Express.js, cheerio and Javascript

Music

Routes to acess this Api: (HTTP Method: GET)

/homePageDetails

get the home page details of jio-saavn.

/albumId/xalbumName

get AlbumId of a particular album, which will be used for fetching album information.

/album/xalbumId

get Album information for a particular AlbumId.

/album/songs/xalbumId

get all the Songs in an album with the given albumId.

/songId/xsongName

get SongId of a particular Song, which will be used for fetching song information.

/songDetails/xsongId

get the Song details with the given songId.

/songMediaUrl/xsongId

get Song-media-url with the given songId, which will be used for listening and downloading the song.

/lyrics/xsongId

get the Lyrics(if available) with the given songId.

/playlistId/xplaylistName

get the PlaylistId of a particular Playlist, which will be used for fetching playlist information.

/playlist/xplaylistId

get the Playlists information with the given playlistId.

/search/xquery

get the general search results for a particular Query.

/getAllLanguageData

get the links of all language data i.e. newly releases, weekly top, featured playlists and featured albums.

/getLanguageData/xlanguage

get the links as said above for a particular language like Hindi, English, Tamil, Telugu, Punjabi, Marathi, Gujarati, Bengali, Kannada, Bhojpuri, Malayalam, Urdu, Haryanvi, Rajasthani, Odia, Assamese

/getAllAlbums/xlanguage

get the details(name and link) of All the Albums in a Language(Note:- Takes some time to fetch all the data.

/getAllAlbums/xlanguage/xstartsWith

get the details(name and link) of All the Albums in a Language which starts with a particular character. --> use any characters from a to z for albums starting with alphabet and for data starting with numbers kindly use "0-9" as startsWith.

Note 1:-

hostname should be used before all these routes. Hostname is http://34.207.57.230/

Example 1:-

http://34.207.57.230/songId/believer fetches the songId of the song (Believer) as 'BeXBcbVK'.

Example 2:-

http://34.207.57.230/songMediaUrl/BeXBcbVK fetches the songMediaUrl of the song (Believer) as 'https://aac.saavncdn.com/248/a6b1b78b396245f712abda8f1daefee0_320.mp4' which can be used to listen or download the same.

Note 2:-

replace a particular xparameter with the respective details : Example:- xlanguage can be replaced with English

And many more to come...

Languages and Tools:

Express Cheerio Javascript Axios CORS Jio Saavn nodemon Postman AWS EC2 pm2

If you like my work... Rate this Repsitory❤️😊

Feel free to Comment and mention your reviews and tell me about any futher enhancements that can be done.

Old Link -- Jio Saavn Api

Soon I am going to launch a full fledged website with the documentation and completely working api. Rate and Share my work.

I am bound to copyrights...😊