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=178
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=179", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=177", "results": [ { "id": 20890, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20890?format=api", "imdb_url": "https://www.imdb.com/title/tt0020890/", "title": "The Flirting Widow", "year": 1930, "imdb_score": "6.5", "votes": 158, "image_url": "https://m.media-amazon.com/images/M/MV5BYzk0NmY2ZTgtZWNhYi00MjgwLTg0YmUtMTZhM2M1YTQ2MTJhXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "William A. Seiter" ], "actors": [ "Anthony Bushell", "Basil Rathbone", "Claude Gillingwater", "Dorothy Mackaill", "Emily Fitzroy", "Flora Bramley", "Leila Hyams", "Wilfred Noy", "William Austin" ], "writers": [ "A.E.W. Mason" ], "genres": [ "Comedy", "Romance" ] }, { "id": 20891, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20891?format=api", "imdb_url": "https://www.imdb.com/title/tt0020891/", "title": "Ragazze e giovanotti del 1890", "year": 1930, "imdb_score": "6.1", "votes": 1246, "image_url": "https://m.media-amazon.com/images/M/MV5BODExZDM3YjItYjRjNS00MmYwLTllMmYtOWNhZmUzOTI0ZThmXkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Harry Beaumont" ], "actors": [ "Anita Louise", "Claud Allister", "George Chandler", "Ilka Chase", "Jane Keithley", "Jed Prouty", "Lawrence Gray", "Louis John Bartels", "Marion Davies", "Maude Turner Gordon", "Nance O'Neil", "Robert Bolder", "Sam Hardy", "Vivien Oakland", "Walter Catlett" ], "writers": [ "Gene Markey" ], "genres": [ "Drama", "Musical", "Romance" ] }, { "id": 20894, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20894?format=api", "imdb_url": "https://www.imdb.com/title/tt0020894/", "title": "Follow Thru", "year": 1930, "imdb_score": "6.5", "votes": 198, "image_url": "https://m.media-amazon.com/images/M/MV5BMjMzMmExODAtZWJiYS00MGYzLTg2NjUtNGNmMzE4Y2JjOWM0XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Laurence Schwab", "Lloyd Corrigan" ], "actors": [ "Albert Gran", "Charles 'Buddy' Rogers", "Claude King", "Don Tomkins", "Eugene Pallette", "George Olsen", "Jack Haley", "Kathryn Givney", "Margaret Lee", "Mickey Bennett", "Nancy Carroll", "Thelma Todd", "Zelma O'Neal" ], "writers": [ "Buddy G. DeSylva", "Lew Brown" ], "genres": [ "Comedy", "Musical", "Romance" ] }, { "id": 20896, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20896?format=api", "imdb_url": "https://www.imdb.com/title/tt0020896/", "title": "For the Defense", "year": 1930, "imdb_score": "6.5", "votes": 339, "image_url": "https://m.media-amazon.com/images/M/MV5BODM0YzQwMmEtZTEyNy00YTNkLWIxMDMtNDg0NzQ3YzczZmM4XkEyXkFqcGdeQXVyNTY4NjI2OTA@._V1_UY268_CR14,0,182,268_AL_.jpg", "directors": [ "John Cromwell" ], "actors": [ "Bertram Marburgh", "Charles West", "Harry Walker", "James Finlayson", "Kay Francis", "Scott Kolk", "Thomas E. Jackson", "William B. Davidson", "William Powell" ], "writers": [ "Charles Furthman", "Oliver H.P. Garrett" ], "genres": [ "Crime", "Drama", "Romance" ] }, { "id": 20900, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20900?format=api", "imdb_url": "https://www.imdb.com/title/tt0020900/", "title": "Framed", "year": 1930, "imdb_score": "6.1", "votes": 194, "image_url": "https://m.media-amazon.com/images/M/MV5BYzI3MDAxYWItMmU1YS00OGJjLWI4YjktODVhMjcyMTllZmU1XkEyXkFqcGdeQXVyNTk5NzQ5Ng@@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "George Archainbaud" ], "actors": [ "Eddie Kane", "Evelyn Brent", "Maurice Black", "Ralf Harolde", "Regis Toomey", "Robert Emmett O'Connor", "William Holden" ], "writers": [ "Paul Schofield", "Wallace Smith" ], "genres": [ "Action", "Crime", "Drama" ] } ] }