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=164
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=165", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=163", "results": [ { "id": 20479, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20479?format=api", "imdb_url": "https://www.imdb.com/title/tt0020479/", "title": "La bisbetica domata", "year": 1929, "imdb_score": "6.2", "votes": 517, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQxNGQ0NDYtMTdmZS00YzcyLWI5YjgtMWE3ZjRmMjU1YmE1XkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Sam Taylor" ], "actors": [ "Clyde Cook", "Dorothy Jordan", "Douglas Fairbanks", "Edwin Maxwell", "Frankie Genardi", "Geoffrey Wardwell", "Joseph Cawthorn", "Mary Pickford" ], "writers": [ "Sam Taylor", "William Shakespeare" ], "genres": [ "Comedy", "Romance" ] }, { "id": 20480, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20480?format=api", "imdb_url": "https://www.imdb.com/title/tt0020480/", "title": "Tanned Legs", "year": 1929, "imdb_score": "5.6", "votes": 137, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI2NjYwNTMwNl5BMl5BanBnXkFtZTgwMTgzNzY3MjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Marshall Neilan" ], "actors": [ "Albert Gran", "Allen Kearns", "Ann Pennington", "Arthur Lake", "Dorothy Revier", "Edmund Burns", "Johnny Johnson", "Johnny Johnson's Orchestra", "June Clyde", "Lincoln Stedman", "Nella Walker", "Sally Blane" ], "writers": [ "Thomas J. Geraghty" ], "genres": [ "Comedy", "Musical" ] }, { "id": 20488, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20488?format=api", "imdb_url": "https://www.imdb.com/title/tt0020488/", "title": "Ritorna il sole", "year": 1929, "imdb_score": "5.9", "votes": 563, "image_url": "https://m.media-amazon.com/images/M/MV5BMTMzMDk5MDYxOF5BMl5BanBnXkFtZTcwMDI3NTk5Mw@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "E. Mason Hopper" ], "actors": [ "Belle Bennett", "Cecil Cunningham", "Helene Millard", "Henry Hebert", "June Nash", "Lewis Stone", "Mary Doran", "Norma Shearer", "Robert Montgomery" ], "writers": [ "Frances Marion", "Sarita Fuller" ], "genres": [ "Drama", "Romance" ] }, { "id": 20490, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20490?format=api", "imdb_url": "https://www.imdb.com/title/tt0020490/", "title": "They Had to See Paris", "year": 1929, "imdb_score": "5.8", "votes": 142, "image_url": "https://m.media-amazon.com/images/M/MV5BMjEwOTcyNzY4MV5BMl5BanBnXkFtZTgwMTk4ODQwMjE@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Frank Borzage" ], "actors": [ "Fifi D'Orsay", "Irene Rich", "Ivan Lebedeff", "Marguerite Churchill", "Owen Davis Jr.", "Rex Bell", "Will Rogers" ], "writers": [ "Homer Croy", "Owen Davis" ], "genres": [ "Comedy" ] }, { "id": 20492, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20492?format=api", "imdb_url": "https://www.imdb.com/title/tt0020492/", "title": "The Thirteenth Chair", "year": 1929, "imdb_score": "5.9", "votes": 559, "image_url": "https://m.media-amazon.com/images/M/MV5BMDJjZTI0MjQtMGM4ZS00MDk4LWFlMWUtMGZkNmE5OWUzZTBkXkEyXkFqcGdeQXVyMTQ2MjQyNDc@._V1_UY268_CR5,0,182,268_AL_.jpg", "directors": [ "Tod Browning" ], "actors": [ "Bela Lugosi", "Bertram Johns", "Charles Quatermaine", "Clarence Geldart", "Conrad Nagel", "Cyril Chadwick", "Frank Leigh", "Gretchen Holland", "Helene Millard", "Holmes Herbert", "John Davidson", "Leila Hyams", "Margaret Wycherly", "Mary Forbes", "Moon Carroll" ], "writers": [ "Bayard Veiller" ], "genres": [ "Drama", "Mystery" ] } ] }