v1

latestOpenAPI 3.0.0MIT2026-07-171980258.3 KB
Movies

Display all movies of a member

Show the complete list of movies of a member.

get/movies/member

Query parameters

idstring

Member's ID (optional, default identified member)

statestring

0 = to watch, 1 = watched, 2 = do not want to watch (default 0)

releasedstring

0 = unreleased movies, 1 = released movies, 2 = all (default 2)

startstring

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

limitstring

Limit 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)

tagsstring

Retrieve movies with tags separated by a comma (optional)

excluded_tagsstring

Exclude movies with tags separated by a comma (optional)

includesstring

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

platformsstring

List of platform IDs where the movies must be available (Optional)

with_rewatchstring

Indicates if movies to rewatch appear in the list (only when state = 0) for premium users (possible values : 0 or 1. Optional, default 0)

localestring

Locale parameter to specify language preference

Response

Successful operation