Search-api/v2.1/filter-browse

Jump to: navigation, search

FilterBrowse

Locates content in Rovi Cloud Services based on field-level criteria and returns results listed in order of relevance. Relevance is a calculated score based on usage data and editorial weighting.

A FilterBrowse request is a Search request without the query. Use FilterBrowse to present custom views of music, movies, or TV, and let the user browse areas of interest and select content.

This request returns a large amount of data, especially if you use the include parameter to return additional data. To speed data transmission, do the following:

  • Request only data that you need to immediately display.
  • Request a compressed response by including Accept-Encoding: gzip,deflate in the HTTP header.

Syntax

endpoint/filterbrowse?apikey=apikey&sig=sig&entitytype=entitytype [&filter=filter] [&include=include] [&facet=facet] [&format=format] [&clu=clu] [&start=start] [&end=end] [&rep=rep] [&country=country] [&language=language] [&offset=offset] [&size=size]

Request Example 1

Get 10 pop/rock albums released in the last week of 2010 and show the number released in all genres.

Request Example 2

Find artists active in contemporary blues during the 2000s.

Request Example 3

Find spy films released in 2009.

Request Example 4

Find songs released in 2004 in the yodeling subgenre and return a list of the releases they appeared on.

Request Example 5

Find up to 10 movies rated for a mature audience appearing today on Time-Warner Cable in Beverly Hills.

Request Parameters

  Music-related requests      Movie-related requests    ⊑⊒  TV-related requests

ParameterRequiredDescription
apikey Yes Access code that authorizes your request for data from Rovi.
endpoint Yes Database to search.
To search in . . .Specify this endpoint.
musicmusic 
movies and TV series (our DVD database)amgvideo 
television (our international TV schedule database)video ⊑⊒
entitytype Yes Type of content to search for.
In this endpoint . . .   To search in this area . . .   Specify this entitytype.
music songssong
albumsalbum
compositionscomposition
people working in musicartist
amgvideo moviesmovie
TV seriestvseries
people working in TV or moviescredit
video ⊑⊒moviesmovie
TV seriestvseries
episode titlesepisode
TV programsonetimeonly
people working in TV or moviescredit
To return data from multiple entity types within an endpoint, specify multiple entitytype parameters like this: entitytype=tvseries&entitytype=movie. Note:  The top results may come from just one of the entity types. Order of results is determined by relevance and is not deliberately balanced across the searched entity types.
sig Yes A calculated, 32-hex-digit authorization code. To perform the calculation, execute the MD5 function on the concatenation of the following three ASCII strings:
  • Your API key.
  • The secret key you received with your API key.
  • The Unix time. Unix time is a timestamp supported in most development environments, and is generally defined as the number of seconds since January 1, 1970 00:00:00 GMT.

Express the alpha hex digits as lower case.

Perform the calculation at the time of each request to be sure it's within a five-minute window of the server time. If you're testing the call in a browser, use our online signature generator to perform the calculation.

clu No Service ID of a television service that has upcoming movies or TV series you want to match against. Service IDs for television services are available with calls to Services.

Broadcast times of programs are returned in availabilities objects. To return more than one broadcast time, specify the rep parameter.

Notes:

  • Requires an endpoint of video.
  • Requires an entitytype of movie or tvseries.
  • To check multiple television services, specify multiple parameters like this: clu=360861&clu=20494.
  • To limit the broadcast time window to less than the next two weeks, specify the start or end parameters, or both.
  • To return only programs in the broadcast time window, add filter=availability to the request.
  • Here are some Service IDs you can use for evaluation tests:
    • 20419 — Chicago Area Broadcast TV
    • 890504 — CanalSat in Paris, France
    • 68809 — Shaw Cable in Moose Jaw, Saskatchewan
    • 60795 — Time Warner Cable in Southern Manhattan
    • 360861 — Time Warner Cable in Beverly Hills, California
country No Country the language parameter applies to. The current release of the API supports only US.
end No If you specify the clu parameter, end specifies the end of the broadcast time window in one of the following formats:
  • UTC time: YYYYmmDDhhMMssZ. For example: 20120315140000Z for 2012-03-15 14:00:00 GMT.
  • Local time with a UTC offset: YYYYmmDDhhMMss + or - hhMM (positive or negative offset). For example, for the same time specified as US Pacific time: 201203150600000800.

If not specified, the end time is two weeks after the time of the request.

