API : Cast Resources
Cast Resources represents the relation between a Person, a Movie and a Job. You can use Cast Resources to fetch the cast of a movie (actors), the producers and all other members of the crew.
Routes
| Methods | URI | Parameters | Comments |
| GET | /movies/:movie_id/cast | none | Returns all cast-entries of the specified movie |
| GET | /movies/:movie_id/department/:department_id | none | returns all cast-entries of the specified movie for the specified department. See below for a list of known departments |
| GET | /movies/:movie_id/cast/:cast_id | none | Returns information about a specific cast-entry from the specified movie. |
