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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=289",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=287",
    "results": [
        {
            "id": 23528,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23528?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023528/",
            "title": "Strangers of the Evening",
            "year": 1932,
            "imdb_score": "5.1",
            "votes": 188,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzMzMDEyMTg1MV5BMl5BanBnXkFtZTgwNTg3ODgwMzE@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "H. Bruce Humberstone"
            ],
            "actors": [
                "Alan Roscoe",
                "Charles Williams",
                "Eugene Pallette",
                "Francis Sayles",
                "Harold Waldridge",
                "James P. Burtis",
                "Lucien Littlefield",
                "Mahlon Hamilton",
                "Miriam Seegar",
                "Theodore von Eltz",
                "Tully Marshall",
                "Warner Richmond",
                "William Scott",
                "Zasu Pitts"
            ],
            "writers": [
                "Stuart Anthony",
                "Warren Duff"
            ],
            "genres": [
                "Comedy",
                "Mystery"
            ]
        },
        {
            "id": 23529,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23529?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023529/",
            "title": "Street of Women",
            "year": 1932,
            "imdb_score": "6.0",
            "votes": 257,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOGI4NTkxMWQtYWY0ZC00M2EzLWJlNDctMmE1YzA4YThlMzkwXkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR78,0,182,268_AL_.jpg",
            "directors": [
                "Archie Mayo"
            ],
            "actors": [
                "Adrienne Dore",
                "Alan Dinehart",
                "Allen Vincent",
                "Gloria Stuart",
                "Kay Francis",
                "Louise Beavers",
                "Marjorie Gateson",
                "Roland Young"
            ],
            "writers": [
                "Mary C. McCall Jr.",
                "Polan Banks"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23537,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23537?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023537/",
            "title": "Una famiglia 900",
            "year": 1932,
            "imdb_score": "6.9",
            "votes": 393,
            "image_url": "https://m.media-amazon.com/images/M/MV5BN2M5ZjYxMTItMmVlZi00ZDg0LWJjMjQtZDY3YWQ2MDgzYjk2L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "John G. Adolfi"
            ],
            "actors": [
                "Barbara Leonard",
                "David Torrence",
                "Eula Guy",
                "Evalyn Knapp",
                "Fortunio Bonanova",
                "George Arliss",
                "Grant Mitchell",
                "Hale Hamilton",
                "Hardie Albright",
                "Harold Minjir",
                "Mary Astor",
                "Murray Kinnell",
                "Oscar Apfel",
                "Randolph Scott",
                "William Janney"
            ],
            "writers": [
                "Clare Kummer",
                "Maude T. Howell"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 23545,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23545?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023545/",
            "title": "Melodie della vita",
            "year": 1932,
            "imdb_score": "6.1",
            "votes": 348,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzFjMzllOWQtNzMzNy00NmZhLWE2ZDItNzE0YzAxMGRhMDdhXkEyXkFqcGdeQXVyMjgxMTkzOQ@@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Gregory La Cava"
            ],
            "actors": [
                "Anna Appel",
                "Eddie Phillips",
                "Gregory Ratoff",
                "Helen Freeman",
                "Irene Dunne",
                "John St. Polis",
                "Josephine Whittell",
                "Julie Haydon",
                "Lita Chevret",
                "Noel Madison",
                "Oscar Apfel",
                "Ricardo Cortez"
            ],
            "writers": [
                "Fannie Hurst",
                "J. Walter Ruben"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 23549,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23549?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023549/",
            "title": "Tangled Destinies",
            "year": 1932,
            "imdb_score": "5.4",
            "votes": 186,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjczMTI4MTg2Ml5BMl5BanBnXkFtZTcwMTk0MzIzMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Frank R. Strayer"
            ],
            "actors": [
                "Doris Hill",
                "Ethel Wales",
                "Gene Morgan",
                "Glenn Tryon",
                "Henry Hall",
                "James B. Leong",
                "Lloyd Whitlock",
                "Monaei Lindley",
                "Sidney Bracey",
                "Syd Saylor",
                "Vera Reynolds",
                "William Humphrey",
                "William P. Burt"
            ],
            "writers": [
                "Edward T. Lowe Jr."
            ],
            "genres": [
                "Adventure",
                "Comedy",
                "Crime"
            ]
        }
    ]
}