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=146
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=147", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=145", "results": [ { "id": 19843, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19843?format=api", "imdb_url": "https://www.imdb.com/title/tt0019843/", "title": "Dinamite", "year": 1929, "imdb_score": "7.1", "votes": 379, "image_url": "https://m.media-amazon.com/images/M/MV5BMzg0OGYzNzktMmQ0Ni00NGFiLTg3NjgtNjdiOGVmZDllNzQ4XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Barton Hepburn", "Charles Bickford", "Conrad Nagel", "Douglas Scott", "Henry Stockbridge", "Jane Keckley", "Joel McCrea", "Julia Faye", "Kay Johnson", "Leslie Fenton", "Muriel McCormac", "Robert Edeson", "Robert T. Haines", "Tyler Brooke", "William Holden" ], "writers": [ "Jeanie Macpherson", "John Howard Lawson" ], "genres": [ "Drama" ] }, { "id": 19850, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19850?format=api", "imdb_url": "https://www.imdb.com/title/tt0019850/", "title": "Erotikon", "year": 1929, "imdb_score": "7.2", "votes": 483, "image_url": "https://m.media-amazon.com/images/M/MV5BODg4MTIwMTA5OV5BMl5BanBnXkFtZTgwMTIyODg5MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Gustav Machatý" ], "actors": [ "Bedrich Saxl", "Bohumil Kovár", "Bronislava Livia", "Charlotte Susa", "Ita Rina", "Jirí Hron", "Karel Schleichert", "Ladislav H. Struna", "Luigi Serventi", "Milka Balek-Brodská", "Olaf Fjord", "Theodor Pistek", "Vladimír Slavínský", "Václav Zichovský", "Willy Rösner" ], "writers": [ "Gustav Machatý" ], "genres": [ "Drama", "Romance" ] }, { "id": 19852, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19852?format=api", "imdb_url": "https://www.imdb.com/title/tt0019852/", "title": "La valanga", "year": 1929, "imdb_score": "6.8", "votes": 449, "image_url": "https://m.media-amazon.com/images/M/MV5BYjUxZTUzM2ItNjZhYS00NThjLTkzYmMtMGM2MWMwOGEzZjgzXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Ernst Lubitsch" ], "actors": [ "Bodil Rosing", "Camilla Horn", "Evelyn Selbie", "Hobart Bosworth", "John Barrymore", "Mona Rico", "Victor Varconi" ], "writers": [ "Hanns Kräly", "Jakob Christoph Heer" ], "genres": [ "Drama", "Romance" ] }, { "id": 19856, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19856?format=api", "imdb_url": "https://www.imdb.com/title/tt0019856/", "title": "Evangelina", "year": 1929, "imdb_score": "6.6", "votes": 131, "image_url": "https://m.media-amazon.com/images/M/MV5BMTcxMjc1MjM4MV5BMl5BanBnXkFtZTcwMzAxMDIyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Edwin Carewe" ], "actors": [ "Alec B. Francis", "Bobbie Mack", "Dolores del Rio", "Donald Reed", "George F. Marion", "James A. Marcus", "Lee Shumway", "Louis Payne", "Paul McAllister", "Roland Drew" ], "writers": [ "Finis Fox" ], "genres": [ "Drama" ] }, { "id": 19884, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19884?format=api", "imdb_url": "https://www.imdb.com/title/tt0019884/", "title": "Diavoli volanti", "year": 1929, "imdb_score": "5.9", "votes": 256, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk0NjAxNjA0OV5BMl5BanBnXkFtZTgwODk1NTE3MzE@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Alan Roscoe", "Harold Goodwin", "Jack Holt", "Jimmy De La Cruze", "Lila Lee", "Ralph Graves" ], "writers": [ "Frank Capra", "Ralph Graves" ], "genres": [ "Action", "Adventure", "Romance" ] } ] }