Common/name/v1.1/NameInfluencer

Jump to: navigation, search

NameInfluencer

Contains information about the influence of a person or group on the person or group specified in the request.

Elements

NameTypeDescription
id string Rovi Music Name ID for the person or group. You can use this ID in a Name API request for information.
name string Name of the person or group.
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

<NameInfluencer>
  <id>MN0000006334</id>
  <name>Tony Bennett</name>
  <weight>5</weight>
  <thumbnail>http://actual-url-concealed.jpg</thumbnail>
</NameInfluencer>

JSON Response Example

{
  "id":"MN0000006334",
  "name":"Tony Bennett",
  "weight":5,
  "thumbnail":"http:\/\/actual-url-concealed.jpg"
}
 
Personal tools