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=9
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=10", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=8", "results": [ { "id": 4712, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4712?format=api", "imdb_url": "https://www.imdb.com/title/tt0004712/", "title": "A tolonc", "year": 1915, "imdb_score": "6.3", "votes": 169, "image_url": "https://m.media-amazon.com/images/M/MV5BNWFmZGM4ZjMtODJjZC00NGQ2LWEwMjYtNzM4Y2ViNjBmMzYxXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "Michael Curtiz" ], "actors": [ "Adorján Nagy", "Alajos Mészáros", "Andor Szakács", "Elemér Hetényi", "Endre Kertész", "Fülöp Erdõs", "Gyula Nagy", "István Szentgyörgyi", "Kató Berky", "Lili Berky", "Marcsa Simon", "Mari Jászai", "Mihály Fekete", "Victor Varconi", "Zoltán Gálosi" ], "writers": [ "Ede Tóth", "Jenö Janovics" ], "genres": [ "Drama" ] }, { "id": 4743, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4743?format=api", "imdb_url": "https://www.imdb.com/title/tt0004743/", "title": "Uncle Tom's Cabin", "year": 1914, "imdb_score": "5.3", "votes": 112, "image_url": "https://m.media-amazon.com/images/M/MV5BYjIwODU3ZTEtOTM3Yy00YjY4LWE4NjMtNWI1Yjk4ZDQ3MjNiXkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "William Robert Daly" ], "actors": [ "Boots Wall", "Garfield Thompson", "Hattie Delaro", "Irving Cummings", "Marie Eline", "Master Abernathy", "Paul Scardon", "Roy Applegate", "Sam Lucas", "Teresa Michelena", "Walter Hitchcock" ], "writers": [ "George L. Aiken", "Harriet Beecher Stowe" ], "genres": [ "Drama" ] }, { "id": 4766, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4766?format=api", "imdb_url": "https://www.imdb.com/title/tt0004766/", "title": "The Virginian", "year": 1914, "imdb_score": "5.6", "votes": 173, "image_url": "https://m.media-amazon.com/images/M/MV5BN2M2OTAyZGItNzIzYi00NGY1LThhZjEtODdkY2VmNmRmMGFmXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Dustin Farnum", "Horace B. Carpenter", "Jack W. Johnston", "James Griswold", "Sydney Deane", "Tex Driscoll", "William Elmer", "Winifred Kingston" ], "writers": [ "Kirk La Shelle", "Owen Wister" ], "genres": [ "Western" ] }, { "id": 4825, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4825?format=api", "imdb_url": "https://www.imdb.com/title/tt0004825/", "title": "The Wishing Ring: An Idyll of Old England", "year": 1914, "imdb_score": "6.4", "votes": 253, "image_url": "https://m.media-amazon.com/images/M/MV5BYTM1OWY1NmUtYTA1OS00MjlhLWE4ODctZjQxZGMyYjIxZDFjXkEyXkFqcGdeQXVyMTY2MDM3MTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Maurice Tourneur" ], "actors": [ "Alec B. Francis", "Chester Barnett", "Gyp Williams", "Johnny Hines", "Simeon Wiltsie", "Vivian Martin", "Walter Morton" ], "writers": [ "Maurice Tourneur", "Owen Davis" ], "genres": [ "Comedy", "Drama" ] }, { "id": 4838, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4838?format=api", "imdb_url": "https://www.imdb.com/title/tt0004838/", "title": "The Wrath of the Gods", "year": 1914, "imdb_score": "5.7", "votes": 136, "image_url": "https://m.media-amazon.com/images/M/MV5BMDYxMGJiMzYtZWY4ZC00YTljLWFmM2MtMzAzOWM4ZTZkOGNhXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Reginald Barker" ], "actors": [ "Frank Borzage", "Gladys Brockwell", "Henry Kotani", "Herschel Mayall", "Kisaburô Kurihara", "Sessue Hayakawa", "Tsuru Aoki" ], "writers": [ "Thomas H. Ince", "William H. Clifford" ], "genres": [ "Drama", "Romance" ] } ] }