https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUc
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUc' \
-H 'content-type: application/json'
https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt' \
-H 'content-type: application/json'
You can also pass multiple comma separated song IDs in a single request.
https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt,csaEsVWV
curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt,csaEsVWV
' \
-H 'content-type: application/json'