New Feature API track.searchByName

New Feature API track.searchByName

Now it is possible to refine track search by track name, using artist identifier.
 
Example:
this call retrieves tracks whose title contain the word sun:

track.searchByName?query=sun&apikey=12345...

To filter only Placebo's tracks you have just to append Placebo's indentifier (1275):

track.searchByName?query=sun&artistCode=1275&apikey=12345...

The Playme API Team

<< Back