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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=280",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=278",
    "results": [
        {
            "id": 23333,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23333?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023333/",
            "title": "Il lampo",
            "year": 1932,
            "imdb_score": "5.3",
            "votes": 171,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNGM2N2Q0ZjMtMWY2Zi00MDlmLTk0YTctZWY2OGQ4Yzk0NTk2XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Emory Johnson"
            ],
            "actors": [
                "Axel Axelson",
                "Brady Kline",
                "Claire McDowell",
                "David Rollins",
                "Eddie Phillips",
                "Hobart Bosworth",
                "Huntley Gordon",
                "J. Farrell MacDonald",
                "Jack Pennick",
                "Lina Basquette",
                "Robert Ellis",
                "Sally Blane",
                "Tom O'Brien",
                "William Collier Jr."
            ],
            "writers": [
                "Emory Johnson",
                "Laird Doyle"
            ],
            "genres": [
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 23334,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23334?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023334/",
            "title": "The Phantom President",
            "year": 1932,
            "imdb_score": "5.9",
            "votes": 128,
            "image_url": "https://m.media-amazon.com/images/M/MV5BM2Q5YmU0MjItMDRiMi00NjdjLTgyMzItMDFjZTJjZTA3OGYyXkEyXkFqcGdeQXVyMDMxMjQwMw@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Norman Taurog"
            ],
            "actors": [
                "Claudette Colbert",
                "George Barbier",
                "George M. Cohan",
                "Jameson Thomas",
                "Jimmy Durante",
                "Julius McVicker",
                "Louise Mackintosh",
                "Sidney Toler"
            ],
            "writers": [
                "Harlan Thompson",
                "Walter DeLeon"
            ],
            "genres": [
                "Comedy",
                "Musical"
            ]
        },
        {
            "id": 23335,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23335?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023335/",
            "title": "The Phantom of Crestwood",
            "year": 1932,
            "imdb_score": "6.6",
            "votes": 524,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTU5MDMxNjM0N15BMl5BanBnXkFtZTgwMTkzMTE0MjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "J. Walter Ruben"
            ],
            "actors": [
                "Aileen Pringle",
                "Anita Louise",
                "George E. Stone",
                "H.B. Warner",
                "Hilda Vaughn",
                "Ivan F. Simpson",
                "Karen Morley",
                "Mary Duncan",
                "Pauline Frederick",
                "Ricardo Cortez",
                "Richard 'Skeets' Gallagher",
                "Robert Elliott",
                "Robert McWade",
                "Sam Hardy",
                "Tom Douglas"
            ],
            "writers": [
                "Bartlett Cormack"
            ],
            "genres": [
                "Crime",
                "Mystery"
            ]
        },
        {
            "id": 23342,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23342?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023342/",
            "title": "Play Girl",
            "year": 1932,
            "imdb_score": "5.9",
            "votes": 253,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZjJjNDExNjktOTRiZi00ZWZkLWEwOTQtYTVhNjUxZWNkMWZkXkEyXkFqcGdeQXVyNDcxNDkxMjA@._V1_UY268_CR12,0,182,268_AL_.jpg",
            "directors": [
                "Ray Enright"
            ],
            "actors": [
                "Betty Farrington",
                "Dorothy Burgess",
                "Edward Van Sloan",
                "Guy Kibbee",
                "Harold Waldridge",
                "James Ellison",
                "Loretta Young",
                "Nat Pendleton",
                "Noel Madison",
                "Norman Foster",
                "Ralf Harolde",
                "Sheila Bromley",
                "Winnie Lightner"
            ],
            "writers": [
                "Frederick Hazlitt Brennan",
                "Maurine Dallas Watkins"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23345,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23345?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023345/",
            "title": "Pel di carota",
            "year": 1932,
            "imdb_score": "7.3",
            "votes": 574,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzZiOWVhNDgtOGJjYy00OWI5LThiMTMtYTZjYjIyYzU2MDJiL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Julien Duvivier"
            ],
            "actors": [
                "Catherine Fonteney",
                "Christiane Dor",
                "Colette Segall",
                "Harry Baur",
                "Louis Gauthier",
                "Marthe Marty",
                "Maxime Fromiot",
                "Robert Lynen",
                "Simone Aubry"
            ],
            "writers": [
                "Jules Renard",
                "Julien Duvivier"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}