The Movie Database Support

Hi, I'm trying to find all titles for a specific provider for a specific country.

Lets use Netflix and Indonesia as the example for now.
I'm also using the python wrapper: tmdbv3api.
To find the lists of movies, its easy and I use
netflix_movies_in_indonesia = discover.discover_movies({'with_watch_providers':"8", 'watch_region':"ID"})
and loop through all the pages to retrieve all the movie ids and metadata.

For tv shows I use:
netflix_tvshows_in_indonesia = discover.discover_tv_shows({'with_watch_providers':"8", 'watch_region':"ID"})

However, this only tells me what tv shows are available on Netflix in Indonesia,
I want to find out exactly what episodes for each TV show are available on Netflix in Indonesia.
Is there a way to do this?

1 reply (on page 1 of 1)

Jump to last post

Hi @charlie.tran,

There's a few problems preventing you from getting episode level data here. First, we don't import JustWatch's availability data at the episode level, so we don't actually have that data. Second is the general lack of episode discovery on the API. Our discover API is limited to TV shows and movies only.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login