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=182
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=183", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=181", "results": [ { "id": 21013, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21013?format=api", "imdb_url": "https://www.imdb.com/title/tt0021013/", "title": "Journey's End", "year": 1930, "imdb_score": "6.7", "votes": 227, "image_url": "https://m.media-amazon.com/images/M/MV5BZmIwZDc2NGUtOTRiZS00ZjlkLWFhMjYtMGYxN2MzZDMxZDNkXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "James Whale" ], "actors": [ "Anthony Bushell", "Billy Bevan", "Charles K. Gerrard", "Colin Clive", "David Manners", "Gil Perkins", "Ian Maclaren", "Jack Pitcairn", "Leslie Sketchley", "Robert Adair", "Tom Whiteley", "Werner Klingler" ], "writers": [ "Gareth Gundrey", "Joseph Moncure March" ], "genres": [ "Drama", "War" ] }, { "id": 21016, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21016?format=api", "imdb_url": "https://www.imdb.com/title/tt0021016/", "title": "I prodigi del 2000", "year": 1930, "imdb_score": "5.4", "votes": 642, "image_url": "https://m.media-amazon.com/images/M/MV5BYTBhNmRkZGUtODIwMy00ZjlhLWI1NDctYjEwM2U3N2FhNTAzXkEyXkFqcGdeQXVyNjMwMjk0MTQ@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "David Butler" ], "actors": [ "El Brendel", "Frank Albertson", "Hobart Bosworth", "Ivan Linow", "John Garrick", "Joyzelle Joyner", "Kenneth Thomson", "Marjorie White", "Maureen O'Sullivan", "Mischa Auer", "Wilfred Lucas" ], "writers": [ "Buddy G. DeSylva", "Lew Brown" ], "genres": [ "Comedy", "Fantasy", "Musical" ] }, { "id": 21025, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21025?format=api", "imdb_url": "https://www.imdb.com/title/tt0021025/", "title": "Il re del jazz", "year": 1930, "imdb_score": "6.7", "votes": 1063, "image_url": "https://m.media-amazon.com/images/M/MV5BMTAxODk3NzI3ODdeQTJeQWpwZ15BbWU4MDQwMDEwMjIx._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John Murray Anderson", "Walter Lantz" ], "actors": [ "Carla Laemmle", "Frank Leslie", "George Chiles", "Glenn Tryon", "Jack White", "Jeanette Loff", "John Boles", "Kathryn Crawford", "Laura La Plante", "Paul Whiteman", "Slim Summerville", "Stanley Smith", "The Rhythm Boys", "Walter Brennan", "William Kent" ], "writers": [ "Harry Ruskin" ], "genres": [ "Animation", "Comedy", "Music" ] }, { "id": 21040, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21040?format=api", "imdb_url": "https://www.imdb.com/title/tt0021040/", "title": "Femmine di lusso", "year": 1930, "imdb_score": "6.7", "votes": 1048, "image_url": "https://m.media-amazon.com/images/M/MV5BODIyOTQ3NzMtNTAxYS00YzA0LWE1YzItYjllYmMyNTgzNTVkXkEyXkFqcGdeQXVyNTcwNjUwNzk@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Barbara Stanwyck", "George Fawcett", "Johnnie Walker", "Juliette Compton", "Lowell Sherman", "Marie Prevost", "Nance O'Neil", "Ralph Graves" ], "writers": [ "Jo Swerling", "Milton Herbert Gropper" ], "genres": [ "Drama", "Romance" ] }, { "id": 21042, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21042?format=api", "imdb_url": "https://www.imdb.com/title/tt0021042/", "title": "The Lady of Scandal", "year": 1930, "imdb_score": "6.0", "votes": 154, "image_url": "https://m.media-amazon.com/images/M/MV5BZDU3YzQxMDAtODQwNy00ZDczLTg0YTEtMWQ2M2RhZmEyMjdiXkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Sidney Franklin" ], "actors": [ "Basil Rathbone", "Cyril Chadwick", "Edgar Norton", "Effie Ellsler", "Frederick Kerr", "Herbert Bunston", "Mackenzie Ward", "Moon Carroll", "Nance O'Neil", "Ralph Forbes", "Robert Bolder", "Ruth Chatterton" ], "writers": [ "Frederick Lonsdale", "Hanns Kräly" ], "genres": [ "Comedy", "Drama", "Romance" ] } ] }