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 Song ID

Get song details using ID of the song.

PreviousSearch AlbumsNextFetch Songs By JioSaavn Link

Last updated 4 years ago

Was this helpful?

Song ID can be found by searching for the song from .

Get Song

GET https://saavn.me/song?id=uWGimaMg

This endpoint allows you to get song details by the song ID.

Path Parameters

Name
Type
Description

song

string

Endpoint for getting song details.

Query Parameters

Name
Type
Description

id

string

ID of the song.

{
    "song_id": "uWGimaMg",
    "song_name": "Tera Naam Doon",
    "album_id": "1182335",
    "album_name": "Entertainment",
    "year": "2014",
    "song_release_date": "2014-02-08",
    "song_duration": "283",
    "song_play_count": 14581913,
    "song_language": "hindi",
    "song_has_lyrics": "true",
    "song_artist": "Atif Aslam, Shalmali Kholgade",
    "song_image": "https://c.saavncdn.com/186/Entertainment-Hindi-2014-20190612124629-500x500.jpg",
    "song_link": "https://www.jiosaavn.com/song/tera-naam-doon/BT8sWBlRelQ",
    "album_link": "https://www.jiosaavn.com/album/entertainment/qN5XOpjden8_",
    "song_label": "Tips Music",
    "copyright": "© 1996 Tips Music",
    "download_links": [
        "https://aac.saavncdn.com/186/497151bfe193e11d6bdc6f796cb3d5e8_96.mp4",
        "https://aac.saavncdn.com/186/497151bfe193e11d6bdc6f796cb3d5e8_160.mp4",
        "https://aac.saavncdn.com/186/497151bfe193e11d6bdc6f796cb3d5e8_320.mp4"
    ]
}
{
    "message": "something went wrong"
}

HERE