Common/video/v1.1/Ids

Jump to: navigation, search

Ids

Database IDs that are valid for a movie or television program.

Elements

NameTypeDescription
amgMovieId string All Media Guide (AMG) ID for a movie, television program, 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.

cosmoId string Cosmo database ID for a movie or television series, season, or program. Cosmo is a database of television information.
iguideId integer An ID for a television program used by the i‑Guide™ interactive digital cable TV program guide.
pidPaid integer A Video On Demand ID reserved for Rovi applications.
videoId integer An ID reserved for Rovi applications.

XML Response Example

<videoIds>
  <amgMovieId i:nil="true"/>
  <cosmoId>6941396</cosmoId>
  <iguideId>6941396</iguideId>
  <pidPaid i:nil="true"/>
  <videoId>6941396:2</videoId>
</videoIds>

JSON Response Example

"videoIds":{
   "amgMovieId":null,
   "cosmoId":"6941396",
   "iguideId":6941396,
   "pidPaid":null,
   "videoId":"6941396:2"
}
 
 
 
Personal tools