facet No Count of items available to be returned.
To return the item count available . . .  Specify this facet.
for the entity typetype
by genre or subgenregenre
To return both, specify two facet parameters: facet=type&facet=genre.
filter No Field content that determines which results are returned. Like a WHERE clause in an SQL statement, this parameter selects only results with fields that meet your criteria.

Examples:

  • Specify filter=decade:1990s to limit the results to artists active in the 1990s.
  • Specify filter=length<120 to return only movies less than 120 minutes long.
  • Specify filter=genreid:MA0000002467 to limit the results to the blues genre.
  • Specify filter=releasedate>19991231 for releases in the year 2000 or later.
  • Specify filter=moodid:XA0000000952 to return music results with a bright mood.
  • Specify filter=mpaa:G|mpaa:PG|mpaa:PG13 to return movies rated G, PG, or PG13.
  • Specify filter=editorialrating>7 to return albums or movies with a rating greater than 7.
  • Specify filter=themeid:MA0000006310 to return music results with a Sunday afternoon theme.
  • Specify filter=toneid:D++2067&filter=toneid:D++1292 for movies with both gruesome and cerebral tones.
  • Specify filter=subgenreid:D+++509|subgenreid:D+++510 to return action thriller or martial arts movies.
  • Specify filter=availability to return only upcoming movies or TV series on the television service specified by the clu parameter.

The selection operators include:

Operator    Meaning
:Is equal to.
!:Is not equal to.
<Is less than.
<:Is less than or equal to.
>Is greater than.
>:Is greater than or equal to.
|Or.

For the And operation, specify another filter parameter like this: filter=releasedate>:20070101&filter=releasedate<20080101. A request can contain up to 20 filter parameters.

The following shows which fields you can select for each entity type. If you specify a filter that does not apply to an entity type, no data will be returned for that entity type.

For this entity type. . .You can filter on . . .Example or Format
album
  • moodid
  • themeid
  • genreid
  • subgenreid
  • performerid
  • releasedate
  • editorialrating
  • recordingtype

XA0000000952 (table)
MA0000005079 (table)
MA0000002467 (look up)
MA0000002517 (look up)
MN0000994823
YYYYMMDD
1 to 10
single (live, remix, clean, single, mainalbum, soundtrack, variousartists)

song
  • moodid
  • themeid
  • genreid
  • subgenreid
  • performerid
  • releasedate

XA0000000952 (table)
MA0000005079 (table)
MA0000002467 (look up)
MA0000002517 (look up)
MN0000994823
YYYYMMDD

artist
  • decade
  • moodid
  • themeid
  • genreid
  • subgenreid

2000s
XA0000000952 (table)
MA0000005079 (table)
MA0000002467 (look up)
MA0000002517 (look up)

movie
  • mpaa
  • adult
  • length
  • toneid
  • moodid
  • themeid
  • genreid
  • subgenreid
  • availability
  • releaseyear
  • editorialrating

PG13
true (amgvideo endpoint)
120 (minutes)
D++1304 (table) (amgvideo endpoint)
D++2030 (table) (amgvideo endpoint)
D++1431 (table) (amgvideo endpoint)
D+++649 (look up) (amgvideo endpoint)
D++1376 (look up) (amgvideo endpoint)
availability (video endpoint) *
2008
1 to 10 (amgvideo endpoint)

onetimeonly
  • length

120 (minutes, integer)

tvseries
  • mpaa
  • adult
  • length
  • toneid
  • moodid
  • themeid
  • genreid
  • subgenreid
  • availability
  • editorialrating

PG13
true (amgvideo endpoint)
120 (minutes)
D++1304 (table) (amgvideo endpoint)
D++2030 (table) (amgvideo endpoint)
D++1431 (table) (amgvideo endpoint)
D+++649 (look up) (amgvideo endpoint)
D++1376 (look up) (amgvideo endpoint)
availability (video endpoint) *
1 to 10 (amgvideo endpoint)

* Note: The availability filter is specified without a value, like this: filter=availability. Use this to filter out movies or TV series that are not airing on the television service specified by the clu parameter.

format No Format of the returned data: json or xml. The default is JSON.

Alternatively you can specify the response format in an HTTP Accept header with either of these Accept field content types:

  • application/xml
  • application/json

If you specify both, the format parameter overrides the Accept header.

