Common/name/v1.1/Ids

Jump to: navigation, search

Ids

Database IDs that are valid for a person or group.

Elements

NameTypeDescription
amgClassicalId string All Media Guide (AMG) ID for a classical music artist, consisting of a ten-character string that starts with Q and is followed by nine digits with leading spaces. For example: Q     9065.

When using an AMG Classical ID in a request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: Q+++++9065. AMG is a legacy database of entertainment information.

amgMovieId string All Media Guide (AMG) ID for a person who works in movies, consisting of a seven-character string that starts with P and is followed by 6 digits with leading spaces. For example: P 30474.

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

amgPopId string All Media Guide (AMG) ID for a popular music artist, consisting of a ten-character string that starts with P and is followed by 9 digits with leading spaces. For example: P    84363.

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

cosmoId string Cosmo database 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 the prefix MN followed by a ten-digit number. For example: MN0000114342.

XML Response Example

The following example shows the IDs returned in response to a Name/Info request.
<ids>
  <amgClassicalId>Q 300636</amgClassicalId>
  <amgMovieId>P 34312</amgMovieId>
  <amgPopId>P 89063</amgPopId>
  <cosmoId>101086</cosmoId>
  <nameId>MN0000072003</nameId>
</ids>

JSON Response Example

The following example shows the IDs returned in response to a Name/Info request.
"ids":{
   "amgClassicalId":"Q 300636",
   "amgMovieId":"P 34312",
   "amgPopId":"P 89063",
   "cosmoId":"101086",
   "nameId":"MN0000072003"
},
 
Personal tools