🍿 @lorenzopant/tmdb

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 methods

Methods

On this page