include No Additional data to include in each result returned. To include cast members in movie results, for example, specify include=cast. For multiple includes, separate the values with commas like this: include=moods,crew. To include all data, specify include=all.
For endpointEntitytypeYou can include these results . . .
music album
  • All
  • ClassicalReview
  • Credits
  • Images
  • Moods
  • PrimaryReview
  • Releases
  • Similar
  • Styles
  • Themes
  • Tracks
music song
  • All
  • Appearances
  • Review
  • Sample
music artist
  • All
  • Aliases
  • AssociatedWith
  • ClassicalBio
  • CollaboratorWith
  • Compositions
  • Contemporaries
  • Credits
  • Discography
  • Factsheets
  • Filmography
  • Followers
  • GroupMembers
  • Images
  • Influencers
  • MemberOf
  • Moods
  • MovieBio
  • MovieStyles
  • MusicBio
  • MusicCredits
  • MusicStyles
  • Similars
  • Songs
  • Themes
  • Videos
  • Web
amgvideo movie
  • All
  • Cast
  • Crew
  • Images
  • Keywords
  • Moods
  • Related
  • Releases
  • Review
  • Similar
  • Synopsis
  • Themes
  • Tones
  • Types
  • Videos
amgvideo tvseries
  • All
  • Cast
  • Crew
  • Images
  • Keywords
  • Moods
  • Related
  • Releases
  • Review
  • Similar
  • Synopsis
  • Themes
  • Tones
  • Types
  • Videos
video ⊑⊒movie
  • All
  • Awards
  • Cast
  • Crew
  • Event
  • Images
  • Keywords
  • Review
  • Synopsis
  • Themes
  • Tones
video ⊑⊒tvseries
  • All
  • Awards
  • Cast
  • Crew
  • Images
  • Keywords
  • Review
  • Seasons
  • Synopsis
  • Themes
  • Tones
video ⊑⊒onetimeonly
  • All
  • Awards
  • Cast
  • Crew
  • Event
  • Images
  • Keywords
  • Review
  • Synopsis
  • Themes
  • Tones
language No Language of the response data. This request supports only en (English).
offset No Counting from zero as the first item in the returned list, the number of the first item you want. The default is zero. The maximum is 3000.

Use the offset and size parameters to paginate the available results.

rep No If you specify the clu parameter, rep specifies the maximum number of broadcasts to be reported in the availabilities object. For example, to return up to five broadcasts during the time specified, specify rep=5. Default is 1.
size No The number of items you want to be returned. The default is 20.
start No If you specify the clu parameter, start specifies the start of the broadcast time window in one of the following formats:
  • UTC time: YYYYmmDDhhMMssZ. For example: 20120315140000Z for 2012-03-15 14:00:00 GMT.
  • Local time with a UTC offset: YYYYmmDDhhMMss + or - hhMM (positive or negative offset). For example, for the same time specified as US Pacific time: 201203150600000800.

If not specified, the start time is the time of the request.

Response

Response Header

ResponseTypeDescription
controlSet ControlSet The HTTP response status.
id string Server transaction ID for the response.

Response for FilterBrowse

ResponseTypeDescription
facetCounts facetCounts [ ] Number of results available to be returned in each genre or entity type, as requested by the facet parameter.
results result [ ] The results listed in order of popularity and similarity and the filters specified in the request.
totalResultCounts integer Total number of results found.

Response Example 1

