Movie Title List
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=140
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=141", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=139", "results": [ { "id": 19609, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19609?format=api", "imdb_url": "https://www.imdb.com/title/tt0019609/", "title": "Il cadavere vivente", "year": 1929, "imdb_score": "6.8", "votes": 118, "image_url": "https://m.media-amazon.com/images/M/MV5BNzY3MTU1MjI4OV5BMl5BanBnXkFtZTgwMDMzMTM2MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Fyodor Otsep" ], "actors": [ "Boris Barnet", "Carola Höhn", "Daniil Vvedenskiy", "Gustav Diessl", "Julia Serda", "Karl Junge-Swinburne", "Maria Jacobini", "Nato Vachnadze", "Porfiri Podobed", "Pyotr Repnin", "Sylvia Torf", "Vera Maretskaya", "Viola Garden", "Vladimir Uralskiy", "Vsevolod Pudovkin" ], "writers": [ "Boris Gusman", "Leo Tolstoy" ], "genres": [ "Drama" ] }, { "id": 19611, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19611?format=api", "imdb_url": "https://www.imdb.com/title/tt0019611/", "title": "Zvenigora", "year": 1928, "imdb_score": "7.1", "votes": 834, "image_url": "https://m.media-amazon.com/images/M/MV5BZTk3N2VhZmQtODk1MS00ZjcwLTkyOTktYWE5NDAyNmFlMjNkXkEyXkFqcGdeQXVyNjg3MTIwODI@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Aleksandr Dovzhenko" ], "actors": [ "A. Simonov", "Aleksandr Podorozhnyy", "Georgi Astafyev", "I. Selyuk", "L. Barné", "L. Parshina", "Nikolai Nademsky", "P. Sklyar Otawa", "Semyon Svashenko", "Vladimir Uralskiy" ], "writers": [ "Aleksandr Dovzhenko", "Mikhail Ioganson" ], "genres": [ "Drama", "Fantasy" ] }, { "id": 19629, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19629?format=api", "imdb_url": "https://www.imdb.com/title/tt0019629/", "title": "La aldea maldita", "year": 1930, "imdb_score": "7.1", "votes": 189, "image_url": "https://m.media-amazon.com/images/M/MV5BZDJiZGM0ZTYtNTU2Zi00YTg3LTk4NWUtODBjNjEzYzYyMmY3L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNTkyMzkxODQ@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Florián Rey" ], "actors": [ "Amelia Muñoz", "Antonio Mata", "Carmen Viance", "Modesto Rivas", "Pedro Larrañaga", "Pilar Torres", "Ramón Meca", "Víctor Pastor" ], "writers": [ "Florián Rey" ], "genres": [ "Drama" ] }, { "id": 19630, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19630?format=api", "imdb_url": "https://www.imdb.com/title/tt0019630/", "title": "Alibi", "year": 1929, "imdb_score": "5.8", "votes": 679, "image_url": "https://m.media-amazon.com/images/M/MV5BZWNjOGZhMmMtZjYxZC00NDE0LWJmOTktMTcyNTNjNjE1ZWRmXkEyXkFqcGdeQXVyMTQ2MjQyNDc@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Roland West" ], "actors": [ "Al Hill", "Chester Morris", "DeWitt Jennings", "Ed Brady", "Eleanor Griffith", "Elmer Ballard", "Harry Stubbs", "Irma Harrison", "James Bradbury Jr.", "Kernan Cripps", "Mae Busch", "Pat O'Malley", "Purnell Pratt", "Regis Toomey", "Virginia Flohri" ], "writers": [ "C. Gardner Sullivan", "Roland West" ], "genres": [ "Crime" ] }, { "id": 19644, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19644?format=api", "imdb_url": "https://www.imdb.com/title/tt0019644/", "title": "Applause", "year": 1929, "imdb_score": "7.0", "votes": 1277, "image_url": "https://m.media-amazon.com/images/M/MV5BODRlNjU4OGMtMjA4Ny00ODVkLTk0MjMtZTBmMTg3MGJiNDQ5XkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR13,0,182,268_AL_.jpg", "directors": [ "Rouben Mamoulian" ], "actors": [ "Alice Clayton", "Billie Bernard", "David Holt", "E. Graniss", "Florence Dickerson", "Fuller Mellish Jr.", "Helen Morgan", "Henry Wadsworth", "Jack Cameron", "Joan Peers", "Lotta Burnell", "Madge McLaughlin", "Mary Gertrude Haines", "Phyliss Bolce", "Viola Gallo" ], "writers": [ "Beth Brown", "Garrett Fort" ], "genres": [ "Drama", "Musical" ] } ] }