V1.Metadata.Common:NameContemporary

Jump to: navigation, search

NameContemporary

Contains information about a contemporary of a person or group.

Elements

NameTypeDescription
id string Rovi Music Name ID for the person or group. You can use this ID in a Name Service request for information about the person or group.
name string The person or group.
thumbnail string URL to a JPG of the person or group that is 250 x 250 pixels (in one or both dimensions) with a depth of 24 bits per pixel.

Note: Your access to images is governed by your subscription level.

weight string A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<NameContemporary>
  <id>MN0000183867</id>
  <name>John Cage</name>
  <weight>5</weight>
  <thumbnail>http:\/\/actual-url-concealed.com</thumbnail>
</NameContemporary>

JSON Response Example

{
  "id":"MN0000183867",
  "name":"John Cage",
  "weight":5,
  "thumbnail":"http:\/\/actual-url-concealed.com"
}
 
Personal tools