Top search result for Piano Blues musicians.
Requested with http://api.rovicorp.com/search/v2.1/music/filterbrowse?apikey=apikey&sig=sig&
entitytype=artist&facet=type&filter=subgenreid:MA0000002467&format=xml&size=1
.
<searchResponse xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="com.rovicorp.metadataservice" xmlns:meta="com.rovicorp.metadataservice" meta:id="tul1cpgpsrapp4:gwy:3mlfvw">
  <controlSet>
    <status>ok</status>
    <code>200</code>
    <messages i:nil="true" />
  </controlSet>
  <results>
    <result>
      <type>artist</type>
      <relevance>
        <code>Score</code>
        <value>1.9523342</value>
      </relevance>
      <availabilties xmlns="com.rovicorp.snrservice" />
      <id>MN0000745964</id>
      <messages i:nil="true" />
      <name>
        <ids>
          <amgClassicalId>Q 137260</amgClassicalId>
          <amgMovieId>P 1119</amgMovieId>
          <amgPopId>P 3525</amgPopId>
          <cosmoId i:nil="true" />
          <nameId>MN0000745964</nameId>
        </ids>
        <name>The Allman Brothers Band</name>
        <isGroup>true</isGroup>
        <primaryMedia>Music\Popular</primaryMedia>
        <musicGenres>
          <Genre>
            <id>MA0000002613</id>
            <name>Pop/Rock</name>
            <weight>10</weight>
          </Genre>
          <Genre>
            <id>MA0000002467</id>
            <name>Blues</name>
            <weight>9</weight>
          </Genre>
        </musicGenres>
        <movieGenres>
          <Genre>
            <id>D 1776</id>
            <name>Music [nf]</name>
            <weight>99</weight>
          </Genre>
          <Genre>
            <id>D 648</id>
            <name>Comedy</name>
            <weight>33</weight>
          </Genre>
          <Genre>
            <id>D 654</id>
            <name>Horror</name>
            <weight>33</weight>
          </Genre>
        </movieGenres>
        <active>
          <a:string>1960s</a:string>
          <a:string>1970s</a:string>
          <a:string>1980s</a:string>
          <a:string>1990s</a:string>
          <a:string>2000s</a:string>
          <a:string>2010s</a:string>
        </active>
        <birth>
          <date>1969-??-??</date>
          <place>Macon, GA</place>
        </birth>
        <death>
          <date />
          <place />
        </death>
        <country>United States of America</country>
        <gender />
        <period>1982-2005</period>
        <headlineBio>Blending rock, blues, country, and jazz, the godfathers of Southern rock in all its wild, woolly glory.</headlineBio>
        <classicalBio i:nil="true" />
        <classicalBioUri i:nil="true" />
        <discography i:nil="true" />
        <discographyUri>http://api.rovicorp.com/data/v1.1/name/discography?format=xml&apikey=4p1k3y&nameid=MN0000745964</discographyUri>
        <filmography i:nil="true" />
        <filmographyUri>http://api.rovicorp.com/data/v1.1/name/filmography?format=xml&apikey=4p1k3y&nameid=MN0000745964</filmographyUri>
        <followers i:nil="true" />
        <followersUri>http://api.rovicorp.com/data/v1.1/name/followers?format=xml&apikey=4p1k3y&nameid=MN0000745964</followersUri>
        <groupMembers i:nil="true" />
        <groupMembersUri>http://api.rovicorp.com/data/v1.1/name/groupMembers?format=xml&apikey=4p1k3y&nameid=MN0000745964</groupMembersUri>
        <memberOf i:nil="true" />
        <memberOfUri i:nil="true" />
        <images i:nil="true" />
        <imagesUri>http://api.rovicorp.com/data/v1.1/name/images?format=xml&apikey=4p1k3y&nameid=MN0000745964</imagesUri>
        <influencers i:nil="true" />
        <influencersUri>http://api.rovicorp.com/data/v1.1/name/influencers?format=xml&apikey=4p1k3y&nameid=MN0000745964</influencersUri>
        <similars i:nil="true" />
        <similarsUri>http://api.rovicorp.com/data/v1.1/name/similars?format=xml&apikey=4p1k3y&nameid=MN0000745964</similarsUri>
        <moods i:nil="true" />
        <moodsUri>http://api.rovicorp.com/data/v1.1/name/moods?format=xml&apikey=4p1k3y&nameid=MN0000745964</moodsUri>
        <movieBio i:nil="true" />
        <movieBioUri i:nil="true" />
        <musicBio i:nil="true" />
        <musicBioUri>http://api.rovicorp.com/data/v1.1/name/musicBio?format=xml&apikey=4p1k3y&nameid=MN0000745964</musicBioUri>
        <musicCredits i:nil="true" />
        <musicCreditsUri>http://api.rovicorp.com/data/v1.1/name/musicCredits?format=xml&apikey=4p1k3y&nameid=MN0000745964</musicCreditsUri>
        <songs i:nil="true" />
        <songsUri>http://api.rovicorp.com/data/v1.1/name/songs?format=xml&apikey=4p1k3y&nameid=MN0000745964</songsUri>
        <musicStyles i:nil="true" />
        <musicStylesUri>http://api.rovicorp.com/data/v1.1/name/musicStyles?format=xml&apikey=4p1k3y&nameid=MN0000745964</musicStylesUri>
        <themes i:nil="true" />
        <themesUri>http://api.rovicorp.com/data/v1.1/name/themes?format=xml&apikey=4p1k3y&nameid=MN0000745964</themesUri>
        <videos i:nil="true" />
        <videosUri i:nil="true" />
        <movieStyles i:nil="true" />
        <movieStylesUri>http://api.rovicorp.com/data/v1.1/name/movieStyles?format=xml&apikey=4p1k3y&nameid=MN0000745964</movieStylesUri>
        <contemporaries i:nil="true" />
        <contemporariesUri>http://api.rovicorp.com/data/v1.1/name/contemporaries?format=xml&apikey=4p1k3y&nameid=MN0000745964</contemporariesUri>
        <associatedWith i:nil="true" />
        <associatedWithUri>http://api.rovicorp.com/data/v1.1/name/associatedWith?format=xml&apikey=4p1k3y&nameid=MN0000745964</associatedWithUri>
        <collaboratorWith i:nil="true" />
        <collaboratorWithUri i:nil="true" />
        <compositions i:nil="true" />
        <compositionsUri i:nil="true" />
        <aliases i:nil="true" />
        <aliasesUri i:nil="true" />
        <awards i:nil="true" />
        <awardsUri i:nil="true" />
        <web i:nil="true" />
        <webUri i:nil="true" />
        <factsheets i:nil="true" />
        <factsheetsUri i:nil="true" />
        <schedule i:nil="true" />
        <scheduleUri i:nil="true" />
        <credits i:nil="true" />
        <creditsUri i:nil="true" />
        <linear i:nil="true" />
      </name>
    </result>
  </results>
  <totalResultCounts>679</totalResultCounts>
  <facetCounts xmlns="com.rovicorp.snrservice" name="type">
    <facetCount>
      <name>Artist</name>
      <count>679</count>
    </facetCount>
  </facetCounts>
