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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=212",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=210",
    "results": [
        {
            "id": 21754,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21754?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021754/",
            "title": "Coeur de lilas",
            "year": 1932,
            "imdb_score": "6.9",
            "votes": 169,
            "image_url": "https://m.media-amazon.com/images/M/MV5BY2IyNDkyNjItZjM2Mi00MDhhLWFiYmMtZmQ0ZWZkMTliYTc5XkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Anatole Litvak"
            ],
            "actors": [
                "André Luguet",
                "Carlotta Conti",
                "Fernandel",
                "Fordyce",
                "Fréhel",
                "Georges Paulais",
                "Jean Gabin",
                "Lydie Villars",
                "Madeleine Guitty",
                "Marcel Delaître",
                "Marcelle Romée",
                "Paul Amiot",
                "Pierre Labry"
            ],
            "writers": [
                "Dorothy Farnum",
                "Tristan Bernard"
            ],
            "genres": [
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 21756,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21756?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021756/",
            "title": "The Common Law",
            "year": 1931,
            "imdb_score": "6.0",
            "votes": 250,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDEyMTMxOGYtZGNiMC00NTQ2LWE0YWUtOTA2OTI2MDFjMTE3XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Paul L. Stein"
            ],
            "actors": [
                "Constance Bennett",
                "Hedda Hopper",
                "Joel McCrea",
                "Lew Cody",
                "Marion Shilling",
                "Paul Ellis",
                "Robert Williams",
                "Walter Walker",
                "Yola d'Avril"
            ],
            "writers": [
                "John Farrow",
                "Robert W. Chambers"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 21759,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21759?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021759/",
            "title": "Un americano alla corte di Re Artù",
            "year": 1931,
            "imdb_score": "6.5",
            "votes": 286,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZmE0MDNhYTEtYTQ5MC00YTBhLTgwMmItMTQ5YzdjMTU4OWQ0XkEyXkFqcGdeQXVyMTY5Nzc4MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "David Butler"
            ],
            "actors": [
                "Brandon Hurst",
                "Frank Albertson",
                "Maureen O'Sullivan",
                "Mitchell Harris",
                "Myrna Loy",
                "Will Rogers",
                "William Farnum"
            ],
            "writers": [
                "Mark Twain",
                "William M. Conselman"
            ],
            "genres": [
                "Comedy",
                "Fantasy",
                "Romance"
            ]
        },
        {
            "id": 21761,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21761?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021761/",
            "title": "Consolation Marriage",
            "year": 1931,
            "imdb_score": "6.1",
            "votes": 416,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjA2NjQ1NDktMWZjZC00YmNlLWJmYmYtOTVmMDYzNDkwZjRiXkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Paul Sloane"
            ],
            "actors": [
                "Irene Dunne",
                "John Halliday",
                "Lester Vail",
                "Matt Moore",
                "Myrna Loy",
                "Pat O'Brien"
            ],
            "writers": [
                "Bill Cunningham",
                "Humphrey Pearson"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 21764,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21764?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021764/",
            "title": "Corsair",
            "year": 1931,
            "imdb_score": "5.8",
            "votes": 176,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjA2NTQyNjQ5N15BMl5BanBnXkFtZTcwODMzODgyMw@@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Roland West"
            ],
            "actors": [
                "Addie McPhail",
                "Al Hill",
                "Chester Morris",
                "Emmett Corrigan",
                "Frank McHugh",
                "Frank Rice",
                "Fred Kohler",
                "Gay Seabrook",
                "Mayo Methot",
                "Ned Sparks",
                "Pat Hartigan",
                "Sidney D'Albrook",
                "Thelma Todd",
                "William Austin"
            ],
            "writers": [
                "Roland West",
                "Walton Green"
            ],
            "genres": [
                "Adventure",
                "Crime",
                "Romance"
            ]
        }
    ]
}