Answer the question
In order to leave comments, you need to log in
API: Is there a free API for downloading audio tracks by artist?
I want to make a type request http://music-api.com/?search=ARTIST_NAME
and get json with a list of all his compositions, where in each element there will be a download link, like
[
{
"track": "ARTIST_NAME - track 1 name",
"download_link": "http://music-api.com/download/235345ea345"
},
{
"track": "ARTIST_NAME - track 2 name",
"download_link": "http://music-api.com/download/98714a5ea3"
}
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question