🍿 @lorenzopant/tmdb

Latest

Get the most recently added person on TMDB.

async latest(): Promise<PersonDetails>

TMDB Reference: Person Latest ID

Returns

A PersonDetails object for the most recently added person.

Example

const latest = await tmdb.people.latest();
console.log(latest.id, latest.name);

On this page