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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=302",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=300",
    "results": [
        {
            "id": 23808,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23808?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023808/",
            "title": "The Big Chance",
            "year": 1933,
            "imdb_score": "4.7",
            "votes": 129,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjAzNzc4MzMxOV5BMl5BanBnXkFtZTcwOTQ2MTkxMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Albert Herman"
            ],
            "actors": [
                "Hank Mann",
                "J. Carrol Naish",
                "John Darrow",
                "Matthew Betz",
                "Merna Kennedy",
                "Mickey Rooney",
                "Natalie Moorhead"
            ],
            "writers": [
                "Mauri Grashin"
            ],
            "genres": [
                "Action",
                "Adventure",
                "Comedy"
            ]
        },
        {
            "id": 23814,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23814?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023814/",
            "title": "L'amaro tè del generale Yen",
            "year": 1932,
            "imdb_score": "7.0",
            "votes": 3460,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTg2MzcyNzIxMF5BMl5BanBnXkFtZTgwODQzODgwMzE@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Frank Capra"
            ],
            "actors": [
                "Barbara Stanwyck",
                "Emmett Corrigan",
                "Gavin Gordon",
                "Helen Jerome Eddy",
                "Lucien Littlefield",
                "Nils Asther",
                "Richard Loo",
                "Toshia Mori",
                "Walter Connolly"
            ],
            "writers": [
                "Edward E. Paramore Jr.",
                "Grace Zaring Stone"
            ],
            "genres": [
                "Drama",
                "Romance",
                "War"
            ]
        },
        {
            "id": 23816,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23816?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023816/",
            "title": "Blind Adventure",
            "year": 1933,
            "imdb_score": "6.2",
            "votes": 219,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWIyM2E2MWItYWVhYS00MDEzLThhMjQtYTdjZmZhMDkxNTFkXkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Ernest B. Schoedsack"
            ],
            "actors": [
                "Beryl Mercer",
                "Forrester Harvey",
                "Helen Mack",
                "Henry Stephenson",
                "John Miljan",
                "John Warburton",
                "Laura Hope Crews",
                "Marjorie Gateson",
                "Phyllis Barry",
                "Ralph Bellamy",
                "Robert Armstrong",
                "Roland Young",
                "Tyrell Davis"
            ],
            "writers": [
                "Ruth Rose"
            ],
            "genres": [
                "Mystery"
            ]
        },
        {
            "id": 23817,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23817?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023817/",
            "title": "Blondie Johnson",
            "year": 1933,
            "imdb_score": "6.6",
            "votes": 525,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjI5NjEzOTUxOF5BMl5BanBnXkFtZTgwODUzMjE1MjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Lucien Hubbard",
                "Ray Enright"
            ],
            "actors": [
                "Allen Jenkins",
                "Arthur Vinton",
                "Chester Morris",
                "Claire Dodd",
                "Donald Kirke",
                "Earle Foxe",
                "Joan Blondell",
                "Joseph Cawthorn",
                "Mae Busch",
                "Olin Howland",
                "Sterling Holloway",
                "Toshia Mori"
            ],
            "writers": [
                "Earl Baldwin"
            ],
            "genres": [
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 23818,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23818?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023818/",
            "title": "Blood Money",
            "year": 1933,
            "imdb_score": "6.9",
            "votes": 306,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTkzMTAyNTA2N15BMl5BanBnXkFtZTgwMjUzMjE1MjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Rowland Brown"
            ],
            "actors": [
                "Blossom Seeley",
                "Chick Chandler",
                "Etienne Girardot",
                "Frances Dee",
                "George Bancroft",
                "George Regas",
                "Judith Anderson"
            ],
            "writers": [
                "Rowland Brown"
            ],
            "genres": [
                "Drama",
                "Film-Noir",
                "Romance"
            ]
        }
    ]
}