Name
Name object types identify name entities (people).
| Field | Type | Required | Description |
|---|---|---|---|
| id | ID | true | The unique IMDb ID for the name. Each IMDb ID appears exactly once. |
| display_name | String | false | The primary name by which this person is known, usually the one by which they are most often credited. |
| alternate_names | [String] | false | alternate_names |
| birth_year | Int | false | The year in which this person was born. |
| birth_location | String | false | The place where this person was born. |
| death_year | Int | false | The year in which this person died. |
| death_location | String | false | The place where this person died. |
| dead_reason | String | false | The cause of death. |
| avatars | Avatar | false | A list of avatars. |
| known_for | Title | false | A list of the IMDb titles in which this person is most well known for being involved. |