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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=333",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=331",
    "results": [
        {
            "id": 24471,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24471?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024471/",
            "title": "Private Detective 62",
            "year": 1933,
            "imdb_score": "6.6",
            "votes": 592,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYTVjZmE4N2ItODczMS00ZTUzLTljNTAtOGQzYTBmOWY0ZTk2L2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Michael Curtiz"
            ],
            "actors": [
                "Arthur Hohl",
                "Gordon Westcott",
                "Hobart Cavanaugh",
                "Irving Bacon",
                "James Bell",
                "Margaret Lindsay",
                "Natalie Moorhead",
                "Ruth Donnelly",
                "William Powell"
            ],
            "writers": [
                "Raoul Whitfield",
                "Rian James"
            ],
            "genres": [
                "Comedy",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 24473,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24473?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024473/",
            "title": "Le sei mogli di Enrico VIII",
            "year": 1933,
            "imdb_score": "7.1",
            "votes": 3652,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDFiZjBmNzItZmRkMi00ZmNmLTg0OTctOGFkZWI2NzRjN2M5XkEyXkFqcGdeQXVyNTI4MjkwNjA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Alexander Korda"
            ],
            "actors": [
                "Binnie Barnes",
                "Charles Laughton",
                "Claud Allister",
                "Elsa Lanchester",
                "Everley Gregg",
                "Franklin Dyall",
                "Gibb McLaughlin",
                "John Loder",
                "Lawrence Hanray",
                "Merle Oberon",
                "Miles Mander",
                "Robert Donat",
                "Sam Livesey",
                "Wendy Barrie",
                "William Austin"
            ],
            "writers": [
                "Arthur Wimperis",
                "Lajos Biró"
            ],
            "genres": [
                "Biography",
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 24475,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24475?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024475/",
            "title": "L'idolo delle donne",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 721,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjM5MTI0NTk2N15BMl5BanBnXkFtZTcwNTA3NDc4NQ@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Howard Hawks",
                "W.S. Van Dyke"
            ],
            "actors": [
                "Jack Dempsey",
                "Jean Howard",
                "Max Baer",
                "Muriel Evans",
                "Myrna Loy",
                "Otto Kruger",
                "Primo Carnera",
                "Robert McWade",
                "Vince Barnett",
                "Walter Huston"
            ],
            "writers": [
                "John Lee Mahin",
                "John Meehan"
            ],
            "genres": [
                "Comedy",
                "Crime",
                "Romance"
            ]
        },
        {
            "id": 24476,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24476?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024476/",
            "title": "Il fidanzato immaginario",
            "year": 1933,
            "imdb_score": "6.2",
            "votes": 538,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTM2NDlhMTYtOGQ4ZC00YTMyLTg3N2UtZjg1ZmI5MDRhMGQyXkEyXkFqcGdeQXVyMTIxOTk5MzY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "William A. Seiter"
            ],
            "actors": [
                "Allen Jenkins",
                "Edgar Kennedy",
                "Frank Darien",
                "Frank McHugh",
                "Franklin Pangborn",
                "Ginger Rogers",
                "Gregory Ratoff",
                "Lucien Littlefield",
                "Norman Foster",
                "Sterling Holloway",
                "Zasu Pitts"
            ],
            "writers": [
                "Maurine Dallas Watkins"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 24480,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24480?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024480/",
            "title": "Per le vie di Parigi",
            "year": 1933,
            "imdb_score": "7.0",
            "votes": 324,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZTUyZDk0ZTUtNmQzNy00MDZlLWE1ZmItNjBiMzQxOTdlZDIzXkEyXkFqcGdeQXVyMjUyMjUzMw@@._V1_UY268_CR5,0,182,268_AL_.jpg",
            "directors": [
                "René Clair"
            ],
            "actors": [
                "Annabella",
                "George Rigaud",
                "Paul Ollivier",
                "Raymond Aimos",
                "Raymond Cordy",
                "Thomy Bourdelle"
            ],
            "writers": [
                "René Clair"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        }
    ]
}