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=49
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=50", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=48", "results": [ { "id": 12122, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12122?format=api", "imdb_url": "https://www.imdb.com/title/tt0012122/", "title": "Dream Street", "year": 1921, "imdb_score": "5.5", "votes": 137, "image_url": "https://m.media-amazon.com/images/M/MV5BMzI3Mzk4MzMzM15BMl5BanBnXkFtZTgwNzM3Njk5MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "D.W. Griffith" ], "actors": [ "Carol Dempster", "Charles Emmett Mack", "Charles Slattery", "Edward Peil Sr.", "George Neville", "Morgan Wallace", "Porter Strong", "Ralph Graves", "Tyrone Power Sr.", "William J. Ferguson" ], "writers": [ "D.W. Griffith", "Thomas Burke" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 12125, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12125?format=api", "imdb_url": "https://www.imdb.com/title/tt0012125/", "title": "Ducks and Drakes", "year": 1921, "imdb_score": "6.4", "votes": 114, "image_url": "https://m.media-amazon.com/images/M/MV5BYzU0ODU4OGItNDkyMi00ZWRkLTljYzktOWUyMmQ2N2FmYTAzXkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR78,0,182,268_AL_.jpg", "directors": [ "Maurice Campbell" ], "actors": [ "Bebe Daniels", "Edward Martindel", "Elsie Andrean", "Jack Holt", "Maurie Newell", "Mayme Kelso", "W.E. Lawrence", "Wade Boteler" ], "writers": [ "Elmer Harris" ], "genres": [ "Comedy", "Romance" ] }, { "id": 12134, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12134?format=api", "imdb_url": "https://www.imdb.com/title/tt0012134/", "title": "Eldorado", "year": 1921, "imdb_score": "7.0", "votes": 364, "image_url": "https://m.media-amazon.com/images/M/MV5BMTU5MTk4NzIyNV5BMl5BanBnXkFtZTgwMzYzNTYwMjE@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Marcel L'Herbier" ], "actors": [ "Claire Prélia", "Georges Paulais", "Jaque Catelain", "Jeanne Bérangère", "Marcelle Pradot", "Max Dhartigny", "Michel Duran", "Noémi Seize", "Philippe Hériat", "Ève Francis", "Édith Réal", "Émile Saint-Ober" ], "writers": [ "Marcel L'Herbier" ], "genres": [ "Drama" ] }, { "id": 12136, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12136?format=api", "imdb_url": "https://www.imdb.com/title/tt0012136/", "title": "Enchantment", "year": 1921, "imdb_score": "6.3", "votes": 270, "image_url": "https://m.media-amazon.com/images/M/MV5BOTA1MTA5NTc2OV5BMl5BanBnXkFtZTgwMDg4NDAwNzE@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Robert G. Vignola" ], "actors": [ "Arthur Rankin", "Corinne Barker", "Edith Lyle", "Edith Shayne", "Emmet Foy", "Forrest Stanley", "Gilbert Rooney", "Huntley Gordon", "Julia Hurley", "Marion Davies", "Maude Turner Gordon", "Tom Lewis" ], "writers": [ "Frank R. Adams", "Luther Reed" ], "genres": [ "Comedy" ] }, { "id": 12187, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/12187?format=api", "imdb_url": "https://www.imdb.com/title/tt0012187/", "title": "Forbidden Fruit", "year": 1921, "imdb_score": "6.4", "votes": 130, "image_url": "https://m.media-amazon.com/images/M/MV5BYTdkY2E5ZDQtNTQ1Yi00MDQ3LWJjOGEtNGNmZWJjY2E4NTcyXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Agnes Ayres", "Bertram Johns", "Clarence Burton", "Forrest Stanley", "Julia Faye", "Kathlyn Williams", "Shannon Day", "Theodore Kosloff", "Theodore Roberts" ], "writers": [ "Cecil B. DeMille", "Jeanie Macpherson" ], "genres": [ "Drama" ] } ] }