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=155
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=156", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=154", "results": [ { "id": 20144, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20144?format=api", "imdb_url": "https://www.imdb.com/title/tt0020144/", "title": "Marianne", "year": 1929, "imdb_score": "5.6", "votes": 381, "image_url": "https://m.media-amazon.com/images/M/MV5BNjA0M2M5ZDItZGQyOC00NmQzLTk3ZDUtYzcyOGNjYjRmMmY4XkEyXkFqcGdeQXVyNjgyNTk4NTY@._V1_UY268_CR43,0,182,268_AL_.jpg", "directors": [ "Robert Z. Leonard" ], "actors": [ "Emile Chautard", "Fred Solm", "Mack Swain", "Marion Davies", "Oscar Apfel", "Oscar Shaw", "Robert Ames", "Scott Kolk" ], "writers": [ "Joseph Farnham", "Laurence Stallings" ], "genres": [ "Drama" ] }, { "id": 20163, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20163?format=api", "imdb_url": "https://www.imdb.com/title/tt0020163/", "title": "Uomini di domenica", "year": 1930, "imdb_score": "7.4", "votes": 2730, "image_url": "https://m.media-amazon.com/images/M/MV5BZThhNDc4N2QtNDE3MC00YzE3LTkzM2YtOGExN2RjMTFmOWIxXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Edgar G. Ulmer", "Robert Siodmak" ], "actors": [ "Annie Schreyer", "Brigitte Borchert", "Christl Ehlers", "Ernö Verebes", "Erwin Splettstößer", "Heinrich Gretler", "Kurt Gerron", "Moriz Seeler", "Valeska Gert", "Wolfgang von Waltershausen" ], "writers": [ "Billy Wilder", "Curt Siodmak" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 20166, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20166?format=api", "imdb_url": "https://www.imdb.com/title/tt0020166/", "title": "Rosa del Messico", "year": 1929, "imdb_score": "5.7", "votes": 154, "image_url": "https://m.media-amazon.com/images/M/MV5BMGI0MmNlZGItOGRkZS00MjdhLWI5YjQtYTAxOWVlYWQwMjdkXkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR80,0,182,268_AL_.jpg", "directors": [ "Erle C. Kenton" ], "actors": [ "Arthur Rankin", "Barbara Stanwyck", "Harry J. Vejar", "Julia Bejarano", "Louis King", "Louis Natheaux", "Sam Hardy", "William Janney" ], "writers": [ "Gladys Lehman", "Norman Houston" ], "genres": [ "Drama", "Romance" ] }, { "id": 20182, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20182?format=api", "imdb_url": "https://www.imdb.com/title/tt0020182/", "title": "Il conte di Montecristo", "year": 1929, "imdb_score": "7.0", "votes": 113, "image_url": "https://m.media-amazon.com/images/M/MV5BMWE4NDY5NjctYjc2My00NTBlLTg4YmItYmU5ODIzOTE5NTE4XkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Henri Fescourt" ], "actors": [ "Armand Pouget", "Bernhard Goetzke", "Ernest Maupain", "François Rozet", "Gaston Modot", "Germaine Kerjean", "Henri Debain", "Jean Angelo", "Jean Toulout", "Lil Dagover", "Marie Glory", "Michèle Verly", "Pierre Batcheff", "Robert Mérin", "Tamara Stezenko" ], "writers": [ "Alexandre Dumas", "Auguste Maquet" ], "genres": [ "Adventure" ] }, { "id": 20193, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20193?format=api", "imdb_url": "https://www.imdb.com/title/tt0020193/", "title": "Il viaggio di mamma Krausens verso la felicità", "year": 1929, "imdb_score": "7.4", "votes": 252, "image_url": "https://m.media-amazon.com/images/M/MV5BODkzNzFlNjItYmU1NC00N2VkLThmZjctYTM4ODJjZjY1ZTk3XkEyXkFqcGdeQXVyMTczMjA2Nzk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Phil Jutzi" ], "actors": [ "Alexandra Schmitt", "Fee Wachsmuth", "Friedrich Gnaß", "Gerhard Bienert", "Heinrich Zille", "Holmes Zimmermann", "Ilse Trautschold", "Vera Sacharowa" ], "writers": [ "Jan Fethke", "Willy Döll" ], "genres": [ "Drama" ] } ] }