Soporte de 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 respuestas (en la página 1 de 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!

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión