nowPlaying

fun nowPlaying(page: Int? = null, language: LocaleCode? = null, region: CountryCode? = null): Flow.Publisher<PaginatedMovieListResultsWithDates>

Get a list of movies in theatres. This is a release type query that looks for all meovies that have a release type of 2 or 3 within the specified date range.

You can optionally specify a region prameter which will narrow the search to only look for theatrical release dates within the specified country

Parameters

language

A language code

page

Specify which page to query

region

Specify a country code to filter release dates