</searchResponse>

Response Example 2

Top search result for songs in the yodeling subgenre.
Requested with http://api.rovicorp.com/search/v2.1/music/filterbrowse?apikey=apikey&sig=sig&
entitytype=song&facet=type&facet=genre&filter=subgenreid:MA0000012228&size=1
.
{
   "searchResponse":{
      "meta:id":"tul1cpgpsrapp22:gwy:3cfysc",
      "controlSet":{
         "status":"ok",
         "code":200,
         "messages":null
      },
      "results":[
         {
            "type":"song",
            "relevance":[
               {
                  "code":"Score",
                  "value":1.0717897
               }
            ],
            "id":"MT0000347008",
            "messages":null,
            "song":{
               "ids":{
                  "amgClassicalTrackId":null,
                  "amgPopTrackId":"T 9584449",
                  "isrcId":null,
                  "muzeId":"14082768",
                  "trackId":"MT0000347008"
               },
               "title":"Indian Love Call",
               "primaryArtists":[
                  {
                     "id":"MN0000029334",
                     "name":"Slim Whitman"
                  }
               ],
               "isPick":true,
               "genres":null,
               "appearances":null,
               "appearancesUri":"http://api.rovicorp.com/data/v1.1/song/appearances?format=json&apikey=4p1k3y&trackId=MT0000347008",
               "moods":null,
               "moodsUri":null,
               "review":null,
               "reviewUri":null,
               "styles":null,
               "stylesUri":null,
               "themes":null,
               "themesUri":null,
               "sample":null,
               "sampleUri":"http://api.rovicorp.com/data/v1.1/song/sample?format=json&apikey=4p1k3y&trackId=MT0000347008"
            }
         }
      ],
      "totalResultCounts":647,
      "facetCounts":[
         {
            "name":"type",
            "facetCount":[
               {
                  "name":"Track",
                  "count":647
               }
            ]
         },
         {
            "name":"genre",
            "facetCount":[
               {
                  "id":"MA0000002660",
                  "name":"International",
                  "count":62
               },
               {
                  "id":"MA0000002944",
                  "name":"Children's",
                  "count":1
               },
               {
                  "id":"MA0000002532",
                  "name":"Country",
                  "count":647
               },
               {
                  "id":"MA0000011877",
                  "name":"Vocal",
                  "count":21
               },
               {
                  "id":"MA0000002567",
                  "name":"Easy Listening",
                  "count":21
               },
               {
                  "id":"MA0000002674",
                  "name":"Jazz",
                  "count":1
               },
               {
                  "id":"MA0000002592",
                  "name":"Folk",
                  "count":7
               },
               {
                  "id":"MA0000002613",
                  "name":"Pop/Rock",
                  "count":45
               }
            ]
         }
      ]
   }
}

Response Example 3

