V1.Metadata.Common:NameFollower

Jump to: navigation, search

NameFollower

Contains information about someone who was influenced by a person or group.

Elements

NameTypeDescription
id String Rovi Music Name ID for the person. You can use this ID in a Name Service request for information about the person.
name String Name of the person.
thumbnail String URL to a JPG of the person 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 Int A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<NameFollower>
  <id>MN0000137474</id>
  <name>Laura Nyro</name>
  <weight>5</weight>
  <thumbnail>http://actual-url-concealed.jpg</thumbnail>
</NameFollower>

JSON Response Example

{
  "id":"MN0000137474",
  "name":"Laura Nyro",
  "weight":5,
  "thumbnail":"http:\/\/actual-url-concealed.jpg"
}
 
Personal tools