Get the release date and certification information by country for a specific movie id.
movie_releases(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 release dates in several countries.
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_releases(api_key = api_key, id = 578, append_to_response = "credits")
# }
Run the code above in your browser using DataLab