details

fun details(movieId: Int, language: LocaleCode? = null, vararg append: MovieRequest): Flow.Publisher<MovieDetails>

Get the primary information about a movie.

Supports appendToResponse using the enumeration MovieRequest (More information here)

Parameters

movieId

The id of the movie

language

A language code

append

Other requests to append to this call