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=48
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=49", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=47", "results": [ { "id": 11960, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11960?format=api", "imdb_url": "https://www.imdb.com/title/tt0011960/", "title": "Lo scoiattolo", "year": 1921, "imdb_score": "6.9", "votes": 1042, "image_url": "https://m.media-amazon.com/images/M/MV5BMTI3NWZhYjYtZjRhZS00ZmZhLTk5YzgtYTI3YTM2MTA3YjU2XkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Ernst Lubitsch" ], "actors": [ "Edith Meller", "Erwin Kopp", "Hermann Thimig", "Marga Köhler", "Max Gronert", "Paul Biensfeldt", "Paul Graetz", "Paul Heidemann", "Pola Negri", "Victor Janson", "Wilhelm Diegelmann" ], "writers": [ "Ernst Lubitsch", "Hanns Kräly" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 11979, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11979?format=api", "imdb_url": "https://www.imdb.com/title/tt0011979/", "title": "The Blot", "year": 1921, "imdb_score": "6.8", "votes": 503, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI0Nzg0NTM1N15BMl5BanBnXkFtZTgwNzM5NzgwMzE@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Lois Weber" ], "actors": [ "Claire Windsor", "Louis Calhern", "Margaret McWade", "Marie Walcamp", "Philip Hubbard" ], "writers": [ "Lois Weber", "Marion Orth" ], "genres": [ "Drama", "Romance" ] }, { "id": 12016, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12016?format=api", "imdb_url": "https://www.imdb.com/title/tt0012016/", "title": "Buried Treasure", "year": 1921, "imdb_score": "6.4", "votes": 168, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAxODczODIyMV5BMl5BanBnXkFtZTgwNDA5OTcwMjE@._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "George D. Baker" ], "actors": [ "Anders Randolf", "Earl Schenck", "Edith Shayne", "John Charles", "Marion Davies", "Norman Kerry", "Thomas Findley" ], "writers": [ "F. Britten Austin", "George D. Baker" ], "genres": [ "Adventure", "Fantasy", "Romance" ] }, { "id": 12027, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12027?format=api", "imdb_url": "https://www.imdb.com/title/tt0012027/", "title": "Camille", "year": 1921, "imdb_score": "6.6", "votes": 883, "image_url": "https://m.media-amazon.com/images/M/MV5BOWFiOGEyZjctZDMxMy00NzJmLWIxZGUtZTE1ODVjYmY0YTdkXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR8,0,182,268_AL_.jpg", "directors": [ "Ray C. Smallwood" ], "actors": [ "Alla Nazimova", "Arthur Hoyt", "Consuelo Flowerton", "Elinor Oliver", "Patsy Ruth Miller", "Rex Cherryman", "Rudolph Valentino", "William Orlamond", "Zeffie Tilbury" ], "writers": [ "Alexandre Dumas fils", "June Mathis" ], "genres": [ "Drama", "Romance" ] }, { "id": 12068, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12068?format=api", "imdb_url": "https://www.imdb.com/title/tt0012068/", "title": "La commedia umana", "year": 1921, "imdb_score": "6.7", "votes": 419, "image_url": "https://m.media-amazon.com/images/M/MV5BZDE2NjhkOTktZWI1OC00MWYwLWE1OGQtNjlmMWY3YmQ5NWI3XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Rex Ingram" ], "actors": [ "Alice Terry", "Andrée Tourneur", "Bridgetta Clark", "Carrie Daumery", "Edward Connelly", "Eric Mayne", "Eugene Pouyet", "George Atkinson", "Mark Fenton", "Mary Hearn", "Ralph Lewis", "Rudolph Valentino", "Ward Wing", "Willard Lee Hall" ], "writers": [ "Honoré de Balzac", "June Mathis" ], "genres": [ "Drama", "Romance" ] } ] }