🕶️Song Details
Song details by link
https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUcCURL
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUc' \
-H 'content-type: application/json'Query Paramter
Description
Required
Song details by song ID
https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNtCURL
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt' \
-H 'content-type: application/json'Multiple IDs
You can also pass multiple comma separated song IDs in a single request.
https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt,csaEsVWVCURL
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt,csaEsVWV
' \
-H 'content-type: application/json'Query Paramter
Description
Required
id
Song ID
True
Last updated