Hi there! I'm developing a little python telegram bot using tmdb api to see where a tv series is available on different providers and countries. I tested this with different titles and it works, but apparently I'm having problems getting this to work with "Breaking Bad" specifically. Could you help me? This here is the link I use to get the providers for Breaking Bad https://api.themoviedb.org/3/tv/1396/watch/providers?api_key={myapikey}
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de streamingal
em 22 fevereiro 2024 às 2:55 AM
Hi!
The request seems fine and works for me.
https://api.themoviedb.org/3/tv/1396/watch/providers?api_key=
Make you sure you delete the URL-encoding for { and } when you try it.
The result I get:
Resposta de DBo9293
em 22 fevereiro 2024 às 4:01 AM
It's the same result for me. My point is that breaking bad is available in more countries than just Taiwan
Resposta de nor_direct_0w
em 23 fevereiro 2024 às 10:21 AM
I am having the same issue. Breaking Bad is available in multiple countries but only Taiwan is returned.
Resposta de streamingal
em 27 fevereiro 2024 às 2:59 AM
The same issue is happening for other assets as well
Resposta de nor_direct_0w
em 27 fevereiro 2024 às 5:44 PM
Likewise no watch providers are listed for the following ID: 126308
It should be available on Hulu in the US and Disney+ in the UK at least.
Resposta de DBo9293
em 2 março 2024 às 5:31 AM
Casa de papel also shows no results at all https://api.themoviedb.org/3/tv/71446/watch/providers?api_key={myapikey}
Resposta de Alex Palombo
em 8 março 2024 às 7:45 PM
Yes, i'm also having problems here with Breaking, which is available in BR but shows nothing on API. JustWatch is ok, so it seems to be a sync problem between justwatch and tmdb