Data/video-api/v1.1/video/info

Jump to: navigation, search

Video/Info

Returns information about a movie, TV series, or TV program, plus customized requests for all of the other content that is available through the Video API. These customized requests are designed to make your programming easy and efficient: in a single step you both verify availability of data and capture the requests. Before executing them, you just add the sig parameter.

The video/info request also provides optional arguments to include responses from other Video API requests. This may return a large amount of 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.

Optional parameters for this call give you control over several features:

Program informationUpcoming TV schedule  ImagesResponse format
  • include
  • country
  • language
  • titletype
  • localeresolution
  • duration
  • starttime
  • serviceid
  • inprogress
  • sourceid
  • sourceexclude
  • sourceinclude
  • include
  • formatid
  • imagecount
  • imageoffset
  • imagesize
  • imagesort
  • imagetypeid
  • zoomlevel
  • format

Syntax

video/info? video=video
cosmoid=cosmoid
iguideid=iguideid
&apikey=apikey&sig=sig [&include=include] [&format=format] [&country=country] [&language=language] [&titletype=titletype] [&serviceid=serviceid] [&starttime=starttime] [&duration=duration]  [&inprogress=inprogress] [&localeresolution=localeresolution] [&sourceid=sourceid] [&sourceinclude=sourceinclude] [&sourceexclude=sourceexclude] [&formatid=formatid] [&imagecount=imagecount] [&imageoffset=imageoffset] [&imagesize=imagesize] [&imagesort=imagesort] [&imagetypeid=imagetypeid] [&zoomlevel=zoomlevel]

Request Example 1

Request information about The Simpsons television series.

Request Example 2

Request information about the movie Terminator 2: Judgment Day with a title less than 15 characters and links to images.

Request Example 3

Request information in XML format about the series Two and a Half Men and return a request link for a schedule of broadcasts over the next two weeks on Time Warner Cable in Beverly Hills, California.

Request Example 4

Request information about the movie Terminator 2: Judgment Day and a schedule of HD broadcasts of the movie on any of the movie channels on Time Warner Cable in Southern Manhattan over the next week, including broadcasts that are currently on.

Request Example 5

Request information about The Simpsons Movie and include images that are in the range of 70 to 100 pixels in both dimensions.

Request Parameters

Sort none.gif  Click to re-sort

Parameter Required Description
apikey Yes Access code that authorizes your request for data from Rovi.
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.

cosmoid Conditional Cosmo database ID for a movie, program, episode, or television series. Cosmo is a database of television information. You can grab Cosmo IDs from responses to the following requests:

Condition: The request must contain just one of these parameters:

  • video
  • cosmoid
  • iguideid
iguideid Conditional An ID for a television program used by the i‑Guide™ interactive digital cable TV program guide. You can get i‑Guide IDs from i‑Guide and from responses to the following requests:

Condition: The request must contain just one of these parameters:

  • video
  • cosmoid
  • iguideid
serviceid Conditional Database ID of a television service for an area. Returns a schedule, or a request for a schedule, of upcoming broadcasts of the program. You can get service IDs of television services for an area with Listings/Services (a REST call) or GetServices (a SOAP call).

You can limit a returned schedule with the following optional parameters:

  • duration
  • starttime
  • inprogress

Condition: Required to return:

  • The URL to the schedule in the scheduleUri element.
  • The schedule requested with the include=schedule argument.
video Conditional Title of a movie, television program, or television series, or keywords from the title. This searches for the most popular title with that combination of words. Replace any spaces with plus (+) or percent20 (%20) symbols.

Note: This parameter currently returns only US-English results. Support for other countries and languages will be added in the future.

Condition: The request must contain just one of these parameters:

  • video
  • cosmoid
  • iguideid
country No Country the language parameter applies to, stated as a two-character ISO 3166 country code. Default is the default country of the language you specify (US if language is not specified). If an invalid combination of country and language is specified, US English will be returned.

Valid country codes are:

  • AR
Argentina
  • SV
