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=179
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=180", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=178", "results": [ { "id": 20902, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20902?format=api", "imdb_url": "https://www.imdb.com/title/tt0020902/", "title": "Chi non cerca... trova", "year": 1930, "imdb_score": "5.6", "votes": 816, "image_url": "https://m.media-amazon.com/images/M/MV5BYWZjNWVjMDItYWE1My00MTIwLTliYTMtYjhhODc1MGIzZTM2XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Edward Sedgwick" ], "actors": [ "Anita Page", "Buster Keaton", "David Burton", "Dorothy Sebastian", "Edgar Dearing", "Fred Niblo", "Gwen Lee", "John Miljan", "Karl Dane", "Lionel Barrymore", "Robert Montgomery", "Trixie Friganza", "William Collier Sr.", "William Haines" ], "writers": [ "Paul Dickey", "Richard Schayer" ], "genres": [ "Comedy", "Musical" ] }, { "id": 20919, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20919?format=api", "imdb_url": "https://www.imdb.com/title/tt0020919/", "title": "Come rubai mia moglie", "year": 1930, "imdb_score": "5.3", "votes": 802, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc3MDc3OTYxOF5BMl5BanBnXkFtZTgwOTkwOTMyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Sam Wood" ], "actors": [ "Clara Blandick", "Francis X. Bushman Jr.", "Frank Coghlan Jr.", "Leila Hyams", "Marie Dressler", "Phyllis Crane", "Polly Moran", "William Haines", "William Janney", "William V. Mong" ], "writers": [ "Andrew Percival Younger", "Sarah Y. Mason" ], "genres": [ "Comedy", "Romance" ] }, { "id": 20924, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20924?format=api", "imdb_url": "https://www.imdb.com/title/tt0020924/", "title": "Going Wild", "year": 1930, "imdb_score": "6.0", "votes": 157, "image_url": "https://m.media-amazon.com/images/M/MV5BMTkwMTk5MTM0Nl5BMl5BanBnXkFtZTcwNzM2NTk5Mw@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "William A. Seiter" ], "actors": [ "Anders Randolf", "Arthur Hoyt", "Frank McHugh", "Fred Kelsey", "Harvey Clark", "Joe E. Brown", "Johnny Arthur", "Laura Lee", "Lawrence Gray", "May Boley", "Ona Munson", "Walter Pidgeon" ], "writers": [ "Humphrey Pearson", "James Montgomery" ], "genres": [ "Musical", "Romance" ] }, { "id": 20926, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20926?format=api", "imdb_url": "https://www.imdb.com/title/tt0020926/", "title": "Golden Dawn", "year": 1930, "imdb_score": "4.3", "votes": 123, "image_url": "https://m.media-amazon.com/images/M/MV5BODFhOGFkYWItNzI3My00ZmUxLTg3YTItNDlhZmJmYTRmMGY3XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Ray Enright" ], "actors": [ "Alice Gentle", "Dick Henderson", "Edward Martindel", "Julanne Johnston", "Lupino Lane", "Marion Byron", "Nina Quartero", "Noah Beery", "Otto Matieson", "Sôjin Kamiyama", "Vivienne Segal", "Walter Woolf King" ], "writers": [ "Oscar Hammerstein II", "Otto A. Harbach" ], "genres": [ "Comedy", "Drama", "Music" ] }, { "id": 20929, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20929?format=api", "imdb_url": "https://www.imdb.com/title/tt0020929/", "title": "Good News", "year": 1930, "imdb_score": "5.5", "votes": 322, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk3MzkyMDE4OF5BMl5BanBnXkFtZTgwMTc0NDIwMjE@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Nick Grinde" ], "actors": [ "Abe Lyman", "Abe Lyman Orchestra", "Bessie Love", "Billy Taft", "Cliff Edwards", "Delmer Daves", "Frank McGlynn Sr.", "Gus Shy", "Helyn Virgil", "Lola Lane", "Mary Lawlor", "Penny Singleton", "Stanley Smith", "Thomas E. Jackson", "Vera Marshe" ], "writers": [ "Laurence Schwab", "Lew Brown" ], "genres": [ "Comedy", "Musical" ] } ] }