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=126
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=127", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=125", "results": [ { "id": 18749, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18749?format=api", "imdb_url": "https://www.imdb.com/title/tt0018749/", "title": "Il fidanzato di cartone", "year": 1928, "imdb_score": "6.2", "votes": 807, "image_url": "https://m.media-amazon.com/images/M/MV5BNTQ0MjFkOGEtM2Y3My00NDNjLThkNzYtYTQyZGNjNzQxNjJjXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Robert Z. Leonard" ], "actors": [ "Andrés de Segurola", "Jetta Goudal", "Marion Davies", "Nils Asther", "Pepi Lederer", "Tenen Holtz" ], "writers": [ "Jacques Deval", "Lucille Newmark" ], "genres": [ "Comedy", "Romance" ] }, { "id": 18756, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18756?format=api", "imdb_url": "https://www.imdb.com/title/tt0018756/", "title": "Tabarin di lusso", "year": 1928, "imdb_score": "5.6", "votes": 2006, "image_url": "https://m.media-amazon.com/images/M/MV5BNjNkZWI0M2QtMWViYy00MDJmLWJhZjktYzE2MTMyNDQwZjA1XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "Alfred Hitchcock" ], "actors": [ "Betty Balfour", "Ferdinand von Alten", "Gordon Harker", "Jean Bradin" ], "writers": [ "Alfred Hitchcock", "Walter C. Mycroft" ], "genres": [ "Comedy" ] }, { "id": 18770, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18770?format=api", "imdb_url": "https://www.imdb.com/title/tt0018770/", "title": "La caduta della casa Usher", "year": 1928, "imdb_score": "7.3", "votes": 3449, "image_url": "https://m.media-amazon.com/images/M/MV5BNDU4ODcwODMzNl5BMl5BanBnXkFtZTYwMTAzMTE5._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Jean Epstein" ], "actors": [ "Abel Gance", "Charles Lamy", "Fournez-Goffard", "Halma", "Jean Debucourt", "Luc Dartagnan", "Marguerite Gance", "Pierre Hot", "Pierre Kefer" ], "writers": [ "Edgar Allan Poe", "Luis Buñuel" ], "genres": [ "Horror" ] }, { "id": 18773, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18773?format=api", "imdb_url": "https://www.imdb.com/title/tt0018773/", "title": "Il circo", "year": 1928, "imdb_score": "8.1", "votes": 29562, "image_url": "https://m.media-amazon.com/images/M/MV5BM2QwYWQ0MWMtNzcwOC00N2Q2LWE1MDEtZmQxZjhiM2U1YzFhXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Charles Chaplin" ], "actors": [ "Al Ernest Garcia", "Charles Chaplin", "George Davis", "Harry Crocker", "Henry Bergman", "John Rand", "Merna Kennedy", "Steve Murphy", "Tiny Sandford" ], "writers": [ "Charles Chaplin" ], "genres": [ "Comedy", "Romance" ] }, { "id": 18795, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18795?format=api", "imdb_url": "https://www.imdb.com/title/tt0018795/", "title": "I cosacchi", "year": 1928, "imdb_score": "6.5", "votes": 615, "image_url": "https://m.media-amazon.com/images/M/MV5BYWU4YTY0NmUtYmEzYS00YTE2LWFlMjgtZjQ5ZGUxODk2ZDExXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Clarence Brown", "George W. Hill" ], "actors": [ "Dale Fuller", "Ernest Torrence", "John Gilbert", "Joseph Marievsky", "Josephine Borio", "Mary Alden", "Nils Asther", "Paul Hurst", "Renée Adorée", "Yorke Sherwood" ], "writers": [ "Frances Marion", "John Colton" ], "genres": [ "Drama" ] } ] }