stereomood API

selected

returns a list of the tags selected by stereomood team.


url
:
http://www.stereomood.com/api/tag/selected.format

formats:
xml, json

requires authentication (about authentication):
true

rate limiting (about rate limiting):
true

parameters:

  • type. mood or activity.


sample request:

http://www.stereomood.com/api/tag/selected.xml?type=mood


xml sample response
:

<?xml version="1.0" encoding="UTF-8"?>
<tags>
  <tag>
    <value>value of the tag</id>
  </tag>
  ...
</tags>

Last edited by Stereomood Tech Team, September 25, 2010

create an application