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=45
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=46", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=44", "results": [ { "id": 11716, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11716?format=api", "imdb_url": "https://www.imdb.com/title/tt0011716/", "title": "Something to Think About", "year": 1920, "imdb_score": "5.2", "votes": 580, "image_url": "https://m.media-amazon.com/images/M/MV5BNmU4ODRlZmItZmRhMS00NmU5LWEwNDktZWZjNjA1NGI4ODc1XkEyXkFqcGdeQXVyMDUyOTUyNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Claire McDowell", "Elliott Dexter", "Gloria Swanson", "Jim Mason", "Julia Faye", "Michael D. Moore", "Monte Blue", "Theodore Kosloff", "Theodore Roberts", "Tôgô Yamamoto" ], "writers": [ "Jeanie Macpherson" ], "genres": [ "Drama" ] }, { "id": 11723, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11723?format=api", "imdb_url": "https://www.imdb.com/title/tt0011723/", "title": "Die Spinnen, 2. Teil - Das Brillantenschiff", "year": 1920, "imdb_score": "6.4", "votes": 782, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY1NjAyMzkxNF5BMl5BanBnXkFtZTgwODk2NDk0MjE@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "Fritz Lang" ], "actors": [ "Carl de Vogt", "Edgar Pauly", "Friedrich Kühne", "Georg John", "Karl Römer", "Meinhart Maur", "Paul Morgan", "Paul Rehkopf", "Reiner Steiner", "Ressel Orla", "Rudolf Lettinger", "Thea Zander" ], "writers": [ "Fritz Lang" ], "genres": [ "Adventure" ] }, { "id": 11741, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11741?format=api", "imdb_url": "https://www.imdb.com/title/tt0011741/", "title": "Suds", "year": 1920, "imdb_score": "6.3", "votes": 217, "image_url": "https://m.media-amazon.com/images/M/MV5BNGMwN2RiMDktNTQ4OC00Y2VkLThiNjYtOTFmYzI0YWIwNTY5XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "John Francis Dillon" ], "actors": [ "Albert Austin", "Darwin Karr", "Harold Goodwin", "Lavendor the Horse", "Mary Pickford", "Rose Dione" ], "writers": [ "Richard Bryce", "Waldemar Young" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 11742, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11742?format=api", "imdb_url": "https://www.imdb.com/title/tt0011742/", "title": "Sumurum", "year": 1920, "imdb_score": "6.1", "votes": 639, "image_url": "https://m.media-amazon.com/images/M/MV5BMTAyNjE2Nzg3NTZeQTJeQWpwZ15BbWU4MDI4NTcxNDIx._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "Ernst Lubitsch" ], "actors": [ "Aud Egede-Nissen", "Carl Clewing", "Ernst Lubitsch", "Harry Liedtke", "Jakob Tiedtke", "Jenny Hasselqvist", "Margarete Kupfer", "Max Kronert", "Paul Biensfeldt", "Paul Graetz", "Paul Wegener", "Pola Negri" ], "writers": [ "Friedrich Freksa", "Hanns Kräly" ], "genres": [ "Adventure", "Drama", "Romance" ] }, { "id": 11753, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11753?format=api", "imdb_url": "https://www.imdb.com/title/tt0011753/", "title": "Terror Island", "year": 1920, "imdb_score": "5.5", "votes": 172, "image_url": "https://m.media-amazon.com/images/M/MV5BMzc2NjgwMTg3N15BMl5BanBnXkFtZTgwOTI4MzkwMDE@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "James Cruze" ], "actors": [ "Ed Brady", "Eugene Pallette", "F.A. Turner", "Frank Bonner", "Harry Houdini", "Jack Brammall", "Lila Lee", "Rosemary Theby", "Taylor N. Duncan", "Wilton Taylor" ], "writers": [ "Arthur B. Reeve", "John Grey" ], "genres": [ "Mystery" ] } ] }