stereomood API

song – GET

returns the details of the specified song.


url
:
http://www.stereomood.com/api/song/id.format or http://www.stereomood.com/api/song/song.format

HTTP request method:
GET

formats:
xml, json

requires authentication (about authentication):
true

rate limiting (about rate limiting):
true

parameters:

  • id. the id of the song.

sample request:

http://www.stereomood.com/api/song/12345.json or http://www.stereomood.com/api/song/song.xml?id=12345

xml sample response:

<?xml version="1.0" encoding="utf-8"?>
<song>
     <id>id of the song</id>
     <title>song title</title>
     <artist>song artist</artist>
     <album>song album</album>
     <url>song page url</url>
     <image_url>song image</image_url>
     <audio_url>url of the audio file</audio_url>
     <post_url>url of the blog post</post_url>
</song>

Last edited by Stereomood Tech Team, March 27, 2010

create an application