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=175
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=176", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=174", "results": [ { "id": 20814, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20814?format=api", "imdb_url": "https://www.imdb.com/title/tt0020814/", "title": "La beffa della vita", "year": 1931, "imdb_score": "7.0", "votes": 193, "image_url": "https://m.media-amazon.com/images/M/MV5BNzMwN2E1YWYtODE0NS00YTdhLWEyYzYtODlkZmQ3NmI4ZjIyXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "Julien Duvivier" ], "actors": [ "Camille Bert", "Charles Dorat", "Gaston Jacquet", "Harry Baur", "Jackie Monnier", "Jacques Grétillat", "Jean Bradin", "Jean Coquelin", "Jeanne Bernard", "Léon Arvel", "Nicole Yoghi", "Paul Franceschi", "Paule Andral" ], "writers": [ "Irène Némirovsky", "Julien Duvivier" ], "genres": [ "Drama" ] }, { "id": 20815, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20815?format=api", "imdb_url": "https://www.imdb.com/title/tt0020815/", "title": "La squadriglia dell'aurora", "year": 1930, "imdb_score": "7.2", "votes": 1616, "image_url": "https://m.media-amazon.com/images/M/MV5BMDUzZWYxMTMtOWUwNi00N2MzLWEyZDAtYzc2Nzc5MWIzMTJkXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Howard Hawks" ], "actors": [ "Clyde Cook", "Douglas Fairbanks Jr.", "Edmund Breon", "Frank McHugh", "Gardner James", "James Finlayson", "Neil Hamilton", "Richard Barthelmess", "William Janney" ], "writers": [ "Dan Totheroh", "John Monk Saunders" ], "genres": [ "Action", "Drama", "War" ] }, { "id": 20821, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20821?format=api", "imdb_url": "https://www.imdb.com/title/tt0020821/", "title": "The Devil to Pay!", "year": 1930, "imdb_score": "6.5", "votes": 541, "image_url": "https://m.media-amazon.com/images/M/MV5BZGRiOTE0ZGUtNDM5MC00Njk0LTlmOGEtODM3YWE1NzU5ZTk0L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR15,0,182,268_AL_.jpg", "directors": [ "George Fitzmaurice" ], "actors": [ "Crauford Kent", "David Torrence", "Florence Britton", "Frederick Kerr", "Loretta Young", "Myrna Loy", "Paul Cavanagh", "Ronald Colman" ], "writers": [ "Benjamin Glazer", "Frederick Lonsdale" ], "genres": [ "Comedy", "Romance" ] }, { "id": 20823, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20823?format=api", "imdb_url": "https://www.imdb.com/title/tt0020823/", "title": "The Devil's Holiday", "year": 1930, "imdb_score": "6.0", "votes": 152, "image_url": "https://m.media-amazon.com/images/M/MV5BNzFlZThiOGQtNzhjMi00ZDIyLTgxZjktNjQ3YTcyNzFiNzVlXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Edmund Goulding" ], "actors": [ "Guy Oliver", "Hobart Bosworth", "James Kirkwood", "Jed Prouty", "Jessie Pringle", "Laura La Varnie", "Morgan Farley", "Morton Downey", "Nancy Carroll", "Ned Sparks", "Paul Lukas", "Phillips Holmes", "Wade Boteler", "Zasu Pitts" ], "writers": [ "Edmund Goulding" ], "genres": [ "Drama", "Romance" ] }, { "id": 20827, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20827?format=api", "imdb_url": "https://www.imdb.com/title/tt0020827/", "title": "La divorziata", "year": 1930, "imdb_score": "6.7", "votes": 2750, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk5NzQzNjEwNV5BMl5BanBnXkFtZTgwNjA2NTAwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Robert Z. Leonard" ], "actors": [ "Chester Morris", "Conrad Nagel", "Florence Eldridge", "George Irving", "Helene Millard", "Judith Wood", "Mary Doran", "Norma Shearer", "Robert Elliott", "Robert Montgomery", "Tyler Brooke", "Zelda Sears" ], "writers": [ "Nick Grinde", "Ursula Parrott" ], "genres": [ "Drama", "Romance" ] } ] }