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=162
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=163", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=161", "results": [ { "id": 20425, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20425?format=api", "imdb_url": "https://www.imdb.com/title/tt0020425/", "title": "Fatemi la corte", "year": 1929, "imdb_score": "5.5", "votes": 201, "image_url": "https://m.media-amazon.com/images/M/MV5BN2MzZDkzYTAtZTJlOC00NWJkLWJmMWMtYzc0YTM2MjNmMjgwL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Sam Wood" ], "actors": [ "Ann Brody", "Cliff Edwards", "Dorothy Dehn", "Elliott Nugent", "Gene Stone", "Lee Shumway", "Max Davidson", "Oscar Rudolph", "Phyllis Crane", "Polly Moran", "Robert Montgomery", "Sally Starr" ], "writers": [ "Al Boasberg", "Delmer Daves" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 20431, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20431?format=api", "imdb_url": "https://www.imdb.com/title/tt0020431/", "title": "Der Sonderling", "year": 1929, "imdb_score": "5.0", "votes": 137, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY0NjcyMDcyNV5BMl5BanBnXkFtZTcwMjEzMjUyMQ@@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "Franz Osten", "Walter Jerven" ], "actors": [ "Ferdinand Martini", "Georg Rückert", "Gustl Gstettenbaur", "Heinz Könecke", "Karl Raab", "Karl Valentin", "Liesl Karlstadt", "Maria Byk", "Otto Welte", "Truus Van Aalten", "Ulrich Verden" ], "writers": [ "Liesl Karlstadt", "Walter Jerven" ], "genres": [ "Comedy" ] }, { "id": 20439, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20439?format=api", "imdb_url": "https://www.imdb.com/title/tt0020439/", "title": "Cuori e motori", "year": 1929, "imdb_score": "6.0", "votes": 603, "image_url": "https://m.media-amazon.com/images/M/MV5BMTM5MzIzMjkyOV5BMl5BanBnXkFtZTcwOTYzMDAyMw@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Harry Beaumont" ], "actors": [ "Anita Page", "Ernest Torrence", "Eugenie Besserer", "John Miljan", "Karl Dane", "Polly Moran", "William Haines" ], "writers": [ "Ann Price", "Byron Morgan" ], "genres": [ "Drama", "Romance", "Sport" ] }, { "id": 20442, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20442?format=api", "imdb_url": "https://www.imdb.com/title/tt0020442/", "title": "Io... e l'amore", "year": 1929, "imdb_score": "7.0", "votes": 1864, "image_url": "https://m.media-amazon.com/images/M/MV5BNTI5MDUwOTUwMl5BMl5BanBnXkFtZTgwMDA2ODU2MzE@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Buster Keaton", "Edward Sedgwick" ], "actors": [ "Buster Keaton", "Dorothy Sebastian", "Edward Earle", "Jack Byron", "Leila Hyams", "William Bechtel" ], "writers": [ "Ernest Pagano", "Lew Lipton" ], "genres": [ "Comedy" ] }, { "id": 20446, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20446?format=api", "imdb_url": "https://www.imdb.com/title/tt0020446/", "title": "The Squall", "year": 1929, "imdb_score": "4.9", "votes": 351, "image_url": "https://m.media-amazon.com/images/M/MV5BYzE0ZjBkYjgtZDFmZi00OTUwLTg5NjEtMjZjNWUxNTM0MmM2L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UY268_CR12,0,182,268_AL_.jpg", "directors": [ "Alexander Korda" ], "actors": [ "Alice Joyce", "Carroll Nye", "George Hackathorne", "Harry Cording", "Knute Erickson", "Loretta Young", "Marcia Harris", "Myrna Loy", "Nicholas Soussanin", "Richard Tucker", "Zasu Pitts" ], "writers": [ "Bradley King", "Jean Bart" ], "genres": [ "Drama", "Music", "Romance" ] } ] }