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=47
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=48", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=46", "results": [ { "id": 11870, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11870?format=api", "imdb_url": "https://www.imdb.com/title/tt0011870/", "title": "Within Our Gates", "year": 1920, "imdb_score": "6.4", "votes": 2553, "image_url": "https://m.media-amazon.com/images/M/MV5BYjcxMWFjNTgtNzAwOC00OTIwLWE1ZTAtOTI3YjI2YWZhODQxXkEyXkFqcGdeQXVyMDY4MzkyNw@@._V1_UY268_CR12,0,182,268_AL_.jpg", "directors": [ "Oscar Micheaux" ], "actors": [ "Bernice Ladd", "Charles D. Lucas", "E.G. Tatum", "Evelyn Preer", "Flo Clements", "Grant Edwards", "Grant Gorman", "Jack Chenault", "James D. Ruffin", "Leigh Whipper", "Mattie Edwards", "Mrs. Evelyn", "Ralph Johnson", "William Smith", "William Starks" ], "writers": [ "Oscar Micheaux" ], "genres": [ "Drama", "Romance" ] }, { "id": 11904, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11904?format=api", "imdb_url": "https://www.imdb.com/title/tt0011904/", "title": "The Ace of Hearts", "year": 1921, "imdb_score": "6.8", "votes": 1084, "image_url": "https://m.media-amazon.com/images/M/MV5BMTkwOTUyNDk1N15BMl5BanBnXkFtZTYwODI3MzI3._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Wallace Worsley" ], "actors": [ "Edwin Wallock", "Hardee Kirkland", "John Bowers", "Leatrice Joy", "Lon Chaney", "Raymond Hatton", "Roy Laidlaw" ], "writers": [ "Gouverneur Morris", "Ruth Wightman" ], "genres": [ "Crime", "Drama", "Mystery" ] }, { "id": 11908, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11908?format=api", "imdb_url": "https://www.imdb.com/title/tt0011908/", "title": "Adventures of Tarzan", "year": 1921, "imdb_score": "6.0", "votes": 105, "image_url": "https://m.media-amazon.com/images/M/MV5BMTkxMDA2MzI2MV5BMl5BanBnXkFtZTcwMjg1OTA5MQ@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Robert F. Hill", "Scott Sidney" ], "actors": [ "Charles Gay", "Charles Inslee", "Elmo Lincoln", "Fifi R. Lachoy", "Frank Merrill", "Frank Whitson", "George B. French", "Gordon Griffith", "Joe Martin", "Lillian Worth", "Louise Lorraine", "Maceo Bruce Sheffield", "Scott Pembroke", "Thomas Jefferson", "Zip Monberg" ], "writers": [ "Edgar Rice Burroughs", "Robert F. Hill" ], "genres": [ "Action", "Adventure" ] }, { "id": 11909, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11909?format=api", "imdb_url": "https://www.imdb.com/title/tt0011909/", "title": "Fragilità , sei femmina!", "year": 1921, "imdb_score": "6.6", "votes": 1212, "image_url": "https://m.media-amazon.com/images/M/MV5BZGRjMmVkMGUtOWI2Mi00MWQ1LWI2ZDEtYWU4MDZkZTQ2MmJiXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Agnes Ayres", "Bebe Daniels", "Elliott Dexter", "Gloria Swanson", "Laura Anson", "Monte Blue", "Theodore Kosloff", "Theodore Roberts", "Wallace Reid", "Wanda Hawley" ], "writers": [ "Arthur Schnitzler", "Jeanie Macpherson" ], "genres": [ "Comedy", "Drama" ] }, { "id": 11948, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11948?format=api", "imdb_url": "https://www.imdb.com/title/tt0011948/", "title": "Be My Wife", "year": 1921, "imdb_score": "6.9", "votes": 365, "image_url": "https://m.media-amazon.com/images/M/MV5BNjEzMDNjOGEtNmNkNy00ODg1LTg4MDktZDYwNTQyZWZiMGViXkEyXkFqcGdeQXVyMTA2MTU3NDk1._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Max Linder" ], "actors": [ "Alta Allen", "Arthur Clayton", "Caroline Rankin", "Charles McHugh", "Lincoln Stedman", "Max Linder", "Rose Dione", "Viora Daniel" ], "writers": [ "Max Linder" ], "genres": [ "Comedy" ] } ] }