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=174
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=175", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=173", "results": [ { "id": 20768, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20768?format=api", "imdb_url": "https://www.imdb.com/title/tt0020768/", "title": "Il nostro pane quotidiano", "year": 1930, "imdb_score": "7.8", "votes": 2876, "image_url": "https://m.media-amazon.com/images/M/MV5BYzEzNzkxZTAtNTg3Ny00NmRlLWEzNDQtYjk0MzI0MTM2NDcwXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "F.W. Murnau" ], "actors": [ "Anne Shirley", "Charles Farrell", "David Torrence", "Ed Brady", "Edith Murgatroyd", "Guinn 'Big Boy' Williams", "Mary Duncan", "Patrick Rooney", "Richard Alexander", "Roscoe Ates", "Tom McGuire" ], "writers": [ "Berthold Viertel", "Elliott Lester" ], "genres": [ "Drama", "Romance" ] }, { "id": 20785, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20785?format=api", "imdb_url": "https://www.imdb.com/title/tt0020785/", "title": "Conspiracy", "year": 1930, "imdb_score": "5.4", "votes": 105, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ1MjY5ODEzOV5BMl5BanBnXkFtZTgwMDU5NTAyMTE@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Christy Cabanne" ], "actors": [ "Bessie Love", "Donald MacKenzie", "Gertrude Howard", "Hugh Trevor", "Ivan Lebedeff", "Jane Keckley", "Ned Sparks", "Otto Matieson", "Rita La Roy", "Walter Long" ], "writers": [ "Beulah Marie Dix" ], "genres": [ "Mystery" ] }, { "id": 20793, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20793?format=api", "imdb_url": "https://www.imdb.com/title/tt0020793/", "title": "A Cottage on Dartmoor", "year": 1929, "imdb_score": "7.6", "votes": 999, "image_url": "https://m.media-amazon.com/images/M/MV5BMTMxNTcxNjU2OF5BMl5BanBnXkFtZTcwNjYyNzkyMg@@._V1_UY268_CR5,0,182,268_AL_.jpg", "directors": [ "Anthony Asquith" ], "actors": [ "Hans Adalbert Schlettow", "Norah Baring", "Uno Henning" ], "writers": [ "Anthony Asquith", "Herbert Price" ], "genres": [ "Crime", "Drama" ] }, { "id": 20799, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20799?format=api", "imdb_url": "https://www.imdb.com/title/tt0020799/", "title": "The Cuckoos", "year": 1930, "imdb_score": "6.0", "votes": 213, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI3ZTUyMjktNTc5NC00YjdkLWEwYTktMDg0YjYwYTg0MTQyL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNTE1NDUzNg@@._V1_UY268_CR11,0,182,268_AL_.jpg", "directors": [ "Paul Sloane" ], "actors": [ "Bert Wheeler", "Dorothy Lee", "Hugh Trevor", "Ivan Lebedeff", "Jobyna Howland", "June Clyde", "Marguerita Padula", "Mitchell Lewis", "Raymond Maurel", "Robert Woolsey" ], "writers": [ "Bert Kalmar", "Guy Bolton" ], "genres": [ "Comedy", "Musical" ] }, { "id": 20806, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20806?format=api", "imdb_url": "https://www.imdb.com/title/tt0020806/", "title": "Nella morsa delle rotaie", "year": 1930, "imdb_score": "6.1", "votes": 466, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ3MTAyNDk5Ml5BMl5BanBnXkFtZTcwNDk3ODU5Mw@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "George B. Seitz" ], "actors": [ "Alan Roscoe", "Frank Sheridan", "Hugh Herbert", "Jean Arthur", "Jim Farley", "Louis Wolheim", "Robert Armstrong", "Robert Edeson", "William P. Burt" ], "writers": [ "James Ashmore Creelman" ], "genres": [ "Adventure", "Drama" ] } ] }