Watch Providers
Retrieve TMDB watch provider catalogs and supported regions.
The WatchProvidersAPI provides access to the top-level TMDB watch provider catalogs for movies and TV, plus the list of supported regions.
Powered by JustWatch.
Attribution required. You must attribute the source of this data as JustWatch in any usage. Failure to comply may result in API access being revoked.
import { TMDB } from "@lorenzopant/tmdb";
const tmdb = new TMDB("your-api-key");
tmdb.watch_providers; // access methodsMethods
movie_providers()— Get the list of movie watch providers supported by TMDB.tv_providers()— Get the list of TV watch providers supported by TMDB.available_regions()— Get the list of regions with watch provider support.