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=132
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=133", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=131", "results": [ { "id": 19127, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19127?format=api", "imdb_url": "https://www.imdb.com/title/tt0019127/", "title": "Maldone", "year": 1928, "imdb_score": "6.8", "votes": 176, "image_url": "https://m.media-amazon.com/images/M/MV5BOTBjOWViNjgtNmI5ZS00NDJmLTgwZDItODY0Mjk4ZTVhNzIxXkEyXkFqcGdeQXVyMDM1MzIyMQ@@._V1_UY268_CR11,0,182,268_AL_.jpg", "directors": [ "Jean Grémillon" ], "actors": [ "André Bacqué", "Annabella", "Charles Dullin", "George Seroff", "Geymond Vital", "Marcelle Charles Dullin", "Roger Karl" ], "writers": [ "Alexandre Arnoux" ], "genres": [ "Drama" ] }, { "id": 19130, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19130?format=api", "imdb_url": "https://www.imdb.com/title/tt0019130/", "title": "L'uomo che ride", "year": 1928, "imdb_score": "7.7", "votes": 5927, "image_url": "https://m.media-amazon.com/images/M/MV5BOWRjODkxYmMtNjlhNS00NmEzLWFiMmUtZTA5NjJkM2Y3M2E0XkEyXkFqcGdeQXVyNDE5MTU2MDE@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Paul Leni" ], "actors": [ "Brandon Hurst", "Cesare Gravina", "Conrad Veidt", "Delmo Fritz", "Deno Fritz", "George Siegmann", "Josephine Crowell", "Julius Molnar", "Károly Huszár", "Mary Philbin", "Olga Baclanova", "Sam De Grasse", "Stuart Holmes", "Zimbo the Dog" ], "writers": [ "J. Grubb Alexander", "Victor Hugo" ], "genres": [ "Drama", "Horror", "Mystery" ] }, { "id": 19151, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19151?format=api", "imdb_url": "https://www.imdb.com/title/tt0019151/", "title": "Il teatro di Minnie", "year": 1928, "imdb_score": "6.8", "votes": 516, "image_url": "https://m.media-amazon.com/images/M/MV5BMTkyNzI1MTcyNV5BMl5BanBnXkFtZTcwODQxOTQxMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Bessie Love", "David Mir", "Ernest Hilliard", "Johnnie Walker", "Lionel Belmore" ], "writers": [ "Ernest Pagano", "Robert Lord" ], "genres": [ "Comedy", "Romance" ] }, { "id": 19152, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19152?format=api", "imdb_url": "https://www.imdb.com/title/tt0019152/", "title": "The Mating Call", "year": 1928, "imdb_score": "6.8", "votes": 343, "image_url": "https://m.media-amazon.com/images/M/MV5BYWViMGU4NmUtNDI0Yy00ZmVkLWI3MDItODg1NDEwMzlkNzZjXkEyXkFqcGdeQXVyMTYzMTY1MjQ@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "James Cruze" ], "actors": [ "Alan Roscoe", "Cyril Chadwick", "Evelyn Brent", "Gardner James", "Helen Foster", "Luke Cosgrave", "Renée Adorée", "Thomas Meighan" ], "writers": [ "Rex Beach", "Walter Woods" ], "genres": [ "Drama" ] }, { "id": 19182, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19182?format=api", "imdb_url": "https://www.imdb.com/title/tt0019182/", "title": "La canzone della mamma", "year": 1927, "imdb_score": "5.3", "votes": 116, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk4Njk0OTAzOV5BMl5BanBnXkFtZTgwNDA1NDIwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John Ford" ], "actors": [ "Belle Bennett", "Billy Platt", "Constance Howard", "Eulalie Jensen", "Neil Hamilton", "Pat Somerset", "Philippe De Lacy", "Ted McNamara", "Victor McLaglen", "Vondell Darr" ], "writers": [ "Gertrude Orr", "Rida Johnson Young" ], "genres": [ "Drama" ] } ] }