The Movie Database Support Forum

Hello!

So here is what I am working with:

https://api.themoviedb.org/3/discover/movie?api_key=xxxxxxx=en-US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1&primary_release_year=2020&with_release_type=3%2C4

The goal is to get all movies in 2020, that have both been released in theaters and is already on digital.

Putting with_release_type=3,4 though doesn’t seem to do the trick, as it is still pulling movies that have only been released to theaters.
Am I doing this wrong, or can someone give me some more insight on this?

Edit: After talking with a friend who is much more experienced with this API then I am, it appears the comma is being treated as a pipe.

4 Antworten (Seite 1 von 1)

Jump to last post

In order for someone to help you with API Request questions, it is critical that you post here the API Request you are using.
Remember to replace your Key with [THE_KEY].

EDIT: The way you entered your request, it was invisible.
I fixed your post and maybe someone will be able to help you.

Sorry about that! It was my first time using the code block in this website. 😅

Either way, I appreciate that!

There's two important things to mention:

First, you can't use primary_release_year with with_release_type. In order to use with_release_type you need to use either release_date or region.

So something like this:

https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&release_date.gte=2020-01-01&release_date.lte=2020-12-31&with_release_type=3,4

Second, the with_release_type doesn't actually support an AND query right now, it's hardcoded in the backend as an OR. I just created a ticket for this here, and will try to take a look at it today since it's a very simple thing to add.

Thank you for the response Travis! I will keep that in mind about primary release year 👌

Also thank you for adding that in!

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