New Feature API track.search track.searchByName

New Feature API track.search track.searchByName

Now it is possible to refine track searching (both full text and by track name), using genre.
 
Example:
this call retrieves tracks whose title contain the word night:

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

To filter only reggae tracks you have just to append reggae genre indentifier (968):

track.searchByName?query=night&genreCode=968&apikey=12345...

The same holds for the track.search API.

The Playme API Team

<< Back