🍿 @lorenzopant/tmdb

Latest

Get the most recently added TV show on TMDB.

Get the newest TV show added to TMDB. This is a live response that changes continuously as new shows are added.

async latest(): Promise<TVSeriesDetails>

TMDB Reference: TV Series Latest

Parameters

No parameters.

Returns

TVSeriesDetails

Example

const latest = await tmdb.tvSeries.latest();
console.log(latest.name);

On this page