This endpoint is the main entry point of the OCMovies API.

The OCMovies API is a RESTful API built using Django Rest Framework with the objective to support educational projects through a local execution of the server. It uses data from more than 80k movies from de IMDb website.

The actual API opens the door to a full exploration of the available movie data without being stuck with quotas. Using this main endpoint, you can search data through the use of filters. Filters allows to filter and sort data using various criteria that can be discovers using the filter button on the browserable API interface.

Some detailed info is only available using the detailed info endpoints identified with the url field.

If you need to get a full list of available genres, refer to the genres endpoint.

GET /api/v1/titles/?format=api&page=124
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=125",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=123",
    "results": [
        {
            "id": 18579,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18579?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018579/",
            "title": "Winners of the Wilderness",
            "year": 1927,
            "imdb_score": "3.1",
            "votes": 105,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTRmYjA0ODctYzU5MC00ZGQ3LWI4ODEtMjhlNjRmNDE3NzcwXkEyXkFqcGdeQXVyNTY4NjI2OTA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "W.S. Van Dyke"
            ],
            "actors": [
                "Chief John Big Tree",
                "Edward Connelly",
                "Edward Hearn",
                "Frank Currier",
                "Joan Crawford",
                "Lionel Belmore",
                "Louise Lorraine",
                "Roy D'Arcy",
                "Tim McCoy",
                "Tom O'Brien",
                "Will Walling"
            ],
            "writers": [
                "Josephine Chippo",
                "Marian Ainslee"
            ],
            "genres": [
                "Drama",
                "History",
                "War"
            ]
        },
        {
            "id": 18588,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18588?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018588/",
            "title": "Enigma",
            "year": 1929,
            "imdb_score": "6.8",
            "votes": 203,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODU5ODYxMzExOF5BMl5BanBnXkFtZTgwNDM2NDU0MjE@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Curtis Bernhardt"
            ],
            "actors": [
                "Bruno Ziener",
                "Edith Edwards",
                "Frida Richard",
                "Fritz Kortner",
                "Karl Etlinger",
                "Marlene Dietrich",
                "Oskar Sima",
                "Uno Henning"
            ],
            "writers": [
                "Ladislaus Vajda",
                "Max Brod"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 18600,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18600?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018600/",
            "title": "Xi xiang ji",
            "year": 1927,
            "imdb_score": "6.3",
            "votes": 111,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTg0OTA5OTIzOV5BMl5BanBnXkFtZTcwMDQ4OTM0MQ@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Hou Yao",
                "Minwei Li"
            ],
            "actors": [
                "Chichang Hu",
                "Cho-cho Lam",
                "Cijiang Ge",
                "Dandan Li",
                "Yaoting Zhu"
            ],
            "writers": [
                "Hou Yao",
                "Shipu Wang"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 18615,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18615?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018615/",
            "title": "Crisi",
            "year": 1928,
            "imdb_score": "7.1",
            "votes": 318,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTc2NTkwNzA0MF5BMl5BanBnXkFtZTgwODc5ODI1MjE@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Georg Wilhelm Pabst"
            ],
            "actors": [
                "Brigitte Helm",
                "Fritz Odemar",
                "Gustav Diessl",
                "Hertha von Walther",
                "Ilse Bachmann",
                "Irm Cherry",
                "Irma Green",
                "Jack Trevor",
                "Jimmy Lygelt",
                "Nico Turoff",
                "Peter C. Leska",
                "Richard Sora",
                "Tita Christescu"
            ],
            "writers": [
                "Adolf Lantz",
                "Franz Schulz"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 18618,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18618?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018618/",
            "title": "Amore e mare",
            "year": 1928,
            "imdb_score": "6.0",
            "votes": 964,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjc3NzUxMzQtMzE0YS00MGYzLTliMGYtYjVlODg0YzgxM2ViXkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "William Nigh"
            ],
            "actors": [
                "Dan Wolheim",
                "Duke Martin",
                "Edward Connelly",
                "Ernest Torrence",
                "Frank Currier",
                "Jim Mason",
                "Joan Crawford",
                "Ramon Novarro"
            ],
            "writers": [
                "Ben Ames Williams",
                "Ted Shane"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        }
    ]
}