Metadata
Credits Metadata
| Field / object | Type | Notes |
|---|---|---|
| personId | string | resource id, uniquely identifies celebrity in one record, regardless of name changes |
| nameId | string | resource id, identifies one name variation for celebrity |
| name | string | celebrity name corresponding to nameId; first and last name |
| rootId | string | rootId of program for which credit applies |
| title | string | title of program corresponding to rootId |
| year | string | indicates date of release of rootId program; applicable only for movies |
| role | string | description of cast/crew role (e.g., Actor, Director, Screenwriter, Guest) |
| billingOrder | string | order in which credit should be listed |
| characterName | string | applicable to cast metadata only; name of program character |
| type | string | program type (e.g., movie, show) |
Example - Cast member
Code
Example - Crew member
Code
Last modified on