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=157
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=158", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=156", "results": [ { "id": 20228, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20228?format=api", "imdb_url": "https://www.imdb.com/title/tt0020228/", "title": "Les nouveaux messieurs", "year": 1929, "imdb_score": "6.8", "votes": 143, "image_url": "https://m.media-amazon.com/images/M/MV5BOWU0MDQ1MzgtYzRkMy00NGIwLWEwYjItNWU0NTgyNjhkMDZiXkEyXkFqcGdeQXVyNzQxNDExNTU@._V1_UY268_CR109,0,182,268_AL_.jpg", "directors": [ "Jacques Feyder" ], "actors": [ "Albert Préjean", "Andrée Canti", "Bill Bocket", "Charles Barrois", "Christian Gérard", "Duchange", "Gaby Morlay", "Georges Deneubourg", "Gustave Hamilton", "Guy Ferrant", "Henri Valbel", "Henry Roussel", "Léon Arvel", "Raymond Narlay", "Yvonne Dumas" ], "writers": [ "Francis de Croisset", "Jacques Feyder" ], "genres": [ "Comedy" ] }, { "id": 20230, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20230?format=api", "imdb_url": "https://www.imdb.com/title/tt0020230/", "title": "La nuova Babilonia", "year": 1929, "imdb_score": "7.3", "votes": 738, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ3ODAwNDcxMV5BMl5BanBnXkFtZTgwNTU1NDc0MjE@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "Grigoriy Kozintsev", "Leonid Trauberg" ], "actors": [ "A. Glushkova", "Andrei Kostrichkin", "Arnold Arnold", "David Gutman", "Emil Gal", "Lyudmila Semyonova", "Oleg Zhakov", "Pyotr Sobolevsky", "S. Gusev", "Sergey Gerasimov", "Sofiya Magarill", "Vsevolod Pudovkin", "Yanina Zheymo", "Yelena Kuzmina", "Yevgeni Chervyakov" ], "writers": [ "Grigoriy Kozintsev", "Leonid Trauberg" ], "genres": [ "Drama", "History" ] }, { "id": 20232, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20232?format=api", "imdb_url": "https://www.imdb.com/title/tt0020232/", "title": "Oblomok imperii", "year": 1929, "imdb_score": "7.3", "votes": 345, "image_url": "https://m.media-amazon.com/images/M/MV5BNjZjNmE4Y2YtYTQwZS00ODk0LWIwYzYtOWZjYTI1YmFmOTNhXkEyXkFqcGdeQXVyNDYxOTY1Njg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Fridrikh Ermler" ], "actors": [ "Emil Gal", "Fyodor Nikitin", "Lyudmila Semyonova", "Sergey Gerasimov", "Ursula Krug", "Valeri Solovtsov", "Varvara Myasnikova", "Vyacheslav Viskovsky", "Yakov Gudkin" ], "writers": [ "Ekaterina Vinogradskaya", "Fridrikh Ermler" ], "genres": [ "Drama" ] }, { "id": 20238, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20238?format=api", "imdb_url": "https://www.imdb.com/title/tt0020238/", "title": "On with the Show!", "year": 1929, "imdb_score": "5.8", "votes": 261, "image_url": "https://m.media-amazon.com/images/M/MV5BYWI0ZTdjZjYtMDJhMy00YmZlLWJiZmYtODdmMzMwMzY2ZDRjXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR8,0,182,268_AL_.jpg", "directors": [ "Alan Crosland" ], "actors": [ "Arthur Lake", "Betty Compson", "Ethel Waters", "Harry Gribbon", "Joe E. Brown", "Lee Moran", "Louise Fazenda", "Madeline Fairbanks", "Marion Fairbanks", "Purnell Pratt", "Sally O'Neil", "Sam Hardy", "Thomas Jefferson", "Wheeler Oakman", "William Bakewell" ], "writers": [ "Humphrey Pearson", "Robert Lord" ], "genres": [ "Musical", "Romance" ] }, { "id": 20247, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20247?format=api", "imdb_url": "https://www.imdb.com/title/tt0020247/", "title": "Ragazze americane", "year": 1929, "imdb_score": "6.0", "votes": 674, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk5NjQ2MDg3NV5BMl5BanBnXkFtZTgwNzE0NzM3NDE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Jack Conway" ], "actors": [ "Albert Gran", "Anita Page", "Douglas Fairbanks Jr.", "Edward J. Nugent", "Joan Crawford", "Josephine Dunn", "Rod La Rocque" ], "writers": [ "Josephine Lovett", "Marian Ainslee" ], "genres": [ "Comedy", "Drama" ] } ] }