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

Was this helpful?

  1. Fetch Song

Fetch Songs By JioSaavn Link

Get song details by using jiosaavn.com link of the song.

Get Song

GET https://saavn.me/song?link=https://www.jiosaavn.com/song/phir-se-ud-chala/ExEGRQFXe2M

This endpoint allows you to get song details by the jiosaavn link of the song.

Path Parameters

Name
Type
Description

song

string

Endpoint for fetching song details.

Query Parameters

Name
Type
Description

link

string

Jiosaavn.com link of the song.

{
    "song_id": "cymtugLP",
    "song_name": "Phir Se Ud Chala",
    "album_id": "1045274",
    "album_name": "Rockstar",
    "year": "2011",
    "song_release_date": "2011-09-30",
    "song_duration": "271",
    "song_play_count": 15296652,
    "song_language": "hindi",
    "song_has_lyrics": "true",
    "song_artist": "Mohit Chauhan",
    "song_image": "http://c.saavncdn.com/274/Rockstar-2011-500x500.jpg",
    "song_link": "https://www.jiosaavn.com/song/phir-se-ud-chala/ExEGRQFXe2M",
    "album_link": "https://www.jiosaavn.com/album/rockstar/C3Br8V0qKrc_",
    "song_label": "T-Series",
    "copyright": "©  2011 T-Series",
    "download_links": [
        "http://aac.saavncdn.com/274/c7fa8d1999f3b3d3dc5881beb1e8c31b_96.mp4",
        "http://aac.saavncdn.com/274/c7fa8d1999f3b3d3dc5881beb1e8c31b_160.mp4",
        "http://aac.saavncdn.com/274/c7fa8d1999f3b3d3dc5881beb1e8c31b_320.mp4"
    ]
}
{
    "message": "something went wrong"
}

PreviousFetch Songs By Song IDNextFetch Albums By Album ID

Last updated 4 years ago

Was this helpful?