GET /movies/{id}/people
Summary: Get all people for a movie
Operation ID: Get all people for a movie
Auth: unknown
Operation ID: Get all people for a movie
Auth: unknown
Description
#### ✨ Extended Info Returns all `cast` and `crew` for a movie. Each `cast` member will have a `characters` array and a standard `person` object. The `crew` object will be broken up by department into `production`, `art`, `crew`, `costume & make-up`, `directing`, `writing`, `sound`, `camera`, `visual effects`, `lighting`, and `editing` (if there are people for those crew positions). Each of those members will have a `jobs` array and a standard `person` object.
Parameters (3)
id
(string, path, required)
Trakt ID, Trakt slug, or IMDB ID
trakt-api-key
(string, header, optional)
e.g. [client_id]
trakt-api-version
(string, header, optional)
e.g. 2
No probe data for this endpoint yet.