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=169
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=170", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=168", "results": [ { "id": 20620, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20620?format=api", "imdb_url": "https://www.imdb.com/title/tt0020620/", "title": "Il cavaliere della libertà ", "year": 1930, "imdb_score": "5.7", "votes": 1329, "image_url": "https://m.media-amazon.com/images/M/MV5BMTM0Nzk2MDg5N15BMl5BanBnXkFtZTcwOTIyMTMzNA@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "D.W. Griffith" ], "actors": [ "Charles Crockett", "E. Alyn Warren", "Edgar Dearing", "Gordon Thorpe", "Helen Freeman", "Helen Ware", "Ian Keith", "Jason Robards Sr.", "Kay Hammond", "Lucille La Verne", "Otto Hoffman", "Russell Simpson", "Una Merkel", "Walter Huston", "William L. Thorne" ], "writers": [ "John W. Considine Jr.", "Stephen Vincent Benet" ], "genres": [ "Biography", "Drama", "History" ] }, { "id": 20629, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20629?format=api", "imdb_url": "https://www.imdb.com/title/tt0020629/", "title": "All'ovest niente di nuovo", "year": 1930, "imdb_score": "8.0", "votes": 56924, "image_url": "https://m.media-amazon.com/images/M/MV5BMzg2MWQ4MDEtOGZlNi00MTg0LWIwMjQtYWY5NTQwYmUzMWNmXkEyXkFqcGdeQXVyMzg2MzE2OTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lewis Milestone" ], "actors": [ "Arnold Lucy", "Ben Alexander", "Beryl Mercer", "G. Pat Collins", "Harold Goodwin", "John Wray", "Lew Ayres", "Louis Wolheim", "Owen Davis Jr.", "Richard Alexander", "Russell Gleason", "Scott Kolk", "Slim Summerville", "Walter Rogers", "William Bakewell" ], "writers": [ "Erich Maria Remarque", "Maxwell Anderson" ], "genres": [ "Drama", "War" ] }, { "id": 20640, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20640?format=api", "imdb_url": "https://www.imdb.com/title/tt0020640/", "title": "Animal Crackers", "year": 1930, "imdb_score": "7.5", "votes": 13474, "image_url": "https://m.media-amazon.com/images/M/MV5BNWZhYzk5NTQtZmViYS00ZjZlLTk0M2MtNWI4NGY4MGJkNmZmXkEyXkFqcGdeQXVyNjUwMzI2NzU@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Victor Heerman" ], "actors": [ "Chico Marx", "Edward Metcalfe", "Groucho Marx", "Hal Thompson", "Harpo Marx", "Kathryn Reece", "Lillian Roth", "Louis Sorin", "Margaret Dumont", "Margaret Irving", "Robert Greig", "The Marx Brothers", "The Music Masters", "Zeppo Marx" ], "writers": [ "George S. Kaufman", "Morrie Ryskind" ], "genres": [ "Comedy", "Musical" ] }, { "id": 20641, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20641?format=api", "imdb_url": "https://www.imdb.com/title/tt0020641/", "title": "Anna Christie", "year": 1930, "imdb_score": "6.6", "votes": 2787, "image_url": "https://m.media-amazon.com/images/M/MV5BMTUyNDA5MTY0M15BMl5BanBnXkFtZTgwMzA1NDIwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Clarence Brown" ], "actors": [ "Charles Bickford", "George F. Marion", "Greta Garbo", "James T. Mack", "Lee Phelps", "Marie Dressler" ], "writers": [ "Eugene O'Neill", "Frances Marion" ], "genres": [ "Drama", "Romance" ] }, { "id": 20642, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20642?format=api", "imdb_url": "https://www.imdb.com/title/tt0020642/", "title": "Anna Christie", "year": 1930, "imdb_score": "6.9", "votes": 778, "image_url": "https://m.media-amazon.com/images/M/MV5BYWMzOGRjNTEtODQ5OC00NDU2LWIxZTAtMGE0ZTVlZmQ0M2FlXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY268_CR13,0,182,268_AL_.jpg", "directors": [ "Jacques Feyder" ], "actors": [ "Greta Garbo", "Hans Junkermann", "Salka Viertel", "Theo Shall" ], "writers": [ "Frances Marion", "Walter Hasenclever" ], "genres": [ "Drama" ] } ] }