Common/name/v1.1/ParentIds

Jump to: navigation, search

ParentIds

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

Elements

NameTypeDescription
amgClassicalId string All Media Guide (AMG) database ID for a classical music artist, consisting of a ten-character string starting with Q and followed by nine digits with leading spaces. Example: "Q     9065".
amgMovieId string All Media Guide (AMG) database ID for a person who works in movies, consisting of a seven-character string starting with P and followed by 6 digits with leading spaces. Example: "P 30474".
amgPopId string All Media Guide (AMG) database ID for a popular music artist, consisting of a ten-character string starting with P and followed by 9 digits with leading spaces. Example: "P    84363".
cosmoId string Cosmo ID for a person, group, or organization. Cosmo is a database of television data.
nameId string Rovi Music ID for a person, group, or organization, consisting of a twelve-character string starting with MN and followed by 10 digits. Example: "MN0001598722".

XML Response Example

The following shows parent IDs returned for a Name/Images request.
<parentIds>
  <amgClassicalId>Q  1475190</amgClassicalId>
  <amgMovieId>P 30474</amgMovieId>
  <amgPopId>P    84363</amgPopId>
  <cosmoId>100857</cosmoId>
  <nameId>MN0001598722</nameId>
</parentIds>

JSON Response Example

The following shows parent IDs returned for a Name/Images request.
parentIds: {
   "amgClassicalId":"Q  1475190"
   "amgMovieId":"P 30474"
   "amgPopId":"P    84363"
   "cosmoId":"100857"
   "nameId":"MN0001598722"
}
 
Personal tools