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=63
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=64", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=62", "results": [ { "id": 13619, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13619?format=api", "imdb_url": "https://www.imdb.com/title/tt0013619/", "title": "Sodom und Gomorrha", "year": 1922, "imdb_score": "6.0", "votes": 169, "image_url": "https://m.media-amazon.com/images/M/MV5BOTJiMzBlNTAtNzM4Yy00NWRjLTgxMzAtMmVmNzlmOTA1OTZjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Michael Curtiz" ], "actors": [ "Béla Balázs", "Erika Wagner", "Franz Herterich", "Georg Reimers", "Gyula Szöreghy", "Hans Thimig", "Kurt Ehrle", "Leo Slezak", "Lucy Doraine", "Paul Askonas", "Richard Berczeller", "Victor Varconi", "Walter Slezak", "Willi Forst" ], "writers": [ "Ladislaus Vajda", "Michael Curtiz" ], "genres": [ "Drama" ] }, { "id": 13662, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13662?format=api", "imdb_url": "https://www.imdb.com/title/tt0013662/", "title": "Tess of the Storm Country", "year": 1922, "imdb_score": "6.9", "votes": 421, "image_url": "https://m.media-amazon.com/images/M/MV5BMTgxMTI2MDU3MF5BMl5BanBnXkFtZTgwMDQyNzM2MzE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John S. Robertson" ], "actors": [ "Danny Hoy", "David Torrence", "Forrest Robinson", "Gloria Hope", "Gus Saville", "Jean Hersholt", "Lloyd Hughes", "Madame De Bodamere", "Mary Pickford", "Robert Russell" ], "writers": [ "E. Lloyd Sheldon", "Grace Miller White" ], "genres": [ "Drama", "Romance" ] }, { "id": 13674, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13674?format=api", "imdb_url": "https://www.imdb.com/title/tt0013674/", "title": "The Three Must-Get-Theres", "year": 1922, "imdb_score": "7.0", "votes": 503, "image_url": "https://m.media-amazon.com/images/M/MV5BMjk2NTU4NzAtM2E0Ni00YTZhLTg4MzUtZTViOWQxNzE3ODMyXkEyXkFqcGdeQXVyMTY5MDE5NA@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Max Linder" ], "actors": [ "Bull Montana", "Caroline Rankin", "Charles Mezzetti", "Clarence Wertz", "Frank Cooke", "Fred Cavens", "Harry Mann", "Jean de Limur", "Jobyna Ralston", "John J. Richardson", "Max Linder" ], "writers": [ "Alexandre Dumas", "Max Linder" ], "genres": [ "Action", "Adventure", "Comedy" ] }, { "id": 13688, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13688?format=api", "imdb_url": "https://www.imdb.com/title/tt0013688/", "title": "The Toll of the Sea", "year": 1922, "imdb_score": "6.6", "votes": 660, "image_url": "https://m.media-amazon.com/images/M/MV5BN2M2NGIyMDUtY2Q4Ni00M2UyLWI0ZjEtYmI3MTM0MjJiZWJmXkEyXkFqcGdeQXVyNjU2OTUyODc@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Chester M. Franklin" ], "actors": [ "Anna May Wong", "Beatrice Bentley", "Etta Lee", "Kenneth Harlan", "Ming Young", "Priscilla Moran" ], "writers": [ "Frances Marion" ], "genres": [ "Drama", "Family", "Fantasy" ] }, { "id": 13704, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13704?format=api", "imdb_url": "https://www.imdb.com/title/tt0013704/", "title": "The Trap", "year": 1922, "imdb_score": "6.0", "votes": 121, "image_url": "https://m.media-amazon.com/images/M/MV5BMjNkOWIzN2EtYWI5NC00ZmYwLThkNmUtZWIyYjU3MzM2NTUxXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR25,0,182,268_AL_.jpg", "directors": [ "Robert Thornby" ], "actors": [ "Alan Hale", "Dagmar Godowsky", "Frank Campeau", "Herbert Standing", "Irene Rich", "Lon Chaney", "Spottiswoode Aitken", "Stanley Goethals" ], "writers": [ "Lon Chaney", "Lucien Hubbard" ], "genres": [ "Drama" ] } ] }