πŸ•ΆοΈSong Details

https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUc

CURL

curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?link=https://www.jiosaavn.com/song/thunderclouds/RT8zcBh9eUc' \
 -H 'content-type: application/json'
Query ParamterDescriptionRequired

link

Song link from https://jiosaavn.com

True

Song details by song ID

https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt

CURL

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,csaEsVWV

CURL

curl -X GET 'https://jiosaavn-whollyapi.vercel.app/songs?id=5WXAlMNt,csaEsVWV
' \
 -H 'content-type: application/json'
Query ParamterDescriptionRequired

id

Song ID

True

Last updated