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=159
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=160", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=158", "results": [ { "id": 20305, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20305?format=api", "imdb_url": "https://www.imdb.com/title/tt0020305/", "title": "The Racketeer", "year": 1929, "imdb_score": "5.5", "votes": 355, "image_url": "https://m.media-amazon.com/images/M/MV5BNTFkMmVkY2ItOTkxZi00Mjg2LWI1ZWUtZjNmYTg1MWUzNjlkXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR77,0,182,268_AL_.jpg", "directors": [ "Howard Higgin" ], "actors": [ "Al Hill", "Bobby Dunn", "Budd Fine", "Carole Lombard", "Hedda Hopper", "Jeanette Loff", "John Loder", "Kit Guard", "Paul Hurst", "Robert Armstrong", "Roland Drew", "Winifred Harris", "Winter Hall" ], "writers": [ "Paul Gangelin" ], "genres": [ "Crime", "Drama", "Thriller" ] }, { "id": 20320, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20320?format=api", "imdb_url": "https://www.imdb.com/title/tt0020320/", "title": "Redskin", "year": 1929, "imdb_score": "6.8", "votes": 157, "image_url": "https://m.media-amazon.com/images/M/MV5BMTg1MjQ3ODMzMl5BMl5BanBnXkFtZTgwOTE0NzM3NDE@._V1_UY268_CR5,0,182,268_AL_.jpg", "directors": [ "Victor Schertzinger" ], "actors": [ "Augustina López", "Bernard Siegel", "George Regas", "Jack Padjan", "Jane Novak", "Julie Carter", "Larry Steers", "Noble Johnson", "Richard Dix", "Tully Marshall" ], "writers": [ "Elizabeth Pickett", "Julian Johnson" ], "genres": [ "Adventure", "Drama", "Western" ] }, { "id": 20332, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20332?format=api", "imdb_url": "https://www.imdb.com/title/tt0020332/", "title": "Rio Rita", "year": 1929, "imdb_score": "6.1", "votes": 690, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAwNzUyMDE1N15BMl5BanBnXkFtZTgwOTc4NzE2MjE@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Luther Reed" ], "actors": [ "Bebe Daniels", "Bert Wheeler", "Don Alvarado", "Dorothy Lee", "Georges Renavent", "Helen Kaiser", "John Boles", "Robert Woolsey", "Tom Smith" ], "writers": [ "Guy Bolton", "Luther Reed" ], "genres": [ "Adventure", "Music", "Romance" ] }, { "id": 20335, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20335?format=api", "imdb_url": "https://www.imdb.com/title/tt0020335/", "title": "Il fiume", "year": 1928, "imdb_score": "7.2", "votes": 533, "image_url": "https://m.media-amazon.com/images/M/MV5BNzEyZjRlNTYtZTQyOS00YzhiLWJkYTMtZjVjNzg2YjAzNTJjL2ltYWdlXkEyXkFqcGdeQXVyMDUyOTUyNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Borzage" ], "actors": [ "Alfred Sabato", "Bert Woodruff", "Charles Farrell", "Ivan Linow", "Margaret Mann", "Mary Duncan" ], "writers": [ "Dwight Cummins", "John Hunter Booth" ], "genres": [ "Drama", "Romance" ] }, { "id": 20336, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20336?format=api", "imdb_url": "https://www.imdb.com/title/tt0020336/", "title": "Arcobaleno", "year": 1930, "imdb_score": "6.0", "votes": 204, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI4NDI0MDQzM15BMl5BanBnXkFtZTcwNDc2NTk5Mw@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Charles Reisner" ], "actors": [ "Bessie Love", "Charles King", "Eddie Phillips", "George K. Arthur", "Gwen Lee", "Jack Benny", "Marie Dressler", "Nita Martan", "Polly Moran", "Youcca Troubetzkov" ], "writers": [ "Bess Meredyth", "Robert E. Hopkins" ], "genres": [ "Comedy", "Drama", "Musical" ] } ] }