🍿 @lorenzopant/tmdb

Networks

Retrieve TV network details, alternative names, and logos from TMDB.

The NetworksAPI provides access to TV network 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.networks; // access methods

Methods

  • details() — Get the top level details of a network by ID.
  • alternative_names() — Get the alternative names associated with a network.
  • images() — Get the logos associated with a network.

On this page