Hi, I'm trying to retrieve the german release date for a movie (Doctor Strange) using following region filter. https://api.themoviedb.org/3/movie/284052?region=DE&api_key=XXXXXXXXXXXXXX
But I'm only getting the 2016-10-25 as the release date, where I can see the release date for Germany is 2016-10-27. What am I doing wrong in the call here ? Thanks in advance.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 24 de xaneiro do 2017 ás 10:08AM
Hi @rclakmal We don't support region as a filter on the movie method but since you can call the release dates method alongside it, it shouldn't be too big of a deal.
You can then grab whichever country you're looking for. I have some future plans to hook this up via a region filter but it's not done yet.