similar

fun similar(movieId: Int, page: Int? = null, language: LocaleCode? = null): Flow.Publisher<PaginatedListResults<MovieListResult>>

Get a list of similar movies. This is not the same as the "Recommendation" system you see on the website.

These items are assembled by looking at keywords and genres

Parameters

movieId

The id of the movie

language

A language code

page

Specify which page to query