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=62
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=63", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=61", "results": [ { "id": 13579, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13579?format=api", "imdb_url": "https://www.imdb.com/title/tt0013579/", "title": "Ombre ammonitrici", "year": 1923, "imdb_score": "6.8", "votes": 864, "image_url": "https://m.media-amazon.com/images/M/MV5BZDMzZGFmOWItMzZiNi00ODE5LThkOTctNjBiMTZhYTZiNmQ1XkEyXkFqcGdeQXVyNzgzODI1OTE@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Arthur Robison" ], "actors": [ "Alexander Granach", "Eugen Rex", "Ferdinand von Alten", "Fritz Kortner", "Fritz Rasp", "Gustav von Wangenheim", "Karl Platen", "Lilli Herder", "Max Gülstorff", "Rudolf Klein-Rogge", "Ruth Weyher" ], "writers": [ "Arthur Robison", "Rudolf Schneider" ], "genres": [ "Drama", "Fantasy", "Horror" ] }, { "id": 13590, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13590?format=api", "imdb_url": "https://www.imdb.com/title/tt0013590/", "title": "The Seventh Day", "year": 1922, "imdb_score": "5.8", "votes": 102, "image_url": "https://m.media-amazon.com/images/M/MV5BMDYxZDQwOTYtZGRjNC00OGU5LWI0NDEtM2FhMWI5MTk1Zjg4L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Henry King" ], "actors": [ "Alfred Schmid", "Anne Cornwall", "Frank Losee", "George Stewart", "Grace Barton", "Leslie Stowe", "Louise Huff", "Patterson Dial", "Richard Barthelmess", "Tammany Young", "Teddie Gerard" ], "writers": [ "Edmund Goulding", "Porter Emerson Browne" ], "genres": [ "Drama", "Romance" ] }, { "id": 13592, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13592?format=api", "imdb_url": "https://www.imdb.com/title/tt0013592/", "title": "Shadows", "year": 1922, "imdb_score": "6.2", "votes": 370, "image_url": "https://m.media-amazon.com/images/M/MV5BM2NiN2ZhZDYtM2M1Yi00Y2FkLTg3YjAtM2I2NDhiMTMyNmM2XkEyXkFqcGdeQXVyMTQ2MjQyNDc@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Tom Forman" ], "actors": [ "Buddy Messinger", "Frances Raymond", "Harrison Ford", "John St. Polis", "Lon Chaney", "Marguerite De La Motte", "Priscilla Bonner", "Walter Long" ], "writers": [ "Eve Unsell", "Wilbur Daniel Steele" ], "genres": [ "Drama" ] }, { "id": 13597, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13597?format=api", "imdb_url": "https://www.imdb.com/title/tt0013597/", "title": "Sherlock Holmes", "year": 1922, "imdb_score": "5.8", "votes": 558, "image_url": "https://m.media-amazon.com/images/M/MV5BMjE4NzIwMTY5MF5BMl5BanBnXkFtZTcwMDU0MDMzNA@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Albert Parker" ], "actors": [ "Anders Randolf", "Carol Dempster", "David Torrence", "Gustav von Seyffertitz", "Hedda Hopper", "John Barrymore", "Louis Wolheim", "Margaret Kemp", "Peggy Bayfield", "Percy Knight", "Reginald Denny", "Robert Fischer", "Robert Schable", "Roland Young", "William Powell" ], "writers": [ "Arthur Conan Doyle", "Earle Browne" ], "genres": [ "Drama", "Mystery" ] }, { "id": 13607, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13607?format=api", "imdb_url": "https://www.imdb.com/title/tt0013607/", "title": "Sky High", "year": 1922, "imdb_score": "5.8", "votes": 160, "image_url": "https://m.media-amazon.com/images/M/MV5BZDg1YWM3NTQtMDBmNy00MmU2LWJjZWUtNGUwNDcxZDRmNGEyXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lynn Reynolds" ], "actors": [ "Adele Warner", "Eva Novak", "J. Farrell MacDonald", "Sid Jordan", "Tom Mix", "William Buckley" ], "writers": [ "Lynn Reynolds" ], "genres": [ "Action", "Drama", "Romance" ] } ] }