tmdb TMDB API client based on the TMDB OpenApi. Usage import { TmdbApi } from "@nashaddams/tmdb/v3"; // or import { TmdbApi } from "@nashaddams/tmdb/v4"; const api = new TmdbApi("<TMDB_API_KEY>"); See the docs for further details.