Soporte de The Movie Database

Just this morning i noted my app stopped return results from the /Discover/Movie endpoint.

I have a query which returns films of specified genres using the [with_genres] field. This worked fine yesterday but is broken today.

Having played around a bit the results are inconsistent, but in general it seems happier to return results if it's a shorter set of id's, it seems to always fail on 4+ ids, but even if its a short set of id's, it might no like specific combinations

Example query below (minus the API key) which searches for genre_ids 28, 12, 16 & 37 - This is returning me a blank page

https://api.themoviedb.org/3/discover/movie?api_key=[APIKEY]&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1&vote_count.gte=100&vote_average.gte=8&with_genres=28%2C%2012%2C%2016%2C%2037&with_watch_monetization_types=flatrate

Querying genres 16, 12, 28 works...

Querying genre 37 on its own works...

Querying genres 37, 16, 12 doesn't work...

Is there an ETA on when this will be fixed?

4 respuestas (en la página 1 de 1)

Jump to last post

Could it be that there simply aren't any movies matching the specified criteria, with all four genres?

Ya, I am not sure there are any movies that have all of your criteria and those four genres: action, adventure, animation and western. The addition of the extra criteria (rating, rating count and monetization type) is gonna shrink that list pretty quick. In fact, if you remove the watch option and trim the genres, but keep your rating criteria, there is only 5 westerns that match. Period.

https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1&vote_count.gte=100&vote_average.gte=8&with_genres=37

Ahhh, i didn't even occur to me that its returning movies on the basis of matching ALL of the genre ids. I thought it would return movies that match at least one of the genre Ids.

I would blame myself, but to be fair the behaviour isn't quite clear in the documentation which says 'Comma separated value of genre ids that you want to include in the results.' - That's my excuse for not considering the obvious anyway lolz...

btw IS there a way to run a query that retrieves moves which match genre ID's on an 'OR' rather than 'AND' basis?

You bet. Use a pipe | instead of a comma. wink

https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1&vote_count.gte=100&vote_average.gte=8&with_genres=28|12|16|37&with_watch_monetization_types=flatrate

¿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