Common/name/v1.1/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 API 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 integer 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