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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=300",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=298",
    "results": [
        {
            "id": 23759,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23759?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023759/",
            "title": "Ann Vickers",
            "year": 1933,
            "imdb_score": "6.1",
            "votes": 557,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZmI1NmY4ZWUtZTg5Ny00NDk3LWE3NzktNjEzZTAxMjM5MTI1XkEyXkFqcGdeQXVyMTIxOTk5MzY@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "John Cromwell"
            ],
            "actors": [
                "Bruce Cabot",
                "Conrad Nagel",
                "Edna May Oliver",
                "Gertrude Michael",
                "Helen Eby-Rock",
                "Irene Dunne",
                "J. Carrol Naish",
                "Mitchell Lewis",
                "Murray Kinnell",
                "Rafaela Ottiano",
                "Reginald Barlow",
                "Sam Hardy",
                "Sarah Padden",
                "Walter Huston"
            ],
            "writers": [
                "Jane Murfin",
                "Sinclair Lewis"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23761,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23761?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023761/",
            "title": "Another Language",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 293,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWU3OGFlMjMtZGUzOC00MDY2LWI0YjAtMmJiZWRiZjcyNjU1L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Edward H. Griffith"
            ],
            "actors": [
                "Hal K. Dawson",
                "Helen Hayes",
                "Henry Travers",
                "Irene Cattell",
                "John Beal",
                "Louise Closser Hale",
                "Maidel Turner",
                "Margaret Hamilton",
                "Minor Watson",
                "Robert Montgomery",
                "Willard Robertson"
            ],
            "writers": [
                "Herman J. Mankiewicz",
                "Rose Franken"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 23769,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23769?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023769/",
            "title": "As the Earth Turns",
            "year": 1934,
            "imdb_score": "6.1",
            "votes": 171,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZmQ4OTgxZDAtY2E3Mi00NjUzLTg1NWYtMTE4MWRkNGZiM2FkXkEyXkFqcGdeQXVyMTY5Nzc4MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Alfred E. Green"
            ],
            "actors": [
                "Arthur Hohl",
                "Clara Blandick",
                "David Durand",
                "David Landau",
                "Donald Woods",
                "Dorothy Appleby",
                "Dorothy Peterson",
                "Egon Brecher",
                "Emily Lowry",
                "Georgie Billings",
                "Jean Muir",
                "Russell Hardie",
                "Sarah Padden",
                "Wally Albright",
                "William Janney"
            ],
            "writers": [
                "Ernest Pascal",
                "Gladys Hasty Carroll"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 23775,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23775?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023775/",
            "title": "Baby Face",
            "year": 1933,
            "imdb_score": "7.6",
            "votes": 6195,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTc1MDQ4MDkzNl5BMl5BanBnXkFtZTgwODY0NTgyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Alfred E. Green"
            ],
            "actors": [
                "Alphonse Ethier",
                "Arthur Hohl",
                "Barbara Stanwyck",
                "Donald Cook",
                "Douglass Dumbrille",
                "George Brent",
                "Henry Kolker",
                "John Wayne",
                "Margaret Lindsay",
                "Robert Barrat",
                "Theresa Harris"
            ],
            "writers": [
                "Gene Markey",
                "Kathryn Scola"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23778,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23778?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023778/",
            "title": "Una notte al Cairo",
            "year": 1933,
            "imdb_score": "5.9",
            "votes": 496,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzI5NDIyNTc0NV5BMl5BanBnXkFtZTgwOTU4MDUzMjE@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Sam Wood"
            ],
            "actors": [
                "Blanche Friderici",
                "C. Aubrey Smith",
                "Edward Arnold",
                "Hedda Hopper",
                "Leni Stengel",
                "Louise Closser Hale",
                "Marcelle Corday",
                "Myrna Loy",
                "Ramon Novarro",
                "Reginald Denny"
            ],
            "writers": [
                "Anita Loos",
                "Elmer Harris"
            ],
            "genres": [
                "Adventure",
                "Drama",
                "Romance"
            ]
        }
    ]
}