Napster Music Webservices
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
- Artist: http://www.napster.com/searchXML/artist/herbie hancock
- Album: http://www.napster.com/searchXML/album/road escondido
- Track: http://www.napster.com/searchXML/track/beautiful love
Querying by ID
Artists, albums and tracks all have 8 digit IDs that can be used to query the particular item.
- Basic information by ID:
- All albums or tracks by Herbie Hancock:
- All tracks on “Thriller”:
Playing Music
You can use the the informatin gathered to play the music through a browser:
Let me know if you discover more features.

January 6th, 2007 at 8:48 pm
[...] phpNapster is an Unofficial Napster Search API written in PHP5. The origin comes from here and I have merely wrapped it up in a neat package. [...]