El Salvador
  • NI
Nicaragua
  • AT
Austria
  • FI
Finland
  • NO
Norway
  • BE
Belgium
  • FR
France
  • PA
Panama
  • BM
Bermuda
  • DE
Germany
  • PE
Peru
  • BO
Bolivia
  • GT
Guatemala
  • PL
Poland
  • BR
Brazil
  • HN
Honduras
  • PT
Portugal
  • CA
Canada
  • IE
Ireland
  • ES
Spain
  • CL
Chile
  • IT
Italy
  • SE
Sweden
  • CO
Colombia
  • JM
Jamaica
  • CH
Switzerland
  • CR
Costa Rica
  • LU
Luxembourg 
  • GB
United Kingdom*
  • DK
Denmark
  • MX
Mexico
  • US
United States
  • DO
Dominican Republic 
  • NL
Netherlands
  • VE
Venezuela
  • EC
Ecuador

* Includes Wales, Scotland, and Northern Ireland.

duration No If you specify serviceid for a schedule of upcoming broadcasts of the program, duration determines the number of minutes the schedule will cover. You can specify 1 to 20160; the default is 20160 (14 days).

Note: The schedule is determined by starttime, duration, and inprogress. A duration shorter than 5 minutes may miss shows starting just before or after a half-hour point.

format No Format of the returned data: json or xml. The default is JSON.
formatid No If you specify Images in the include parameter, formatid specifies the size and file format of returned images. Select the format IDs you want from the Format IDs table.

Specify multiple format IDs in a comma-separated list, like this: formatid=36,44,51.

Returned images meet a combination of all of the following specified filters:

  • formatid
  • imagesize
  • imagetypeid
  • imagezoomlevel
imagecount No If you specify Images in the include parameter, imagecount specifies the number of images to be returned. If fewer images are available, the available images are returned without error. The default is 25.

Use imagecount and imageoffset to paginate images in the response.
Note:  Your access to images is governed by your subscription level.

imageoffset No If you specify Images in the include parameter, imageoffset specifies the number of images at the start of the response to skip. The default is zero.

Use imagecount and imageoffset to paginate images in the response.
Note:  Your access to images is governed by your subscription level.

imagesize No If you specify Images in the include parameter, imagesize specifies the image sizes to be returned. Images are not dynamically resized to fit, so only available sizes are returned.
  • Specify an exact size in width x height format, like this: imagesize=332x419.
  • Specify a size range in width x height format, like this: imagesize=60-80x80-100.
  • Specify multiple sizes in a comma-separated list, like this: imagesize=332x419,60-80x80-100.

Returned images meet a combination of all of the following specified filters:

  • formatid
  • imagesize
  • imagetypeid
  • imagezoomlevel
imagesort No If you specify Images in the include parameter, imagesort specifies the sort order of returned images. Images can be sorted in ascending or descending order by the following properties:
  • width
Image width.
  • height
Image height.
  • formatid
Image format ID, as shown in the Format IDs table.
  • author
Person or company that took the photo.
  • copyrightowner  
Company that owns the image copyright.
  • url
URL to the image (ASCII sort).
  • imageorder
Image type sequence, as shown in the Image Order table.
  • zoomlevel
How close up people in the image appear, as shown in the Image Zoom Level table.

Specify a descending sort order with a minus (-) sign, like this: imagesort=-width.
Specify a multilevel sort in highest-to-lowest order in a comma-separated list, like this: imagesort=formatid,-height,width.

Note:  Your access to images is governed by your subscription level.

imagetypeid No If you specify Images in the include parameter, imagetypeid specifies the type of returned images. Select the IDs you want from the Image Type IDs table.

Specify multiple image type IDs in a comma-separated list, like this: imagetypeid=2,14. To change the order in which the image types are returned, use the imagesort parameter.

Returned images meet a combination of all of the following specified filters:

  • formatid
  • imagesize
  • imagetypeid
  • imagezoomlevel
