The Movie Database Support

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 replies (on page 1 of 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!

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login