Reputation: 2173
is it possible to have an always updated list of TV series on air on Netflix
?
I'd like to get a public URL that I can access to receive something like a JSON
o XML
object with the list?
I don't know much about Netflix so I don't know whether all TV shows are available for all countries at the same moment, but I'm particularly interested in the list of TV shows available for italian users.
Thanks
Upvotes: 4
Views: 15943
Reputation: 16910
Netflix has shut down its public API a year ago: https://web.archive.org/web/20220828021219/https://old.gigaom.com/2014/11/14/netflix-is-shutting-down-its-public-api-today/
There's no (legal) way to do this.
Upvotes: 9
Reputation: 113
You can use Streaming Availability API: https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability/
It allows you to query the list of movies and series on Netflix (as well as bunch of other services like Prime Video, Disney+ etc.). It has support for Netflix catalog in Italy too.
Upvotes: 0