V1.Metadata.Common:IdsVideo

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 Int A 24-bit program ID for a television program used by the i‑Guide™ interactive digital cable TV program guide.

XML Response Example

<videoIds>
  <amgMovieId i:nil="true"/>
  <cosmoId>19149940</cosmoId>
  <iguideId>3296295</iguideId>
</videoIds>

JSON Response Example

"videoIds":{
   "amgMovieId":null,
   "cosmoId":"19149940",
   "iguideId":3296295
}
 
Personal tools