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=60
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=61",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=59",
    "results": [
        {
            "id": 13404,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13404?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0013404/",
            "title": "Moran of the Lady Letty",
            "year": 1922,
            "imdb_score": "6.4",
            "votes": 312,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWNmMzgyZWItZjQxMy00ODMyLTljMmMtYzMyN2EwNjRiMjVmXkEyXkFqcGdeQXVyNjc4NTQxNjg@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "George Melford"
            ],
            "actors": [
                "Cecil Holland",
                "Charles Brinley",
                "Dorothy Dalton",
                "Emilius Jorgensen",
                "George Kuwa",
                "Maude Wayne",
                "Rudolph Valentino",
                "Walter Long"
            ],
            "writers": [
                "Frank Norris",
                "Monte M. Katterjohn"
            ],
            "genres": [
                "Adventure"
            ]
        },
        {
            "id": 13428,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13428?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0013428/",
            "title": "Nathan il saggio",
            "year": 1922,
            "imdb_score": "6.9",
            "votes": 118,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODRkNTc1OGUtNGJkYy00ZjQwLThiOTYtY2RmNWQ0MDg5MTM4XkEyXkFqcGdeQXVyNDMzNDQ4ODA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Manfred Noa"
            ],
            "actors": [
                "Bella Muzsnay",
                "Carl de Vogt",
                "Ernst Matray",
                "Ernst Schrumpf",
                "Ferdinand Martini",
                "Fritz Greiner",
                "Lia Eibenschütz",
                "Margarete Kupfer",
                "Max Schreck",
                "Rudolf Lettinger",
                "Werner Krauss",
                "Wolfgang von Schwindt"
            ],
            "writers": [
                "Gotthold Ephraim Lessing",
                "Hans Kyser"
            ],
            "genres": [
                "Drama",
                "History"
            ]
        },
        {
            "id": 13442,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13442?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0013442/",
            "title": "Nosferatu - Il vampiro",
            "year": 1922,
            "imdb_score": "7.9",
            "votes": 88161,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTAxYjEyMTctZTg3Ni00MGZmLWIxMmMtOGM2NTFiY2U3MmExXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "F.W. Murnau"
            ],
            "actors": [
                "Albert Venohr",
                "Alexander Granach",
                "Eric van Viele",
                "Georg H. Schnell",
                "Greta Schröder",
                "Gustav Botz",
                "Gustav von Wangenheim",
                "John Gottowt",
                "Max Nemetz",
                "Max Schreck",
                "Ruth Landshoff",
                "Wolfgang Heinz"
            ],
            "writers": [
                "Bram Stoker",
                "Henrik Galeen"
            ],
            "genres": [
                "Fantasy",
                "Horror"
            ]
        },
        {
            "id": 13450,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13450?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0013450/",
            "title": "Oliver Twist",
            "year": 1922,
            "imdb_score": "6.7",
            "votes": 715,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODA1NWFhZDMtODgwZC00YjAxLTk1YzgtYmI5MDAwOWNjMzVkXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Frank Lloyd"
            ],
            "actors": [
                "Aggie Herring",
                "Carl Stockdale",
                "Edouard Trebaol",
                "Florence Hale",
                "George Siegmann",
                "Gertrude Claire",
                "Gladys Brockwell",
                "Jackie Coogan",
                "James A. Marcus",
                "Joan Standing",
                "Joseph Hazelton",
                "Lewis Sargent",
                "Lionel Belmore",
                "Lon Chaney",
                "Taylor Graves"
            ],
            "writers": [
                "Charles Dickens",
                "Frank Lloyd"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 13469,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13469?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0013469/",
            "title": "Othello",
            "year": 1922,
            "imdb_score": "6.4",
            "votes": 236,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWJlYmRiN2ItYTBmMi00MzVhLTgyMTgtYjYzOGQ0ZTZiMmU1XkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Dimitri Buchowetzki"
            ],
            "actors": [
                "Emil Jannings",
                "Ferdinand von Alten",
                "Friedrich Kühne",
                "Ica von Lenkeffy",
                "Ludwig Rex",
                "Lya De Putti",
                "Magnus Stifter",
                "Theodor Loos",
                "Werner Krauss"
            ],
            "writers": [
                "Dimitri Buchowetzki",
                "Karl Mueller-Hagens"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        }
    ]
}