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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 24 janvier 2017 à 10h08
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.