Common/name/v1.1/NameSimilar

Jump to: navigation, search

NameSimilar

Contains information about a person or group that is similar to the one named in the request.

Elements

NameTypeDescription
id string Database ID for a 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

<NameSimilar>
  <id>MN0000988440</id>
  <name>Grateful Dead</name>
  <weight>8</weight>
  <thumbnail>http://actual-url-concealed.jpg</thumbnail>
</NameSimilar>

JSON Response Example

{
  "id":"MN0000988440",
  "name":"Grateful Dead",
  "weight":8,
  "thumbnail":"http:\/\/actual-url-concealed.jpg"
}
 
Personal tools