Top result for movies rated for a mature audience appearing today on Time-Warner Cable in Beverly Hills.
Requested with http://api.rovicorp.com/search/v2.1/video/filterbrowse?apikey=apikey&sig=sig&
entitytype=movie&facet=type&filter=ratingid:15|ratingid:47&clu=360861&filter=availability&
end=20120412080000Z&size=1
.
{
   "searchResponse":{
      "meta:id":"tul1cpgpsrapp22:gwy:3cg06d",
      "controlSet":{
         "status":"ok",
         "code":200,
         "messages":null
      },
      "results":[
         {
            "type":"movie",
            "relevance":[
               {
                  "code":"Score",
                  "value":1.354186
               }
            ],
            "availabilities":[
               {
                  "cosmosource":5234,
                  "start":"20140319071500+0000",
                  "format":"sd",
                  "end":"20140319092000+0000",
                  "source":"CLU_360861",
                  "available_as":{
                     "id":4002243,
                     "type":"CosmoIdProgram"
                  }
               }
            ],
            "id":4002243,
            "messages":null,
            "video":{
               "ids":{
                  "amgMovieId":null,
                  "cosmoId":"4002243",
                  "iguideId":4002243,
                  "pidPaid":null,
                  "videoId":null
               },
               "seriesIds":null,
               "masterTitle":"In the Cut",
               "secondaryTitle":"",
               "episodeTitle":null,
               "category":"Movie",
               "color":"Color",
               "lastAirDate":null,
               "originalAirDate":"2011-02-05T00:00:00.00Z",
               "programType":"Movie",
               "releaseYear":2003,
               "duration":119,
               "subcategory":"mystery & suspense",
               "syndicated":false,
               "programLanguage":"English",
               "partNumber":null,
               "partTotal":null,
               "parentalRatings":null,
               "parentalRatingsUri":"http://api.rovicorp.com/data/v1.1/video/parentalRatings?format=json&apikey=4p1k3y&cosmoid=4002243",
               "cast":null,
               "castUri":"http://api.rovicorp.com/data/v1.1/video/cast?format=json&apikey=4p1k3y&cosmoid=4002243",
               "crew":null,
               "crewUri":"http://api.rovicorp.com/data/v1.1/video/crew?format=json&apikey=4p1k3y&cosmoid=4002243",
               "awards":null,
               "awardsUri":null,
               "images":null,
               "imagesUri":"http://api.rovicorp.com/data/v1.1/video/images?format=json&apikey=4p1k3y&cosmoid=4002243",
               "clip":null,
               "clipUri":"http://api.rovicorp.com/data/v1.1/video/clip?format=json&apikey=4p1k3y&cosmoid=4002243",
               "seasons":null,
               "seasonsUri":null,
               "variants":null,
               "variantsUri":"http://api.rovicorp.com/data/v1.1/video/variants?format=json&apikey=4p1k3y&cosmoid=4002243",
               "schedule":"",
               "scheduleUri":null,
               "event":null,
               "eventUri":null,
               "keywords":null,
               "keywordsUri":"http://api.rovicorp.com/data/v1.1/video/keywords?format=json&apikey=4p1k3y&cosmoid=4002243",
               "moods":null,
               "moodsUri":"http://api.rovicorp.com/data/v1.1/video/moods?format=json&apikey=4p1k3y&cosmoid=4002243",
               "related":null,
               "relatedUri":"http://api.rovicorp.com/data/v1.1/video/related?format=json&apikey=4p1k3y&cosmoid=4002243",
               "review":null,
               "reviewUri":"http://api.rovicorp.com/data/v1.1/video/review?format=json&apikey=4p1k3y&cosmoid=4002243",
               "synopsis":null,
               "synopsisUri":"http://api.rovicorp.com/data/v1.1/video/synopsis?format=json&apikey=4p1k3y&cosmoid=4002243",
               "themes":null,
               "themesUri":"http://api.rovicorp.com/data/v1.1/video/themes?format=json&apikey=4p1k3y&cosmoid=4002243",
               "tones":null,
               "tonesUri":"http://api.rovicorp.com/data/v1.1/video/tones?format=json&apikey=4p1k3y&cosmoid=4002243"
            }
         }
      ],
      "totalResultCounts":1,
      "facetCounts":[
         {
            "name":"type",
            "facetCount":[
               {
                  "name":"Movie",
                  "count":1
               }
            ]
         }
      ]
   }
}

Error Codes

CodeDescription
400 Incorrect or invalid request. The reason is shown in the Message object in ControlSet.

See Also

↑ Top

Personal tools