SearchApi

class SearchApi

Functions

Link copied to clipboard
fun forCollections(query: String, page: Int? = null, language: LocaleCode? = null): Flow.Publisher<PaginatedListResults<CollectionInfo>>

Search for collections

Link copied to clipboard

Search for companies

Link copied to clipboard

Search for keywords

Link copied to clipboard
fun forMovies(query: String, page: Int? = null, language: LocaleCode? = null, region: CountryCode? = null, includeAdult: Boolean? = null, year: Int? = null, primaryReleaseYear: Int? = null): Flow.Publisher<PaginatedListResults<MovieListResult>>

Search for movies

Link copied to clipboard
fun forPeople(query: String, page: Int? = null, language: LocaleCode? = null, region: CountryCode? = null, includeAdult: Boolean? = null): Flow.Publisher<PaginatedListResults<PersonListResult>>
Link copied to clipboard
fun forTvShows(query: String, page: Int? = null, language: LocaleCode? = null, firstAirDateYear: Int? = null): Flow.Publisher<PaginatedListResults<TvListResult>>
Link copied to clipboard
fun forVarious(query: String, page: Int? = null, language: LocaleCode? = null, region: CountryCode? = null, includeAdult: Boolean? = null): Flow.Publisher<out Paginated<MovieTvPersonListResult>>