תמיכת The Movie Database

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 תגובות (בדף 1 מתוך 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!

.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם

עולמי

s התמקד בשורת החיפוש
p פתח תפריט פרופיל
esc סגור חלון פתוח
? פתח חלון קיצורי דרך של מקלדת

בדפי מדיה

b לך חזרה (או אל הורה אם ישים)
e לך אל דף עריכה

בדפי עונות

(חץ ימני) לך אל העונה הבאה
(חץ שמאלי) לך אל העונה הקודמת

בדפי סדרות

(חץ ימני) לך אל הפרק הבא
(חץ שמאלי) לך אל הפרק הקודם

בכל דפי תמונה

a פתח חלון הוספת תמונה

בכל דפי עריכה

t פתח בוחר תרגום
ctrl+ s הגש טופס

בדפי דיון

n צור דיון חדש
w עורר מעמד צפייה
p עורר ציבורי/פרטי
c עורר סגירה/פתיחה
a פתח פעילות
r השב אל דיון
l לך אל תשובה אחרונה
ctrl+ enter הגש את הודעתך
(חץ ימני) הדף הבא
(חץ שמאלי) הדף הקודם

הגדרות

?רוצה לדרג או להוסיף פריט אל רשימה

היכנס