tag – GET
returns the top tags of a specified song.
url:
http://www.stereomood.com/api/song/tag/id.format or http://www.stereomood.com/api/song/tag.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/tag/12345.json or http://www.stereomood.com/api/song/tag.xml?id=12345
xml sample response:
<?xml version="1.0" encoding="utf-8"?>
<tags>
<tag>
<value>value of the tag</value>
<type>tag type (mood or activity)</type>
<count>number of association</count>
</tag>
...
</tags>
Last edited by Stereomood Tech Team, March 27, 2010
