Get the cast and crew information for a specific movie id.
movie_credits(api_key, id, append_to_response = NA)
Your TMDb Consumer Key.
The movie ID.
Comma separated, any movie method.
A list with the following fields:
The movie ID.
The cast of the movie.
The crew of the movie.
https://developers.themoviedb.org/3/getting-started
# NOT RUN {
## An example of an authenticated request,
## where api_key is fictitious.
## You can obtain your own at https://www.themoviedb.org/documentation/api
api_key <- "key"
movie_credits(api_key = api_key, id = 550)
# }
Run the code above in your browser using DataLab