The Movie Database Support Forum

Hi,

I have a little problem. So the region parameter is awesome ! So I use request like https://api.themoviedb.org/3/movie/upcoming?api_key=???&language=de&page=1&region=de and get the movies that are upcoming in Germany. The list seems to have the right data. However it knows that some movies are upcoming in Germany, but on the other side it gives me release dates that are in the past, even with the region parameter.

5 Antworten (Seite 1 von 1)

Jump to last post

Region is case sensitive, you'll want to use this:

https://api.themoviedb.org/3/movie/upcoming?api_key=###&language=de&page=1&region=DE

You'll see the release_date values update with the proper uppercase parameter.

Cheers.

Ah ok I see, thank you :) Region is not possible for the movie details, right ? So this https://api.themoviedb.org/3/movie/331313?api_key=###&language=de&region=DE still returns the US region release date.

Correct but that's because it's trivial to call /release_dates with append_to_response. You can then filter the data locally however you like.

https://api.themoviedb.org/3/movie/331313?api_key=###&language=de&append_to_response=release_dates

Cheers.

Its now working :) Thanks a lot for your support and this great api ! :)

Happy to hear that! Thanks!

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden