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=144
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=145", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=143", "results": [ { "id": 19785, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19785?format=api", "imdb_url": "https://www.imdb.com/title/tt0019785/", "title": "L'isola del diavolo", "year": 1929, "imdb_score": "6.4", "votes": 341, "image_url": "https://m.media-amazon.com/images/M/MV5BYzMzZTUwZWYtZWJjNC00YTc5LWExZmItNTQ2MTAxMDYwMDY3L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Wesley Ruggles" ], "actors": [ "Ann Harding", "Dudley Digges", "Louis Wolheim", "Ronald Colman", "William Elmer" ], "writers": [ "Blair Niles", "Sidney Howard" ], "genres": [ "Drama" ] }, { "id": 19788, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19788?format=api", "imdb_url": "https://www.imdb.com/title/tt0019788/", "title": "Coquette", "year": 1929, "imdb_score": "5.8", "votes": 1993, "image_url": "https://m.media-amazon.com/images/M/MV5BODY0OGEwMWYtNDQ4NC00Y2M2LWJkN2ItYjI0ZjI1MjJiMmJhXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Sam Taylor" ], "actors": [ "George Irving", "Henry Kolker", "John St. Polis", "Johnny Mack Brown", "Louise Beavers", "Mary Pickford", "Matt Moore", "William Janney" ], "writers": [ "Ann Preston Bridgers", "George Abbott" ], "genres": [ "Drama", "Romance" ] }, { "id": 19796, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19796?format=api", "imdb_url": "https://www.imdb.com/title/tt0019796/", "title": "Daigaku wa detakeredo", "year": 1929, "imdb_score": "6.4", "votes": 395, "image_url": "https://m.media-amazon.com/images/M/MV5BZGFjODVhZjYtNWM4ZC00NzMyLTllNWYtZDkwZjYxMmQ5OWMxXkEyXkFqcGdeQXVyNDQzMDg4Nzk@._V1_UY268_CR87,0,182,268_AL_.jpg", "directors": [ "Yasujirô Ozu" ], "actors": [ "Chôko Iida", "Kenji Kimura", "Kenji Ôyama", "Kinuyo Tanaka", "Minoru Takada", "Shin'ichi Himori", "Takeshi Sakamoto", "Utako Suzuki" ], "writers": [ "Hiroshi Shimizu", "Yoshirô Aramaki" ], "genres": [ "Comedy" ] }, { "id": 19798, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19798?format=api", "imdb_url": "https://www.imdb.com/title/tt0019798/", "title": "La danza della vita", "year": 1929, "imdb_score": "6.5", "votes": 263, "image_url": "https://m.media-amazon.com/images/M/MV5BNmM3MGJhMTYtMTIwNi00Nzg5LThhMGMtZmZlZDYyNWY1YTJiXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "A. Edward Sutherland", "John Cromwell" ], "actors": [ "Al St. John", "Charles D. Brown", "Corra Beach", "Dorothy Revier", "George Irving", "Gladys DuBois", "Gordona Bennet", "Hal Skelly", "James Quinn", "Jim Farley", "May Boley", "Miss La Reno", "Nancy Carroll", "Oscar Levant", "Ralph Theodore" ], "writers": [ "Arthur Hopkins", "Benjamin Glazer" ], "genres": [ "Drama", "Musical", "Romance" ] }, { "id": 19800, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19800?format=api", "imdb_url": "https://www.imdb.com/title/tt0019800/", "title": "Funamboli", "year": 1929, "imdb_score": "5.9", "votes": 112, "image_url": "https://m.media-amazon.com/images/M/MV5BN2Q0MDFlNDktNDFlNC00ODJkLWJhMDItODI4YTc4ZDZmOTAxXkEyXkFqcGdeQXVyMDUyOTUyNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lothar Mendes" ], "actors": [ "Anders Randolf", "Charles D. Brown", "Clara Bow", "David Newell", "Jack Luden", "Joyce Compton", "Kay Francis", "May Boley", "Oscar Smith", "Richard Arlen", "Stuart Erwin", "T. Roy Barnes" ], "writers": [ "Donald Davis", "Lester Cohen" ], "genres": [ "Drama" ] } ] }