Common/name/v1.1/NameMovie

Jump to: navigation, search

NameMovie

Contains information about a film that a person, group, or organization contributed to.

Elements

NameTypeDescription
altTitle string Another title the movie or TV show is known by.
credit string Role performed in the production of the film.
hasReview Boolean Whether a review of the film is available: true or false.
id string Movie ID for the movie.
isPick Boolean Whether the movie is recommended by Rovi: true or false.
rating string An editorially assigned rating of the movie from 0 to 9, where 0 is no rating and higher numbers indicate a higher rating.
title string Full title of the movie.
type string Type of credit:
  • G
Group.
  • I
Individual.
  • O
Organization.
  • U
Unknown.
year string Year the film was released.

XML Response Example

<NameMovie>
  <id>V 5155</id>
  <title>Betsy's Wedding</title>
  <altTitle />
  <credit>Songwriter</credit>
  <rating>3</rating>
  <year>1990</year>
  <hasReview>true</hasReview>
  <isPick>false</isPick>
  <type>I</type>
</NameMovie>

JSON Response Example

{
  "id":"V    5155",
  "title":"Betsy's Wedding",
  "altTitle":"",
  "credit":"Songwriter",
  "rating":"3",
  "year":"1990",
  "hasReview":true,
  "isPick":false,
  "type":"I"
}
 
Personal tools