include No Other Video Service requests to include in the request. To include awards in the response, for example, add include=awards. You can specify multiple includes in either of the following ways:
  • In multiple arguments, like this: include=images&include=credits&include=moods.
  • In a single argument as a comma-separated list, like this: include=images,credits,moods.

Here are the requests you can include:

For information about a request, please see the documentation for the request.

Reminder: These options may return a large amount of 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.
inprogress No If you specify serviceid for a schedule of upcoming broadcasts of the program, inprogress determines whether shows that are in progress at starttime are included in the schedule: true or false. Default is false.

Note: The schedule is determined by duration, inprogress, and starttime.

language No Language of program titles, synopses, and keywords, stated as a two-character ISO 639 language code:
  • da
Danish
  • fr
French
  • pt
Portuguese
  • nl
Dutch
  • de
German
  • es
Spanish
  • en
English
  • it
Italian
  • sv
Swedish
  • fi
Finnish
  • no
Norwegian    
  • fl
Flemish    
  • pl
Polish

Default is en (English). If content is not available in the language requested, another language is chosen as determined by the Language Fallback Sequence table.

localeresolution No How the language fallback rules should be applied for any content that is not available for the specified language and country. The values are:
  • None
Return the content for the specified Cosmo ID.
  • Full
Fall back to the next available language per the fallback rules.
  • Exact   
If the program is available in the specified language, return content for that Cosmo ID instead, like Full. Otherwise, return the content for the specified Cosmo ID, like None.
  • Targeted
Fall back to the next available language per the fallback rules like Full, but override the IDs and masterTitle values like None.

Default is Full.

sourceid No If you specify serviceid for a schedule of broadcasts of the episode, sourceid determines which channels will appear on the schedule. You can get source IDs from responses to a GetServiceDetails request. Note: a single television source may supply content to multiple channels.

You can specify multiple source IDs in either of the following ways:

  • In multiple arguments, like this: sourceid=14019&sourceid=11284&sourceid=10395.
  • In a single argument as a comma-separated list, like this: sourceid=14019,11284,10395.
sourceexclude No If you specify sourceid to select the television sources to be returned, sourceexclude specifies attributes of the channels in the source ID list that you want to eliminate from the channels returned. The possible values are:
  • HD
  • PPV
  • Music

You can specify multiple sourceexclude values in either of the following ways:

  • In multiple arguments, like this: sourceexclude=HD&sourceexclude=PPV.
  • In a single argument as a comma-separated list, like this: sourceexclude=HD,PPV.
sourceinclude No If you specify sourceid to select the television sources to be returned, sourceinclude specifies an attribute of the channels in the source ID list that you want to include in the list of channels returned. The possible values are:
  • HD
  • PPV
  • Music
Only channels in the source ID list that meet that attribute will be returned.
starttime No If you specify serviceid for a schedule of broadcasts of the program, starttime determines the starting time of the schedule. The time must be specified as a DateTime value between the time of the request and two weeks in the future. The default is the time of the request.

Note: The schedule is determined by duration, inprogress, and starttime.

titletype No Type of program title to return as described in the TitleType table. Most programs do not carry all title types, so we recommend using the default unless another type is required. If a program does not have the type specified, the default title is returned.
zoomlevel No If you specify Images in the include parameter, zoomlevel specifies how close up people appear in the image. Select the zoom level you want from the Image Zoom Level table.

Specify multiple zoom levels in a comma-separated list, like this: zoomlevel=2,3. To change the order in which the image zoom levels are returned, use the imagesort parameter.

Returned images meet a combination of all of the following specified filters:

  • formatid
  • imagesize
  • imagetypeid
  • zoomlevel

Response

Response Header

ResponseTypeDescription
buildstringThe software release level of the API.
codeintegerHTTP status code. See the status field for the text part of the code.
durationintegerServer processing time in milliseconds. The difference between startTime and endTime.
endTimestringWhen the server sent the response (UTC time).
messagesMessage [ ]Elements of a multiple HTTP response status message.
parametersparametersThe parameters that were included in the request.
serverNamestringName of the server that processed the request.
startTimestringWhen the server received the request (UTC time).
statusstringText part of the HTTP status code, which is shown in the code field.

