Companies
Retrieve company details, alternative names, and logos from TMDB.
The CompaniesAPI provides access to company metadata in TMDB, including top-level details,
alternative names, and available logo images.
import { TMDB } from "@lorenzopant/tmdb";
const tmdb = new TMDB("your-api-key");
tmdb.companies; // access methodsMethods
details()— Get the top level details of a company by ID.alternative_names()— Get the alternative names associated with a company.images()— Get the logos associated with a company.