🍿 @lorenzopant/tmdb

People Lists

Access curated lists of people, including the most popular people on TMDB.

The PeopleListsAPI provides access to TMDB's curated people lists. Results are paginated and support language filtering.

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

const tmdb = new TMDB("your-api-key");
const popular = await tmdb.people_lists.popular();

Methods

  • popular() — Get a list of people ordered by popularity.

On this page