🍿 @lorenzopant/tmdb

Keywords

Retrieve TMDB keywords and the movies associated with them.

The KeywordsAPI provides access to TMDB keyword metadata by ID and the associated movie list.

import { TMDB } from "@lorenzopant/tmdb";

const tmdb = new TMDB("your-api-key");
tmdb.keywords; // access methods

Methods

  • details() — Get the top level details of a keyword by ID.
  • movies()Deprecated by TMDB. Get the movies associated with a keyword.

On this page