Common/movie/v1.1/ParentIds

Jump to: navigation, search

ParentIds

Contains all of the IDs that are recognized by the Movie API for a requested object.

Elements

NameTypeDescription
cosmoId string Cosmo ID for a person, group, or organization. Cosmo is a database of television data.
movieId string All Media Guide (AMG) movie ID for a movie, consisting of a ten-character string that starts with V and is followed by nine digits with leading spaces. For example: V   261809. AMG is a legacy database of entertainment information.

When using an AMG Movie ID in a request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: V+++261809.

releaseId string Rovi ID for a movie release, consisting of a seven-character string starting with E and followed by 6 digits.
upcId string Universal Product Code (UPC) for a DVD, Blu-ray, or other movie release.

XML Response Example

The following shows parent IDs returned for an Movie/Cast request.
 <parentIds>
   <cosmoId>40378</cosmoId>
   <movieId>V    3581</movieId>
 </parentIds>

JSON Response Example

The following shows parent IDs returned for a Movie/Cast request.
 "parentIds":{
   "cosmoId":"40378",
   "movieId":"V    3581"
 }
 
Personal tools