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=147
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=148", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=146", "results": [ { "id": 19886, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19886?format=api", "imdb_url": "https://www.imdb.com/title/tt0019886/", "title": "La flotta del cielo", "year": 1929, "imdb_score": "6.7", "votes": 233, "image_url": "https://m.media-amazon.com/images/M/MV5BNjE2MzM2NDMwM15BMl5BanBnXkFtZTgwMjYzNjYzMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "George W. Hill" ], "actors": [ "Anita Page", "Ralph Graves", "Ramon Novarro" ], "writers": [ "Byron Morgan", "Frank Wead" ], "genres": [ "Adventure", "Drama", "Romance" ] }, { "id": 19889, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19889?format=api", "imdb_url": "https://www.imdb.com/title/tt0019889/", "title": "The Flying Scotsman", "year": 1929, "imdb_score": "6.0", "votes": 105, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk0MjczMzU3N15BMl5BanBnXkFtZTcwNjM1NDkyMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Castleton Knight" ], "actors": [ "Alec Hurley", "Gordon Harker", "Moore Marriott", "Pauline Johnson", "Ray Milland" ], "writers": [ "Garnett Weston", "Victor Kendall" ], "genres": [ "Crime", "Drama" ] }, { "id": 19901, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19901?format=api", "imdb_url": "https://www.imdb.com/title/tt0019901/", "title": "Una donna nella luna", "year": 1929, "imdb_score": "7.3", "votes": 2961, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ4NzM2NDA0MV5BMl5BanBnXkFtZTgwMDgzMDM1MjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Fritz Lang" ], "actors": [ "Alexa von Porembsky", "Alfred Loretto", "Edgar Pauly", "Fritz Rasp", "Gerda Maurus", "Gerhard Dammann", "Gustav von Wangenheim", "Gustl Gstettenbaur", "Heinrich Gotho", "Karl Platen", "Klaus Pohl", "Margarete Kupfer", "Max Maximilian", "Tilla Durieux", "Willy Fritsch" ], "writers": [ "Thea von Harbou" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 19909, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19909?format=api", "imdb_url": "https://www.imdb.com/title/tt0019909/", "title": "Fräulein Else", "year": 1929, "imdb_score": "6.9", "votes": 133, "image_url": "https://m.media-amazon.com/images/M/MV5BYzllODM0NDMtOGZmMi00MjE5LTllNDYtMDE4ODA5ZGY2YTUyXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Paul Czinner" ], "actors": [ "Adele Sandrock", "Albert Bassermann", "Albert Steinrück", "Alexander Murski", "Antonie Jaeckel", "Carl Goetz", "Elisabeth Bergner", "Ellen Plessow", "Else Heller", "Gertrude De Lalsky", "Grit Hegesa", "Irmgard Bern", "Jack Trevor", "Jaro Fürth", "Paul Morgan" ], "writers": [ "Arthur Schnitzler", "Paul Czinner" ], "genres": [ "Drama" ] }, { "id": 19929, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19929?format=api", "imdb_url": "https://www.imdb.com/title/tt0019929/", "title": "The Girl in the Show", "year": 1929, "imdb_score": "5.2", "votes": 114, "image_url": "https://m.media-amazon.com/images/M/MV5BNzAxNmEyZDQtNDIzZS00NDZjLWJkZjUtNWE5YTEzNWNhN2E3XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR15,0,182,268_AL_.jpg", "directors": [ "Edgar Selwyn" ], "actors": [ "Alice Moe", "Bessie Love", "Edward J. Nugent", "Ethel Wales", "Ford Sterling", "Frank Nelson", "Jack McDonald", "Jed Prouty", "John F. Morrissey", "Lucy Beaumont", "Mary Doran", "Nanci Price", "Raymond Hackett", "Richard Carlyle" ], "writers": [ "John Golden", "Kenyon Nicholson" ], "genres": [ "Comedy" ] } ] }