V1.Metadata.Common:People

Jump to: navigation, search

People

Contains information about a cast or crew member of a movie.

Elements

NameTypeDescription
id String All Media Guide (AMG) ID for a person who works in movies, consisting of a seven-character string that starts with P and is followed by 6 digits with leading spaces. For example: P 30474.

When using this ID in a Name Service request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: P+30474.

name String Name of the person.
role String Role of a cast member or production credit of a crew member.
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.

XML Response Example

<People>
  <id>P307807</id>
  <name>Adam Milo Smalley</name>
  <role>Music Editor</role>
  <thumbnail/>
</People>

JSON Response Example

{
  "id":"P307807",
  "name":"Adam Milo Smalley",
  "role":"Music Editor",
  "thumbnail":""
}
 
Personal tools