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=176
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=177", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=175", "results": [ { "id": 20828, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20828?format=api", "imdb_url": "https://www.imdb.com/title/tt0020828/", "title": "Dixiana", "year": 1930, "imdb_score": "5.3", "votes": 330, "image_url": "https://m.media-amazon.com/images/M/MV5BMDQ3ZmUxNDYtODJmNy00ZDljLTliOTEtYzFkNjk0NDBjNWZlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Luther Reed" ], "actors": [ "Bebe Daniels", "Bert Wheeler", "Bill Robinson", "Dorothy Lee", "Everett Marshall", "Jobyna Howland", "Joseph Cawthorn", "Ralf Harolde", "Robert Woolsey" ], "writers": [ "Anne Caldwell", "Luther Reed" ], "genres": [ "Comedy", "Drama", "Music" ] }, { "id": 20836, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20836?format=api", "imdb_url": "https://www.imdb.com/title/tt0020836/", "title": "The Doorway to Hell", "year": 1930, "imdb_score": "6.5", "votes": 950, "image_url": "https://m.media-amazon.com/images/M/MV5BODVhODRjMTEtNWEwYy00ZWVjLTkzYTItZmI1NmM4MDZmYTc2XkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Archie Mayo" ], "actors": [ "Charles Judels", "Dorothy Mathews", "Dwight Frye", "Eddie Kane", "Edwin Argus", "James Cagney", "Jerry Mandy", "Kenneth Thomson", "Leon Janney", "Lew Ayres", "Noel Madison", "Robert Elliott", "Tom Wilson" ], "writers": [ "George Rosener", "Rowland Brown" ], "genres": [ "Crime", "Drama" ] }, { "id": 20838, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20838?format=api", "imdb_url": "https://www.imdb.com/title/tt0020838/", "title": "Il guerriero", "year": 1930, "imdb_score": "5.8", "votes": 395, "image_url": "https://m.media-amazon.com/images/M/MV5BNjQ3Mzk3MjY4NF5BMl5BanBnXkFtZTgwOTQ2NjgyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Edward Sedgwick" ], "actors": [ "Ann Dvorak", "Ann Sothern", "Arnold Korff", "Buster Keaton", "Cliff Edwards", "Edward Brophy", "Frank Mayo", "Pitzy Katz", "Sally Eilers", "Victor Potel", "William Steele" ], "writers": [ "Al Boasberg", "Sidney Lazarus" ], "genres": [ "Comedy", "Romance", "War" ] }, { "id": 20842, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20842?format=api", "imdb_url": "https://www.imdb.com/title/tt0020842/", "title": "La sirenetta dell'autostrada", "year": 1930, "imdb_score": "6.6", "votes": 734, "image_url": "https://m.media-amazon.com/images/M/MV5BMzlhNTNhNzItMTlhZC00NTQ2LWE2ODAtYzg5ZjZiOWViNzdmXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Wilhelm Thiele" ], "actors": [ "Comedian Harmonists", "Erich A. Collin", "Erwin Bootz", "Felix Bressart", "Fritz Kampers", "Gertrud Wolle", "Heinz Rühmann", "Kurt Gerron", "Leo Monosson", "Lewis Ruth Band", "Lilian Harvey", "Olga Tschechowa", "Oskar Karlweis", "Robert Biberti", "Willy Fritsch" ], "writers": [ "Franz Schulz", "Paul Frank" ], "genres": [ "Comedy", "Musical", "Romance" ] }, { "id": 20852, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20852?format=api", "imdb_url": "https://www.imdb.com/title/tt0020852/", "title": "Parla elstree", "year": 1930, "imdb_score": "5.3", "votes": 343, "image_url": "https://m.media-amazon.com/images/M/MV5BNmM0Y2VhZDctOWRkYi00NzI3LTg4NjktN2Q2ZGU5MDEwNTExXkEyXkFqcGdeQXVyNTcwNjUwNzk@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "André Charlot", "Jack Hulbert" ], "actors": [ "Bobbie Comber", "Cicely Courtneidge", "Donald Calthrop", "Gordon Begg", "Gordon Harker", "Hannah Jones", "Helen Burnell", "Ivor McLaren", "Jack Hulbert", "John Longden", "Lawrence Green", "Teddy Brown", "The Charlot Girls", "Tommy Handley", "Will Fyffe" ], "writers": [ "Adrian Brunel", "Walter C. Mycroft" ], "genres": [ "Comedy", "Musical" ] } ] }