Response for Video/Info

ResponseTypeDescription
associatedAlbums AssociatedAlbum [ ] Albums associated with the movie or program, returned only if the request specified an include=associatedalbums argument.
associatedAlbumsUri string The customized Video/AssociatedAlbums request, returned only if associated albums are available.
associatedTracks AssociatedTrack [ ] Songs associated with the movie or program, returned only if the request specified an include=associatedtracks argument.
associatedTracksUri string The customized Video/AssociatedTracks request, returned only if associated songs are available.
awards VideoAward [ ] Awards the program has been nominated for or won, returned only if the request specified an include=awards argument.
awardsUri string The customized Video/Awards request, returned only if awards data is available.
cast VideoCast [ ] Cast information and links to images, returned only if the request specified an include=cast argument.
castUri string The customized Video/Cast request, returned only if cast data is available.
category ProgramCategory Category of television program: news, movie, sports, etc.
clip null Reserved for future use.
clipUri string The customized Video/Clip request, returned only if video clips are available.
color ColorType Color format of the program.
crew VideoCrew [ ] Crew information and images, returned only if the request specified an include=crew argument.
crewUri string The customized Video/Crew request, returned only if crew information is available.
duration integer Duration of a program in minutes.
episodeTitle string Title of the episode in the series.
event VideoEvent [ ] Information about the event shown in the program, returned only if the request specified an include=event argument.
eventUri string The customized Video/Event request, returned only if event information is available.
ids ids IDs for the movie or program that are recognized by Rovi DVDs or Rovi Video.
images Image [ ] URLs to images associated with the program, returned only if the request specified an include=images argument and your subscription level enables access to images. Images are returned in image type sequence as shown in the Image Order table. If the program is an episode, then episode images appear before images of the series master.
imagesUri string The customized Video/Images request, returned only if images are available.
keywords keywords Keywords for the plot structure of a program, returned only if the request specified an include=keywords argument.
keywordsUri string The customized Video/Keywords request, returned only if keywords are available.
lastAirDate DateTime Last date and time the program aired.
masterTitle string Title of the movie, series, or program.
moods VideoMood [ ] Terms that describe expressive characteristics of the movie or program, returned only if the request specified an include=moods argument.
moodsUri string The customized Video/Moods request, returned only if the data is available.
movieRating Rating Local film rating of a movie.
mpaaRating Rating MPAA rating of a movie.
originalAirDate DateTime When the program was first broadcast.
originalTitle string Original title of the movie or program in fewer than 256 characters.
originCountries string [ ] Countries of origin as recognized by different legal jurisdictions. Principal locations of the companies or individuals that produced the movie or program and its accompanying material, such as scripts, synopses, shot lists, inventory lists, publicity material, production records, etc.
parentalRatings ParentalRating [ ] Parental ratings assigned to the movie or program, returned only if the request specified an include=parentalratings argument.
parentalRatingsUri string The customized Video/ParentalRatings request, returned only if the data is available.
partNumber integer Number of a program in a multipart sequence of programs.
partTotal integer Total number of parts in a multipart sequence of programs.
programLanguage string Language of the program.
programLanguageCode string Language of the program title, synopsis, and keywords in the response, stated as a two-character ISO 639 language code.
programType ProgramType Type of program: movie, episode, etc.
related related Related movies or programs, returned only if the request specified an include=related argument.
relatedUri string The customized Video/Related request, returned only if the data is available.
releaseYear integer Year the program was released.
requestedId string The ID in the request that applies to this response object.
review review A professional review of the movie or program, returned only if the request specified an include=review argument.
reviewUri string The customized Video/Review request, returned only if the data is available.
schedule schedule Upcoming television broadcasts of the program, returned only if the request specified the serviceid and include=schedule arguments.
scheduleUri string The customized Video/Schedule request, returned only if serviceid is specified in the request and the movie or program is appearing in an upcoming broadcast on the television service.
seasonNumber integer For an episode in a TV series, the season of the TV series that the episode is in.
seasons VideoSeason [ ] Links to all of the information available about seasons and episodes of a TV series, returned only if the request specified an include=seasons argument. The links include the following:
seasonSequence integer For an episode in a TV series, the episode number in the season, counting from the first episode of the season.
seasonsUri string The customized Video/Seasons request, returned only for a series.
secondaryTitle string Secondary title of the program (usually related to sports programs).
seriesIds seriesIds IDs for the series that the program specified in the request belongs to:
  • seriesId
  • iguideSeriesId
