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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=260",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=258",
    "results": [
        {
            "id": 22867,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22867?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0022867/",
            "title": "Estasi",
            "year": 1933,
            "imdb_score": "6.7",
            "votes": 2143,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTI3MTA0ODU4Nl5BMl5BanBnXkFtZTcwMzQ3OTMyMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Gustav Machatý"
            ],
            "actors": [
                "André Nox",
                "Antonín Kubový",
                "Aribert Mog",
                "Bedrich Vrbský",
                "Eduard Slégl",
                "Emil Jerman",
                "Hedy Lamarr",
                "Jan Sviták",
                "Jirina Steimarová",
                "Jirina Stepnicková",
                "Karel Macha-Kuca",
                "Leopold Kramer",
                "Pierre Nay",
                "Zvonimir Rogoz"
            ],
            "writers": [
                "Frantisek Horký",
                "Robert Horky"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 22869,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22869?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0022869/",
            "title": "FP 1 non risponde",
            "year": 1932,
            "imdb_score": "6.3",
            "votes": 205,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDY3MmExYWUtZGE1MS00MGY5LTg2MTAtZDgwM2Q3NGFmN2M0XkEyXkFqcGdeQXVyNTA2NDc4OA@@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Karl Hartl"
            ],
            "actors": [
                "Arthur Peiser",
                "Erik Ode",
                "Friedrich Gnaß",
                "Georg August Koch",
                "Georg John",
                "Gustav Püttjer",
                "Hans Albers",
                "Hans Schneider",
                "Hermann Speelmans",
                "Paul Hartmann",
                "Paul Westermeier",
                "Peter Lorre",
                "Philipp Manning",
                "Rudolf Platte",
                "Sybille Schmitz"
            ],
            "writers": [
                "Curt Siodmak",
                "Walter Reisch"
            ],
            "genres": [
                "Sci-Fi"
            ]
        },
        {
            "id": 22873,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22873?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0022873/",
            "title": "Faithless",
            "year": 1932,
            "imdb_score": "6.8",
            "votes": 472,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWNkMzJhOGUtYTQ1Mi00ZjUyLTkwYjktYTFiYzhlMmMxZjc2XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY268_CR79,0,182,268_AL_.jpg",
            "directors": [
                "Harry Beaumont"
            ],
            "actors": [
                "Anna Appel",
                "Henry Kolker",
                "Hugh Herbert",
                "Lawrence Grant",
                "Louise Closser Hale",
                "Maurice Murphy",
                "Robert Montgomery",
                "Tallulah Bankhead"
            ],
            "writers": [
                "Carey Wilson",
                "Mildred Cram"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 22876,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22876?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0022876/",
            "title": "The Famous Ferguson Case",
            "year": 1932,
            "imdb_score": "6.5",
            "votes": 271,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYmM2NDM0YTQtOWFiMS00ODMxLWI0OTYtYzQ2MDhlMDMwYjFkL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTE2NzA0Ng@@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Lloyd Bacon"
            ],
            "actors": [
                "Adrienne Dore",
                "George 'Spanky' McFarland",
                "George Meeker",
                "Grant Mitchell",
                "Joan Blondell",
                "Kenneth Thomson",
                "Leon Ames",
                "Leslie Fenton",
                "Oscar Apfel",
                "Purnell Pratt",
                "Russell Hopton",
                "Tom Brown",
                "Vivienne Osborne",
                "Walter Miller",
                "Willard Robertson"
            ],
            "writers": [
                "Courtney Terrett",
                "Harvey F. Thew"
            ],
            "genres": [
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 22877,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22877?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0022877/",
            "title": "Fanny",
            "year": 1932,
            "imdb_score": "7.7",
            "votes": 1503,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTM1NTUwNjQ1Ml5BMl5BanBnXkFtZTgwNDE2OTI3MjE@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "Marc Allégret"
            ],
            "actors": [
                "Alida Rouffe",
                "Auguste Mouriès",
                "Fernand Charpin",
                "Louis Boulle",
                "Marcel Maupi",
                "Milly Mathis",
                "Odette Roger",
                "Orane Demazis",
                "Pierre Fresnay",
                "Raimu",
                "Robert Vattier"
            ],
            "writers": [
                "Marcel Pagnol"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        }
    ]
}