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=168
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=169", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=167", "results": [ { "id": 20585, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20585?format=api", "imdb_url": "https://www.imdb.com/title/tt0020585/", "title": "Why Be Good?", "year": 1929, "imdb_score": "7.2", "votes": 363, "image_url": "https://m.media-amazon.com/images/M/MV5BNDRmZDY2OTYtMTg0Zi00YTVjLWI4ZGYtMzY3NDcyZTNhNTAxXkEyXkFqcGdeQXVyMTYzMTY1MjQ@._V1_UY268_CR12,0,182,268_AL_.jpg", "directors": [ "William A. Seiter" ], "actors": [ "Bodil Rosing", "Colleen Moore", "Collette Merton", "Dixie Gay", "Eddie Clayton", "Edward Martindel", "John St. Polis", "Lincoln Stedman", "Louis Natheaux", "Neil Hamilton" ], "writers": [ "Carey Wilson", "Paul Perez" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 20589, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20589?format=api", "imdb_url": "https://www.imdb.com/title/tt0020589/", "title": "Orchidea selvaggia", "year": 1929, "imdb_score": "6.6", "votes": 581, "image_url": "https://m.media-amazon.com/images/M/MV5BNzYwM2MyYmUtYWUzYi00ODM2LWJiYmEtOGYzZTg5NzQ5NjVjXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Sidney Franklin" ], "actors": [ "Greta Garbo", "Lewis Stone", "Nils Asther" ], "writers": [ "John Colton", "Willis Goldbeck" ], "genres": [ "Drama", "Romance" ] }, { "id": 20590, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20590?format=api", "imdb_url": "https://www.imdb.com/title/tt0020590/", "title": "L'allegra brigata", "year": 1929, "imdb_score": "6.4", "votes": 413, "image_url": "https://m.media-amazon.com/images/M/MV5BYzJiMjAzMDctZjdiNy00YjIxLTk3YTktOTFjMmRmYjVkMWRlXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Dorothy Arzner" ], "actors": [ "Adrienne Dore", "Clara Bow", "Fredric March", "Jack Luden", "Jack Oakie", "Joyce Compton", "Marceline Day", "Phillips Holmes", "Shirley O'Hara" ], "writers": [ "E. Lloyd Sheldon", "Samuel Hopkins Adams" ], "genres": [ "Comedy", "Drama" ] }, { "id": 20608, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20608?format=api", "imdb_url": "https://www.imdb.com/title/tt0020608/", "title": "Nina Petrowna", "year": 1929, "imdb_score": "7.2", "votes": 215, "image_url": "https://m.media-amazon.com/images/M/MV5BMTU4NDQzMjUzOV5BMl5BanBnXkFtZTgwOTc5ODI1MjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Hanns Schwarz" ], "actors": [ "Brigitte Helm", "Ekkehard Arendt", "Francis Lederer", "Franz Schafheitlin", "Harry Hardt", "Lya Jan", "Michael von Newlinsky", "Warwick Ward" ], "writers": [ "Fritz Rotter", "Hans Székely" ], "genres": [ "Drama" ] }, { "id": 20613, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20613?format=api", "imdb_url": "https://www.imdb.com/title/tt0020613/", "title": "La nuova generazione", "year": 1929, "imdb_score": "6.3", "votes": 261, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk3MDYyNjAxOF5BMl5BanBnXkFtZTgwNzEwODgwMzE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Jean Hersholt", "Lina Basquette", "Martha Franklin", "Rex Lease", "Ricardo Cortez", "Rosa Rosanova", "Syd Crossley" ], "writers": [ "Fannie Hurst", "Sonya Levien" ], "genres": [ "Drama" ] } ] }