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=117
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=118", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=116", "results": [ { "id": 18192, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18192?format=api", "imdb_url": "https://www.imdb.com/title/tt0018192/", "title": "Napoleone", "year": 1927, "imdb_score": "8.1", "votes": 6963, "image_url": "https://m.media-amazon.com/images/M/MV5BZjI4MDEzNTktMGU4ZC00YjFiLTg4OWEtNzNkMWVlY2YwOTdjXkEyXkFqcGdeQXVyNjEwMTA0NTc@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Abel Gance" ], "actors": [ "Abel Gance", "Acho Chakatouny", "Albert Dieudonné", "Alexandre Koubitzky", "Antonin Artaud", "Edmond Van Daële", "Eugénie Buffet", "Gina Manès", "Marguerite Gance", "Nicolas Koline", "Philippe Hériat", "Pierre Batcheff", "Suzanne Bianchetti", "Vladimir Roudenko", "Yvette Dieudonné" ], "writers": [ "Abel Gance" ], "genres": [ "Biography", "Drama", "History" ] }, { "id": 18217, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18217?format=api", "imdb_url": "https://www.imdb.com/title/tt0018217/", "title": "Ottobre!", "year": 1927, "imdb_score": "7.5", "votes": 6984, "image_url": "https://m.media-amazon.com/images/M/MV5BOTNmNjQxYjgtODNmYi00ZGEzLTk3NmYtNDI2ZDI0ZDI5YzY4XkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR7,0,182,268_AL_.jpg", "directors": [ "Grigoriy Aleksandrov", "Sergei M. Eisenstein" ], "actors": [ "Boris Livanov", "Chibisov", "Eduard Tisse", "Layaschenko", "Mikholyev", "Nikolai Padvoisky", "Nikolay Popov", "Smelsky", "Vasili Nikandrov" ], "writers": [ "Grigoriy Aleksandrov", "Sergei M. Eisenstein" ], "genres": [ "Drama", "History" ] }, { "id": 18218, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18218?format=api", "imdb_url": "https://www.imdb.com/title/tt0018218/", "title": "Il re del sottosuolo", "year": 1927, "imdb_score": "6.4", "votes": 317, "image_url": "https://m.media-amazon.com/images/M/MV5BMjE3MjU3MzkxNF5BMl5BanBnXkFtZTcwOTE5NTQxMw@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Alan Crosland" ], "actors": [ "Anders Randolf", "Angelo Rossitto", "Anna May Wong", "Charles Emmett Mack", "Dolores Costello", "Josef Swickard", "Lawson Butt", "Martha Mattox", "Otto Matieson", "Tom Santschi", "Walter McGrail", "Warner Oland" ], "writers": [ "Anthony Coldeway", "Darryl F. Zanuck" ], "genres": [ "Drama", "History", "Romance" ] }, { "id": 18235, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18235?format=api", "imdb_url": "https://www.imdb.com/title/tt0018235/", "title": "Il mio cuore aveva ragione", "year": 1927, "imdb_score": "6.8", "votes": 125, "image_url": "https://m.media-amazon.com/images/M/MV5BMjE5NTYxMjA0MF5BMl5BanBnXkFtZTgwOTM5NDYyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Alfred Santell" ], "actors": [ "Alma Bennett", "Bobby Doyle", "Brooks Benedict", "Carolynne Snowden", "Colleen Moore", "Emily Fitzroy", "Gwen Lee", "Hedda Hopper", "Jack Mulhall", "Jed Prouty", "Kate Price", "Mickey Rooney", "Sam Hardy", "Yola d'Avril" ], "writers": [ "Carey Wilson" ], "genres": [ "Comedy", "Romance" ] }, { "id": 18247, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18247?format=api", "imdb_url": "https://www.imdb.com/title/tt0018247/", "title": "Passione di principe", "year": 1927, "imdb_score": "6.3", "votes": 111, "image_url": "https://m.media-amazon.com/images/M/MV5BYzhmODUyNTQtYmYyNS00OWMyLWI0NmEtYzg3OGU2YjgyNmIyXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR8,0,182,268_AL_.jpg", "directors": [ "Howard Hawks" ], "actors": [ "George O'Brien", "Hank Mann", "J. Farrell MacDonald", "Merta Sterling", "Thomas Jefferson", "Virginia Valli", "William Powell" ], "writers": [ "Benjamin Glazer", "Harry Carr" ], "genres": [ "Comedy", "Romance" ] } ] }