V1.Metadata.Common:VideoAbstract

Jump to: navigation, search

VideoAbstract

Contains information about a movie, series, season, or program.

Elements

NameTypeDescription
directors Director [ ] Directors of the movie or TV series, listed in order of AMG Movie ID. You can use the AMG Movie ID in a Name/Info request to return information about a director.
ids ids All of the IDs for the movie or program that are, or will be, recognized by the Video Service:
  • iguideId
  • cosmoId
  • amgMovieId
rating Integer An editorially assigned rating of the movie from 0 to 10, where 0 is no rating and higher numbers indicate a higher rating.
releaseYear String Year the movie was released.
title String Full title of the movie.

XML Response Example

<VideoAbstract>
  <ids>
    <cosmoId>10308390</cosmoId>
    <movieId>V   481689</movieId>
  </ids>
  <title>The Girl With the Dragon Tattoo</title>
  <directors>
    <Director>
      <id>P205616</id>
      <name>Niels Arden Oplev</name>
    </Director>
  </directors>
  <releaseYear>2009</releaseYear>
  <rating>7</rating>
</VideoAbstract>

JSON Response Example

{
   "ids":{
      "cosmoId":"10308390",
      "movieId":"V   481689"
   },
   "title":"The Girl With the Dragon Tattoo",
   "directors":[
      {
         "id":"P205616",
         "name":"Niels Arden Oplev"
      }
   ],
   "releaseYear":"2009",
   "rating":7
}
 
Personal tools