Common/data/v1.1/Director

Jump to: navigation, search

Director

Contains information about a movie director.

Elements

NameTypeDescription
id string AMG Movie ID for the person. You can use this ID in a Name API request for information.
name string Name of the director.

XML Response Example

<Director>
  <id>P100308</id>
  <name>George Lucas</name>
</Director>

JSON Response Example

{
  "id":"P100308",
  "name":"George Lucas"
}
 
Personal tools