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=181
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=182", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=180", "results": [ { "id": 20966, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20966?format=api", "imdb_url": "https://www.imdb.com/title/tt0020966/", "title": "La stella della Taverna Nera", "year": 1930, "imdb_score": "6.5", "votes": 230, "image_url": "https://m.media-amazon.com/images/M/MV5BN2RlOTljZDEtNjZiYi00YTA0LWExM2QtNGJhYTUzODE5ZGRlXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Tay Garnett" ], "actors": [ "Franklin Pangborn", "Harry Sweet", "Helen Twelvetrees", "James Gleason", "Marjorie Rambeau", "Matthew Betz", "Mike Donlin", "Phillips Holmes", "Ricardo Cortez", "Slim Summerville", "Stanley Fields", "Thelma Todd" ], "writers": [ "Tay Garnett", "Tom Buckingham" ], "genres": [ "Crime", "Drama", "Romance" ] }, { "id": 20980, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20980?format=api", "imdb_url": "https://www.imdb.com/title/tt0020980/", "title": "Passeggiate allegramente!", "year": 1930, "imdb_score": "6.5", "votes": 493, "image_url": "https://m.media-amazon.com/images/M/MV5BMTI4NTg1NWItZGNhMS00NmI4LWE2YjMtM2E1ODEyNTZmNTJkXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Yasujirô Ozu" ], "actors": [ "Chishû Ryû", "Hiroko Kawasaki", "Hisao Yoshitani", "Kanji Kawahara", "Kenji Kimura", "Minoru Takada", "Nobuko Matsuzono", "Satoko Date", "Takeshi Sakamoto", "Teruo Môuri", "Utako Suzuki" ], "writers": [ "Hiroshi Shimizu", "Tadao Ikeda" ], "genres": [ "Crime", "Drama", "Romance" ] }, { "id": 20985, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20985?format=api", "imdb_url": "https://www.imdb.com/title/tt0020985/", "title": "Holiday", "year": 1930, "imdb_score": "6.5", "votes": 373, "image_url": "https://m.media-amazon.com/images/M/MV5BMjMzOTI2ODczNV5BMl5BanBnXkFtZTgwNTA3MzU2MzE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Edward H. Griffith" ], "actors": [ "Ann Harding", "Creighton Hale", "Edward Everett Horton", "Elizabeth Forrester", "Hallam Cooley", "Hedda Hopper", "Mabel Forrest", "Mary Astor", "Monroe Owsley", "Robert Ames", "William Holden" ], "writers": [ "Horace Jackson", "Philip Barry" ], "genres": [ "Comedy", "Drama" ] }, { "id": 20987, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20987?format=api", "imdb_url": "https://www.imdb.com/title/tt0020987/", "title": "Hook Line and Sinker", "year": 1930, "imdb_score": "6.1", "votes": 303, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY0NTI0MDk5NV5BMl5BanBnXkFtZTcwNDA2NTQyMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Edward F. Cline" ], "actors": [ "Bert Wheeler", "Dorothy Lee", "George F. Marion", "Hugh Herbert", "Jobyna Howland", "Natalie Moorhead", "Ralf Harolde", "Robert Woolsey", "Stanley Fields", "William B. Davidson" ], "writers": [ "Ralph Spence", "Tim Whelan" ], "genres": [ "Comedy", "Romance" ] }, { "id": 21001, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21001?format=api", "imdb_url": "https://www.imdb.com/title/tt0021001/", "title": "Inside the Lines", "year": 1930, "imdb_score": "5.3", "votes": 114, "image_url": "https://m.media-amazon.com/images/M/MV5BMTM3ODUzNjk0M15BMl5BanBnXkFtZTcwOTg3MDMwMg@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Roy Pomeroy" ], "actors": [ "Betty Carter", "Betty Compson", "Evan Thomas", "Ivan F. Simpson", "Mischa Auer", "Montagu Love", "Ralph Forbes", "Reginald Sharland", "Wilhelm von Brincken" ], "writers": [ "Earl Derr Biggers", "Ewart Adamson" ], "genres": [ "Drama", "History", "Romance" ] } ] }