Snr/common/v2.1/result-match-album

Jump to: navigation, search

Result

Contains information about a result from a match/album request.

Elements

NameTypeDescription
album album [ ] A Rovi Music Album/Info response, returned for Catalog Matching requests for albums.
id string Database ID for an item returned in a response.
messages string [ ] Reasons why the item was selected.
relevance relevance [ ] Rating of the item. Items with a higher relevance appear earlier in the response list.
type string Type of item the result applies to.

XML Response Example

<result>
  <type>album</type>
  <relevance>
    <code>Score</code>
    <value>0.2987508</value>
  </relevance>
  <id>MW0002293926</id>
  <messages i:nil="true"/>
  <album>
    <ids>
      <albumId>MW0002293926</albumId>
      <amgClassicalId i:nil="true"/>
      <amgPopId>R 2385103</amgPopId>
    </ids>
    <title>Between the Times and the Tides</title>
    <primaryArtists>
      <AlbumArtist>
        <id>MN0000813019</id>
        <name>Lee Ranaldo</name>
      </AlbumArtist>
    </primaryArtists>
    <guestArtists i:nil="true"/>
    <flags i:nil="true"/>
    <duration>2853</duration>
    <originalReleaseDate>2012-03-20</originalReleaseDate>
    <rating>7</rating>
    <isPick>false</isPick>
    <genres>
      <Genre>
        <id>MA0000002613</id>
        <name>Pop/Rock</name>
        <weight>5</weight>
      </Genre>
    </genres>
    <headlineReview>
      <text>This dreamy, poetic solo album proves that Lee Ranaldo can remain true to himself and reveal new things at the same time.</text>
      <author>Heather Phares</author>
    </headlineReview>
    <classicalReview i:nil="true"/>
    <classicalReviewUri i:nil="true"/>
    <credits i:nil="true"/>
    <creditsUri>http://api.rovicorp.com/v1/album/credits?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</creditsUri>
    <images i:nil="true"/>
    <imagesUri>http://api.rovicorp.com/v1/album/images?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</imagesUri>
    <moods i:nil="true"/>
    <moodsUri>http://api.rovicorp.com/v1/album/moods?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</moodsUri>
    <primaryReview i:nil="true"/>
    <primaryReviewUri>http://api.rovicorp.com/v1/album/primaryReview?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</primaryReviewUri>
    <releases i:nil="true"/>
    <releasesUri>http://api.rovicorp.com/v1/album/releases?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</releasesUri>
    <similar i:nil="true"/>
    <similarUri i:nil="true"/>
    <styles i:nil="true"/>
    <stylesUri>http://api.rovicorp.com/v1/album/styles?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</stylesUri>
    <themes i:nil="true"/>
    <themesUri>http://api.rovicorp.com/v1/album/themes?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</themesUri>
    <tracks i:nil="true"/>
    <tracksUri>http://api.rovicorp.com/v1/album/tracks?format=xml&amp;apikey=141341&amp;albumid=MW0002293926</tracksUri>
  </album>
</result>

JSON Response Example

{
   "type":"album",
   "relevance":[
      {
         "code":"Score",
         "value":0.41250002
      }
   ],
   "id":"MW0002289331",
   "messages":null,
   "album":{
      "ids":{
         "albumId":"MW0002289331",
         "amgClassicalId":"W 277308",
         "amgPopId":null
      },
      "title":"Schubert: Fantasie; Rondo; Sonate",
      "primaryArtists":[
         {
            "id":"MN0002202960",
            "name":"Alexander Lonquich"
         },
         {
            "id":"MN0002297283",
            "name":"Carolin Widmann"
         }
      ],
      "guestArtists":null,
      "flags":[
         "Instrumental"
      ],
      "duration":3737,
      "originalReleaseDate":"2012-02-06",
      "rating":7,
      "isPick":false,
      "genres":[
         {
            "id":"MA0000002521",
            "name":"Classical",
            "weight":5
         }
      ],
      "headlineReview":{
         "text":"[roviLink=\"MN0002297283\"]Widmann[/roviLink] and [roviLink=\"MN0002202960\"]Lonquich[/roviLink] bring their skills for modern music to bear on these seldom-heard pieces for violin and piano.",
         "author":"Patsy Morita"
      },
      "classicalReview":null,
      "classicalReviewUri":"http://api.rovicorp.com/v1/album/classicalReview?format=json&apikey=141341&albumid=MW0002289331",
      "credits":null,
      "creditsUri":"http://api.rovicorp.com/v1/album/credits?format=json&apikey=141341&albumid=MW0002289331",
      "images":null,
      "imagesUri":"http://api.rovicorp.com/v1/album/images?format=json&apikey=141341&albumid=MW0002289331",
      "moods":null,
      "moodsUri":null,
      "primaryReview":null,
      "primaryReviewUri":null,
      "releases":null,
      "releasesUri":"http://api.rovicorp.com/v1/album/releases?format=json&apikey=141341&albumid=MW0002289331",
      "similar":null,
      "similarUri":null,
      "styles":null,
      "stylesUri":"http://api.rovicorp.com/v1/album/styles?format=json&apikey=141341&albumid=MW0002289331",
      "themes":null,
      "themesUri":null,
      "tracks":null,
      "tracksUri":"http://api.rovicorp.com/v1/album/tracks?format=json&apikey=141341&albumid=MW0002289331"
   }
}
 
Personal tools