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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=307",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=305",
    "results": [
        {
            "id": 23902,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23902?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023902/",
            "title": "El compadre Mendoza",
            "year": 1934,
            "imdb_score": "7.8",
            "votes": 449,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMmU5MjA3YjEtMmViNy00MWVmLTgyMzEtZDUyYzZhNTgzYmQwXkEyXkFqcGdeQXVyNzM0MTUwNTY@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "Fernando de Fuentes",
                "Juan Bustillo Oro"
            ],
            "actors": [
                "Abraham Galán",
                "Alfonso Sánchez Tello",
                "Alfredo del Diestro",
                "Antonio R. Frausto",
                "Carlos López",
                "Carmen Guerrero",
                "César Rendón",
                "Emma Roldán",
                "Joaquín Busquets",
                "José Eduardo Pérez",
                "José Ignacio Rocha",
                "Luis G. Barreiro",
                "Miguel M. Delgado",
                "Pepe del Río",
                "Ricardo Carti"
            ],
            "writers": [
                "Juan Bustillo Oro"
            ],
            "genres": [
                "Drama",
                "War"
            ]
        },
        {
            "id": 23909,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23909?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023909/",
            "title": "Corruption",
            "year": 1933,
            "imdb_score": "5.7",
            "votes": 116,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjc0ZDdkYTAtMDNiMi00MDg1LTgyMTYtOWE2Nzc2MDcxODQ1XkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR79,0,182,268_AL_.jpg",
            "directors": [
                "Charles E. Roberts"
            ],
            "actors": [
                "Charles Delaney",
                "Evalyn Knapp",
                "Fred Kohler Jr.",
                "Gwen Lee",
                "Huntley Gordon",
                "Jason Robards Sr.",
                "Kit Guard",
                "Lane Chandler",
                "Mischa Auer",
                "Natalie Moorhead",
                "Nick Thompson",
                "Preston Foster",
                "Sidney Bracey",
                "Tully Marshall",
                "Warner Richmond"
            ],
            "writers": [
                "Charles E. Roberts"
            ],
            "genres": [
                "Action",
                "Adventure",
                "Crime"
            ]
        },
        {
            "id": 23911,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23911?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023911/",
            "title": "Ritorno alla vita",
            "year": 1933,
            "imdb_score": "7.5",
            "votes": 1080,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjQzMmE2YTAtNDVjNS00OThkLWFjZTctNDc2YTlkNWUyZjkwXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "William Wyler"
            ],
            "actors": [
                "Bebe Daniels",
                "Clara Langsner",
                "Doris Kenyon",
                "Isabel Jewell",
                "John Barrymore",
                "John Hammond Dailey",
                "Malka Kornstein",
                "Marvin Kline",
                "Mayo Methot",
                "Melvyn Douglas",
                "Onslow Stevens",
                "Robert Gordon",
                "T.H. Manning",
                "Thelma Todd",
                "Vincent Sherman"
            ],
            "writers": [
                "Elmer Rice"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 23926,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23926?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023926/",
            "title": "La danza di Venere",
            "year": 1933,
            "imdb_score": "6.7",
            "votes": 2011,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWI0NjFkYjYtODhkMC00YzZlLTgyZDMtMWNmODkwZjM5NGIxXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Robert Z. Leonard"
            ],
            "actors": [
                "Arthur Jarrett",
                "Clark Gable",
                "Franchot Tone",
                "Fred Astaire",
                "Gloria Foy",
                "Grant Mitchell",
                "Joan Crawford",
                "May Robson",
                "Maynard Holmes",
                "Moe Howard",
                "Nelson Eddy",
                "Robert Benchley",
                "Sterling Holloway",
                "Ted Healy and His Stooges",
                "Winnie Lightner"
            ],
            "writers": [
                "Allen Rivkin",
                "P.J. Wolfson"
            ],
            "genres": [
                "Comedy",
                "Musical",
                "Romance"
            ]
        },
        {
            "id": 23932,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23932?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023932/",
            "title": "Day of Reckoning",
            "year": 1933,
            "imdb_score": "6.3",
            "votes": 221,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzQ5MjA4NGMtMTA4MC00MTViLWFiZmEtZGY4ZmI0ODdlZWY3XkEyXkFqcGdeQXVyNTM0MDg3NDM@._V1_UY268_CR10,0,182,268_AL_.jpg",
            "directors": [
                "Charles Brabin"
            ],
            "actors": [
                "Conway Tearle",
                "George 'Spanky' McFarland",
                "Isabel Jewell",
                "James Bell",
                "John Larkin",
                "Madge Evans",
                "Paul Hurst",
                "Raymond Hatton",
                "Richard Dix",
                "Samuel S. Hinds",
                "Stuart Erwin",
                "Una Merkel",
                "Wilfred Lucas"
            ],
            "writers": [
                "Eve Greene",
                "Zelda Sears"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}