Common/movie/v1.1/Ids

Jump to: navigation, search

IDs

IDs that are valid for a movie or TV series, or for a release of a movie or TV series.

Elements

NameTypeDescription
cosmoId string Cosmo database ID for a movie or television series. Cosmo is a database of television information.
movieId string All Media Guide (AMG) ID for a movie or television series, consisting of a ten-character string that starts with V and is followed by nine digits with leading spaces. For example: V    20546. 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++++20546.

movieReleaseId string Database ID for a DVD, Blu-ray, or other release of a movie.
releaseId string Database ID for a DVD, Blu-ray, or other release of a movie.
upcId string The numbers from the Universal Product Code (UPC) barcode that identifies an item.

XML Response Example

The following example shows the IDs returned in response to a Movie/Similar request.
<ids>
  <cosmoId>20538</cosmoId>
  <movieId>V     1971</movieId>
</ids>

XML Response Example 2

The following example shows the IDs returned in response to a MovieRelease/Info request.
<ids>
  <movieReleaseId>E247882</movieReleaseId>
  <releaseId>E247882</releaseId>
  <upcId>024543713678</upcId>
</ids>

JSON Response Example

The following example shows the IDs returned in response to a Movie/Similar request.
"ids":{
  "cosmoId":"20538",
  "movieId":"V     1971"
}

JSON Response Example 2

The following example shows the IDs returned in response to a MovieRelease/Info request.
"ids":{
  "movieReleaseId":"E247882",
  "releaseId":"E247882",
  "upcId":"024543713678"
}
 
 
 
Personal tools