Soporte de The Movie Database

Hey all,

I’ve been trying to use the /discover/movies API to find the highest-rated movies on different platforms. I’ve noticed that the with_watch_providers argument doesn’t seem to be working. I get the same results whether I include it or not.

Also, when I specify a provider like Netflix (ID 8), I still see movies that aren’t available on Netflix. Has anyone else run into this issue?

I've also tried mimicing the parameters send by www.themoviedb.org/movie to their backend. I would expect that I get the same results, but that doesn't seem to be the case, I get the same results, without a provider applied though.

Can anyone verify if this also happens to them?

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

Jump to last post

Yeah, it's not working for me either.

I'm quite new to this community, is there anywhere that I can report this bug?

@liquidixen said:
with_watch_providers not working for /discover/movie
I'm quite new to this community, is there anywhere that I can report this bug?

It's right here.

I’ve been trying to use the /discover/movies API to find the highest-rated movies on different platforms.
I’ve noticed that the with_watch_providers argument doesn’t seem to be working.
I get the same results whether I include it or not.

Also, when I specify a provider like Netflix (ID 8), I still see movies that aren’t available on Netflix.
Has anyone else run into this issue?

I've also tried mimicing the parameters send by www.themoviedb.org/movie to their backend.
I would expect that I get the same results, but that doesn't seem to be the case, I get the same results, without a provider applied though.
Can anyone verify if this also happens to them?

It makes things much easier if you post your API Request here.

Problems with API Request

In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.

Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.

Are you using it together with the watch_region filter?
With only 1 country or with several?
See the explanation in the DOCs.
https://developer.themoviedb.org/reference/discover-movie

with_watch_providers  -  string  
use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query

Thanks for the info, I did try it in conjunction with watch_region, just to try it out, but it did not result in a different response.

Below the API request in it's most basic form, copied (and tested) from the curl request in the docs.

curl --request GET \
     --url 'https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8' \
     --header 'Authorization: Bearer MY_KEY' \
     --header 'accept: application/json'

As you can see, this request just queries for the highest voted movies from Netflix (provider ID 8).

Here my first and second result as returned from the API request:

  1. "The History of Allanson Street Primary School"
  2. "SHE/HER"

Whilst according to the website, for Netflix, it should be:

  1. "NAFSI (Monachopsis)"
  2. "Kampon"

With no provider ID it would, according to the website, indeed be:

  1. "The History of Allanson Street Primary School"
  2. "SHE/HER"

I've tried multiple providers, but it always returns the same result. Thus it appears to me that the with_watch_providers query parameter is not correctly handled by the endpoint.

If you'd like me to do more testing, let me know what you expect and I'd gladly do that for you.

As @ticao2 pointed out, watch_region is required to use with_watch_providers, as the documentation states.

Here's two different calls, with two different sets of results:

US Netflix (4275 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=US
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 214,
  "total_results": 4275
}

Canadian Netflix (4677 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=CA
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 234,
  "total_results": 4677
}

@travisbell said:

As @ticao2 pointed out, watch_region is required to use with_watch_providers, as the documentation states.

Here's two different calls, with two different sets of results:

US Netflix (4275 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=US
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 214,
  "total_results": 4275
}

Canadian Netflix (4677 results):

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=vote_average.desc&with_watch_providers=8&watch_region=CA
{
  "page": 1,
  "results": [
    ...
  ],
  "total_pages": 234,
  "total_results": 4677
}

Hi, you are correct, I interpreted the documentation as "can be used in conjunction with "watch_region". In my tests I seem to have mistakenly used "certification_country" instead of "watch_region". It does seem te be functioning correctly when using "watch_region". Thank you for your help and my deepest appologies for wasting your time.

¿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 debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
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