v1

latestOpenAPI 3.0.0MIT2026-07-171980258.3 KB
Movies

Retrieve favorite movies

Show the favorite movies of a member.

get/movies/favorites

Query parameters

idstring

Member ID, optional, if not specified uses the identified member.

startstring

Starting number for the movie list (optional, default 0)

limitstring

Limit on the number of movies to display (maximum 1000) (optional)

orderstring

Specify return order: alphabetical, popularity, added, release, svod (optional, default alphabetical)

summarystring

Return only essential movie info (Default false)

includesstring

If summary = true, add certain additional blocks to the return: user, notes, platforms separated by a comma (optional)

localestring

Locale parameter to specify language preference

Response

Successful operation