🍿 @lorenzopant/tmdb

TV Series Lists

Fetch curated lists of TV series — airing today, on the air, popular, and top rated.

The TVSeriesListsAPI provides access to curated TMDB TV series lists. All methods return a paginated list of TVSeriesResultItem.

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

const tmdb = new TMDB("your-api-key");
const { results } = await tmdb.tvSeriesLists.popular();

Methods

On this page