seriesSequence integer For an episode in a TV series, the episode number in the series, counting from the first episode of the TV series.
starRating integer Rovi editorial rating of the program.
streamable integer Whether a program is available for streaming: 1 for true or 0 for false.
subcategory string Subcategory of television program: crime drama, animated comedy, etc.
syndicated Boolean Whether the program is syndicated: true or false.
synopsis synopsis A synopsis of the program, returned only if the request specified an include=synopsis argument.
synopsisUri string The customized Video/Synopsis request, returned only if the data is available.
themes theme [ ] Topics and circumstances that motivate or fit with the program, returned only if the request specified an include=themes argument.
themesUri string The customized Video/Themes request, returned only if the data is available.
tones tone [ ] Feelings that motivate or fit with the program, returned only if the request specified an include=tones argument.
tonesUri string The customized Video/Tones request, returned only if the data is available.
tvRating Rating Local television rating of the program.
web web Internet information resources about a movie or TV program, returned only if the request specified an include=web argument.
webUri string The customized Video/Web request, returned only if the data is available.

JSON Response Example

Here's the response to Request Example 1, which asks for information about The Simpsons television series. The response is formatted with extra spaces and carriage returns to make it easy to read.
Requested with http://api.rovicorp.com/data/v1.1/video/info?apikey=apikey&sig=sig&cosmoid=7903.
{
   "status":"ok",
   "code":200,
   "messages":null,
   "build":"1.7.3.0",
   "parameters":{
      "apiKey":"4p1k3y",
      "id":"7903"
   },
   "serverName":"tul1cssw1",
   "startTime":"2011-10-17T23:04:35.6253289Z",
   "endTime":"2011-10-17T23:04:35.9534476Z",
   "duration":328,
   "video":{
      "ids":{
         "amgMovieId":null,
         "cosmoId":"7903",
         "iguideId":7903
      },
      "requestedId":"7903",
      "seriesIds":null,
      "masterTitle":"The Simpsons",
      "secondaryTitle":"",
      "episodeTitle":null,
      "category":"Other",
      "color":"Color",
      "lastAirDate":null,
      "originalAirDate":"1989-12-17T00:00:00.00Z",
      "programType":"Series",
      "releaseYear":1989,
      "duration":30,
      "subcategory":"animated comedy",
      "syndicated":true,
      "programLanguage":"English",
      "partNumber":null,
      "partTotal":null,
      "streamable":1,
      "movieRating":null,
      "associatedAlbums":null,
      "associatedAlbumsUri":null,
      "associatedTracks":null,
      "associatedTracksUri":null,
      "parentalRatings":null,
      "parentalRatingsUri":"http://api.rovicorp.com/data/v1.1/video/parentalratings?format=json&apikey=4p1k3y&cosmoid=7903",
      "starRating":null,
      "tvRating":"None",
      "mpaaRating":null,
      "cast":null,
      "castUri":"http://api.rovicorp.com/data/v1.1/video/cast?format=json&apikey=4p1k3y&cosmoid=7903",
      "crew":null,
      "crewUri":"http://api.rovicorp.com/data/v1.1/video/crew?format=json&apikey=4p1k3y&cosmoid=7903",
      "awards":null,
      "awardsUri":"http://api.rovicorp.com/data/v1.1/video/awards?format=json&apikey=4p1k3y&cosmoid=7903",
      "images":null,
      "imagesUri":"http://api.rovicorp.com/data/v1.1/video/images?format=json&apikey=4p1k3y&cosmoid=7903",
      "clip":null,
      "clipUri":"http://api.rovicorp.com/data/v1.1/video/clip?format=json&apikey=4p1k3y&cosmoid=7903",
      "seasons":null,
      "seasonsUri":"http://api.rovicorp.com/data/v1.1/video/seasons?format=json&apikey=4p1k3y&cosmoid=7903",
      "schedule":null,
      "scheduleUri":null,
      "event":null,
      "eventUri":null,
      "keywords":null,
      "keywordsUri":"http://api.rovicorp.com/data/v1.1/video/keywords?format=json&apikey=4p1k3y&cosmoid=7903",
      "moods":null,
      "moodsUri":"http://api.rovicorp.com/data/v1.1/video/moods?format=json&apikey=4p1k3y&cosmoid=7903",
      "related":null,
      "relatedUri":"http://api.rovicorp.com/data/v1.1/video/related?format=json&apikey=4p1k3y&cosmoid=7903",
      "review":null,
      "reviewUri":null,
      "synopsis":null,
      "synopsisUri":"http://api.rovicorp.com/data/v1.1/video/synopsis?format=json&apikey=4p1k3y&cosmoid=7903",
      "themes":null,
      "themesUri":"http://api.rovicorp.com/data/v1.1/video/themes?format=json&apikey=4p1k3y&cosmoid=7903",
      "tones":null,
      "tonesUri":"http://api.rovicorp.com/data/v1.1/video/tones?format=json&apikey=4p1k3y&cosmoid=7903",
      "seasonNumber":null,
      "seasonSequence":null,
      "seriesSequence":null,
      "programLanguageCode":"en",
      "web":null,
      "webUri":"http://api.rovicorp.com/data/v1.1/video/web?format=json&apikey=4p1k3y&cosmoid=7903",
      "originalTitle":"The Simpsons",
      "originCountries":[
          "United States"
      ]
   }
}

