PeopleApi

class PeopleApi

Functions

Link copied to clipboard
fun changes(personId: Int, startDate: LocalDate? = null, endDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PersonChanges>

Get the changes for a person. By default only the last 24 hours are returned.

Link copied to clipboard
fun combinedCredits(personId: Int, language: LocaleCode? = null): Flow.Publisher<PersonCredits>

Get the movie and TV credits together in a single response.

Link copied to clipboard
fun details(personId: Int, language: LocaleCode? = null, vararg append: PeopleRequest): Flow.Publisher<PersonDetails>

Get the primary person details by id.

Link copied to clipboard

Get the external ids for a person. We currently support the following external sources.

Link copied to clipboard

Get the images for a person

Link copied to clipboard
fun latest(language: LocaleCode? = null): Flow.Publisher<PersonDetails>

Get the most newly created person. This is a live response and will continuously change

Link copied to clipboard
fun movieCredits(personId: Int, language: LocaleCode? = null): Flow.Publisher<PersonCredits>

Get the movie credits for a person.

Link copied to clipboard
fun popular(page: Int? = null, language: LocaleCode? = null): Flow.Publisher<PeoplePopular>

Get the list of popular people on TMDb. This list updates daily

Link copied to clipboard
fun taggedImages(personId: Int, page: Int? = null, language: LocaleCode? = null): Flow.Publisher<PersonTaggedImages>

Get the images that this person has been tagged in

Link copied to clipboard
fun translations(personId: Int, language: LocaleCode? = null): Flow.Publisher<PersonTranslations>

Get a list of translations that have been created for a person

Link copied to clipboard
fun tvCredits(personId: Int, language: LocaleCode? = null): Flow.Publisher<PersonCredits>

Get the TV show credits for a person.