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
airing_today()— Get TV shows airing today.on_the_air()— Get TV shows airing in the next 7 days.popular()— Get TV shows ordered by popularity.top_rated()— Get TV shows ordered by rating.