XML Response Example

Here's the response to Request Example 3, which asks for information about the series Two and a Half Men in XML format with a request link for a schedule of broadcasts over the next two weeks on Time Warner Cable in Beverly Hills, California. Note the request link in the scheduleUri element.
Requested with http://api.rovicorp.com/data/v1.1/video/info?apikey=apikey&sig=sig&cosmoid=3899277&
serviceid=360861&format=xml
.
<VideoDetail xmlns="com.rovicorp.metadataservice" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <status>ok</status>
  <code>200</code>
  <messages i:nil="true"/>
  <build>1.7.3.0</build>
  <parameters>
    <apiKey>4p1k3y</apiKey>
    <id>3899277</id>
    <format>xml</format>
    <serviceid>360861</serviceid>
  </parameters>
  <serverName>tul1cssw1</serverName>
  <startTime>2011-10-17T23:09:28.1040882Z</startTime>
  <endTime>2011-10-17T23:09:28.8071997Z</endTime>
  <duration>703</duration>
  <video>
    <ids>
      <amgMovieId i:nil="true"/>
      <cosmoId>3899277</cosmoId>
      <iguideId>3899277</iguideId>
    </ids>
    <requestedId>3899277></requestedId>
    <seriesIds i:nil="true"/>
    <masterTitle>Two and a Half Men</masterTitle>
    <secondaryTitle/>
    <episodeTitle i:nil="true"/>
    <category>Other</category>
    <color>Color</color>
    <lastAirDate i:nil="true"/>
    <originalAirDate>2003-09-22T00:00:00.00Z</originalAirDate>
    <programType>Series</programType>
    <releaseYear>2003</releaseYear>
    <duration>30</duration>
    <subcategory>comedy</subcategory>
    <syndicated>true</syndicated>
    <programLanguage>English</programLanguage>
    <partNumber i:nil="true"/>
    <partTotal i:nil="true"/>
    <streamable>1</streamable>
    <movieRating i:nil="true"/>
    <associatedAlbums i:nil="true"/>
    <associatedAlbumsUri i:nil="true"/>
    <associatedTracks i:nil="true"/>
    <associatedTracksUri i:nil="true"/>
    <parentalRatings i:nil="true"/>
    <parentalRatingsUri>http://api.rovicorp.com/data/v1.1/video/parentalratings?format=xml&apikey=4p1k3y&cosmoid=3899277</parentalRatingsUri>
    <starRating i:nil="true"/>
    <tvRating>TV-14</tvRating>
    <mpaaRating i:nil="true"/>
    <cast i:nil="true"/>
    <castUri>http://api.rovicorp.com/data/v1.1/video/cast?format=xml&apikey=4p1k3y&cosmoid=3899277</castUri>
    <crew i:nil="true"/>
    <crewUri>http://api.rovicorp.com/data/v1.1/video/crew?format=xml&apikey=4p1k3y&cosmoid=3899277</crewUri>
    <awards i:nil="true"/>
    <awardsUri>http://api.rovicorp.com/data/v1.1/video/awards?format=xml&apikey=4p1k3y&cosmoid=3899277</awardsUri>
    <images i:nil="true"/>
    <imagesUri>http://api.rovicorp.com/data/v1.1/video/images?format=xml&apikey=4p1k3y&cosmoid=3899277</imagesUri>
    <clip i:nil="true"/>
    <clipUri i:nil="true"/>
    <seasons i:nil="true"/>
    <seasonsUri>http://api.rovicorp.com/data/v1.1/video/seasons?format=xml&apikey=4p1k3y&cosmoid=3899277</seasonsUri>
    <schedule i:nil="true"/>
    <scheduleUri>http://api.rovicorp.com/data/v1.1/video/schedule?duration=20160&format=xml&apikey=4p1k3y&cosmoid=3899277&serviceid=360861</scheduleUri>
    <event i:nil="true"/>
    <eventUri i:nil="true"/>
    <keywords i:nil="true"/>
    <keywordsUri>http://api.rovicorp.com/data/v1.1/video/keywords?format=xml&apikey=4p1k3y&cosmoid=3899277</keywordsUri>
    <moods i:nil="true"/>
    <moodsUri>http://api.rovicorp.com/data/v1.1/video/moods?format=xml&apikey=4p1k3y&cosmoid=3899277</moodsUri>
    <related i:nil="true"/>
    <relatedUri>http://api.rovicorp.com/data/v1.1/video/related?format=xml&apikey=4p1k3y&cosmoid=3899277</relatedUri>
    <review i:nil="true"/>
    <reviewUri i:nil="true"/>
    <synopsis i:nil="true"/>
    <synopsisUri>http://api.rovicorp.com/data/v1.1/video/synopsis?format=xml&apikey=4p1k3y&cosmoid=3899277</synopsisUri>
    <themes i:nil="true"/>
    <themesUri>http://api.rovicorp.com/data/v1.1/video/themes?format=xml&apikey=4p1k3y&cosmoid=3899277</themesUri>
    <tones i:nil="true"/>
    <tonesUri>http://api.rovicorp.com/data/v1.1/video/tones?format=xml&apikey=4p1k3y&cosmoid=3899277</tonesUri>
    <seasonNumber i:nil="true"/>
    <seasonSequence i:nil="true"/>
    <seriesSequence i:nil="true"/>
    <programLanguageCode>en</programLanguageCode>
    <web i:nil="true"/>
    <webUri>http://api.rovicorp.com/data/v1.1/video/web?format=xml&apikey=4p1k3y&cosmoid=3899277</webUri>
    <originalTitle>Two and a Half Men</originalTitle>
    <originCountries>
      <a:string>United States</a:string>
    </originCountries>
  </video>
</VideoDetail>


See Also

↑ Top

Personal tools