The Movie Database Support Forum

Hello Team, I have integrated all movies API and added a condition for only 2019 movies but on hitting API, I am getting movies of future and past years. Also, the list of the movie has incomplete data from many movies.

Let me know the solution for this.

Thanks!

3 Antworten (Seite 1 von 1)

Jump to last post

Can you post here the exact URL of the query you refer to (without the API_KEY indeed)? Also, it would help us, if you could provide some TMDB IDs of the movies you think shouldn't be returned by that query.

Hi, this the URL of API :

http://api.themoviedb.org/3/discover/movie?api_key=<api-key>&language=en-US&page=1&primary_release_date.gte=2019-04-15&sort_by=primary_release_date.asc&region=US&certification_country=US

AFAIK your problems are caused by:

1/ As for the movies from the future, if you need movies only from the year 2019, you should also add "&primary_release_date.lte=2019-12-31" to cap your query or use the "&primary_release_year=2019" instead.

2/ As for the movies from the past, I can't replicate this problem, but imo it could be that by using the parameter "&region=US", you are getting all movies which were (or will be) released in the US in the specified time span (as defined by "&primary_release_date.gte" - "&primary_release_date.lte" or by "&primary_release_year"), including movies which were in fact premiered earlier outside the US and only in the US were (will be) released in 2019 (typically most of the non-US movies).

3/ As for the incomplete list of movies, again it is most likely caused by the use of "&region=US" which will effectively filter out all movies which don't have entered US release date yet, including movies which were (or will be) released on US.

4/ Also the parameter "&certification_country=US" is useless if you also won't use "&certification" or "&certification.lte"

Source:

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