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=8
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=9", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=7", "results": [ { "id": 4457, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4457?format=api", "imdb_url": "https://www.imdb.com/title/tt0004457/", "title": "The Patchwork Girl of Oz", "year": 1914, "imdb_score": "5.5", "votes": 386, "image_url": "https://m.media-amazon.com/images/M/MV5BMzgxZjk1NjUtMTkxMS00YjQ0LTlmNzMtNDUxZDFmMTdmZmM5XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "J. Farrell MacDonald" ], "actors": [ "Bert Glennon", "Bobbie Gould", "Dave Anderson", "Frank Bristol", "Frank Moore", "Fred Woodward", "Hal Roach", "Jessie May Walsh", "Leontine Dranet", "Marie Wayne", "Raymond Russell", "Richard Rosson", "Todd Wright", "Violet MacMillan", "William Cook" ], "writers": [ "L. Frank Baum" ], "genres": [ "Adventure", "Family", "Fantasy" ] }, { "id": 4465, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4465?format=api", "imdb_url": "https://www.imdb.com/title/tt0004465/", "title": "The Perils of Pauline", "year": 1914, "imdb_score": "6.3", "votes": 940, "image_url": "https://m.media-amazon.com/images/M/MV5BMzgxODk1Mzk2Ml5BMl5BanBnXkFtZTgwMDg0NzkwMjE@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Donald MacKenzie", "Louis J. Gasnier" ], "actors": [ "Clifford Bruce", "Crane Wilbur", "Donald MacKenzie", "Edward José", "Eleanor Woodruff", "Francis Carlyle", "Jack Standing", "Joe Cuny", "Leroy Baker", "Louis J. Gasnier", "Louise Du Pre", "Oscar Nye", "Paul Panzer", "Pearl White", "Sam J. Ryan" ], "writers": [ "Basil Dickey", "Charles W. Goddard" ], "genres": [ "Action", "Adventure", "Drama" ] }, { "id": 4635, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4635?format=api", "imdb_url": "https://www.imdb.com/title/tt0004635/", "title": "The Squaw Man", "year": 1914, "imdb_score": "5.7", "votes": 885, "image_url": "https://m.media-amazon.com/images/M/MV5BMjMwODQwODI3Nl5BMl5BanBnXkFtZTgwMDA1ODI3MzE@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille", "Oscar Apfel" ], "actors": [ "'Baby' Carmen De Rue", "Dustin Farnum", "Eugene De Rue", "Fernando Gálvez", "Foster Knox", "Fred Montague", "H.L. Swisher", "H.R. Macy", "Haidee Fuller", "Michael J. Kilpatrick", "Monroe Salisbury", "Mrs. A.W. Filson", "Red Wing", "Sydney Deane", "Winifred Kingston" ], "writers": [ "Cecil B. DeMille", "Edwin Milton Royle" ], "genres": [ "Action", "Drama", "Romance" ] }, { "id": 4681, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4681?format=api", "imdb_url": "https://www.imdb.com/title/tt0004681/", "title": "La madonnina del porto", "year": 1914, "imdb_score": "6.0", "votes": 181, "image_url": "https://m.media-amazon.com/images/M/MV5BOWNhMWVjYzctMDg3NC00MjJjLTkzNzUtZDAxMTllNTY4NDYwXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Edwin S. Porter" ], "actors": [ "David Hartford", "Eugene Walter", "H.L. Griffith", "H.R. Macy", "Harold Lockwood", "Jack Henry", "Louise Dunlap", "Mary Pickford", "Olive Carey", "Richard Garrick", "William Walters" ], "writers": [ "B.P. Schulberg", "Grace Miller White" ], "genres": [ "Drama" ] }, { "id": 4707, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4707?format=api", "imdb_url": "https://www.imdb.com/title/tt0004707/", "title": "Tillie's Punctured Romance", "year": 1914, "imdb_score": "6.3", "votes": 3275, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc5MTQwODc0NF5BMl5BanBnXkFtZTgwMTM0NzkxMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Charles Bennett", "Mack Sennett" ], "actors": [ "Charles Bennett", "Charles Chaplin", "Chester Conklin", "Mabel Normand", "Mack Swain", "Marie Dressler" ], "writers": [ "Unknown" ], "genres": [ "Comedy" ] } ] }