Blank

Archive for the 'webservices' Category

Napster Music Webservices

Saturday, December 2nd, 2006

Napster has a webservice that seems to be unpublished, but it is used in their website to get information on artists, albums and tracks. This is what I have discovered about the API which I use for Song-list.net.

I’ll detail the query language and not the results as they are in XML and self documenting. The data provided is quite rich.

Keyword Search Examples
Querying by ID

Artists, albums and tracks all have 8 digit IDs that can be used to query the particular item.

Playing Music

You can use the the informatin gathered to play the music through a browser:

Let me know if you discover more features.