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=134
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=135", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=133", "results": [ { "id": 19286, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19286?format=api", "imdb_url": "https://www.imdb.com/title/tt0019286/", "title": "Tempeste sull'Asia", "year": 1928, "imdb_score": "7.1", "votes": 1844, "image_url": "https://m.media-amazon.com/images/M/MV5BMTg0Mjg5ODAwNV5BMl5BanBnXkFtZTgwMzE3ODgwMjE@._V1_UY268_CR11,0,182,268_AL_.jpg", "directors": [ "Vsevolod Pudovkin" ], "actors": [ "Aleksandr Chistyakov", "Anel Sudakevich", "Bilinskaya", "Boris Barnet", "Fyodor Ivanov", "I. Dedintsev", "I. Inkizhinov", "Karl Gurnyak", "V. Pro", "Valéry Inkijinoff", "Viktor Tsoppi" ], "writers": [ "I. Novokshenov", "Osip Brik" ], "genres": [ "Drama", "War" ] }, { "id": 19290, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19290?format=api", "imdb_url": "https://www.imdb.com/title/tt0019290/", "title": "Il potere della stampa", "year": 1928, "imdb_score": "6.4", "votes": 229, "image_url": "https://m.media-amazon.com/images/M/MV5BNzBmNGVlYWMtYzQ1Ni00NzQ5LTk2YjEtMjRkOTEzYzQ2NTc2XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR5,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Charles Clary", "Dell Henderson", "Douglas Fairbanks Jr.", "Edwards Davis", "Frank Fanning", "Jobyna Ralston", "Mildred Harris", "Philo McCullough", "Robert Edeson", "Spottiswoode Aitken", "Wheeler Oakman" ], "writers": [ "Fred Thompson", "Sonya Levien" ], "genres": [ "Drama" ] }, { "id": 19304, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19304?format=api", "imdb_url": "https://www.imdb.com/title/tt0019304/", "title": "The Racket", "year": 1928, "imdb_score": "6.7", "votes": 1119, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk5Mzc0MDY2N15BMl5BanBnXkFtZTgwMTg4MjQ3NDE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lewis Milestone" ], "actors": [ "Dan Wolheim", "G. Pat Collins", "George E. Stone", "Henry Sedley", "John Darrow", "Lee Moran", "Louis Wolheim", "Lucien Prival", "Marie Prevost", "Richard 'Skeets' Gallagher", "Sam De Grasse", "Thomas Meighan" ], "writers": [ "Bartlett Cormack" ], "genres": [ "Crime", "Drama", "Film-Noir" ] }, { "id": 19312, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19312?format=api", "imdb_url": "https://www.imdb.com/title/tt0019312/", "title": "La danzatrice rossa", "year": 1928, "imdb_score": "6.8", "votes": 103, "image_url": "https://m.media-amazon.com/images/M/MV5BMjA4MTgzODM0M15BMl5BanBnXkFtZTgwMTAwMTgxMjE@._V1_UY268_CR11,0,182,268_AL_.jpg", "directors": [ "Raoul Walsh" ], "actors": [ "Andrés de Segurola", "Boris Charsky", "Charles Farrell", "Demetrius Alexis", "Dolores del Rio", "Dorothy Revier", "Ivan Linow" ], "writers": [ "Eleanor Browne", "Henry Leyford Gates" ], "genres": [ "Drama", "Romance" ] }, { "id": 19325, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19325?format=api", "imdb_url": "https://www.imdb.com/title/tt0019325/", "title": "Riley the Cop", "year": 1928, "imdb_score": "6.0", "votes": 171, "image_url": "https://m.media-amazon.com/images/M/MV5BZjNiNGU4NTctYWVjMy00ZWU5LTgwZDItZWQxNDE5YzczODdjXkEyXkFqcGdeQXVyMzI5NjUyMDM@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "John Ford" ], "actors": [ "David Rollins", "J. Farrell MacDonald", "Louise Fazenda", "Nancy Drexel" ], "writers": [ "Fred Stanley", "James Gruen" ], "genres": [ "Comedy", "Drama" ] } ] }