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=84
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=85", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=83", "results": [ { "id": 15864, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15864?format=api", "imdb_url": "https://www.imdb.com/title/tt0015864/", "title": "La febbre dell'oro", "year": 1925, "imdb_score": "8.2", "votes": 99675, "image_url": "https://m.media-amazon.com/images/M/MV5BZjEyOTE4MzMtNmMzMy00Mzc3LWJlOTQtOGJiNDE0ZmJiOTU4L2ltYWdlXkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_UY268_CR7,0,182,268_AL_.jpg", "directors": [ "Charles Chaplin" ], "actors": [ "Charles Chaplin", "Georgia Hale", "Henry Bergman", "Mack Swain", "Malcolm Waite", "Tom Murray" ], "writers": [ "Charles Chaplin" ], "genres": [ "Adventure", "Comedy", "Drama" ] }, { "id": 15872, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15872?format=api", "imdb_url": "https://www.imdb.com/title/tt0015872/", "title": "The Goose Woman", "year": 1925, "imdb_score": "6.9", "votes": 150, "image_url": "https://m.media-amazon.com/images/M/MV5BODFjM2E3MzAtMTVkZS00YTRjLWJkYTQtYjRiNDIzZWFiYWJmXkEyXkFqcGdeQXVyNjU3NDE2MDI@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Clarence Brown" ], "actors": [ "Constance Bennett", "George Cooper", "George Nichols", "Gustav von Seyffertitz", "Jack Pickford", "James O. Barrows", "Kate Price", "Louise Dresser", "Marc McDermott", "Spottiswoode Aitken" ], "writers": [ "Dwinelle Benthall", "Rex Beach" ], "genres": [ "Drama" ] }, { "id": 15881, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15881?format=api", "imdb_url": "https://www.imdb.com/title/tt0015881/", "title": "Rapacità", "year": 1924, "imdb_score": "8.1", "votes": 9004, "image_url": "https://m.media-amazon.com/images/M/MV5BNzFhZWQ1MjgtYTNmNy00ZjdhLWEwZDctMzJkYzE5YTQwNjIxXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY268_CR8,0,182,268_AL_.jpg", "directors": [ "Erich von Stroheim" ], "actors": [ "Chester Conklin", "Dale Fuller", "Gibson Gowland", "Jean Hersholt", "Joan Standing", "Sylvia Ashton", "Tempe Pigott", "Zasu Pitts" ], "writers": [ "Erich von Stroheim", "June Mathis" ], "genres": [ "Drama", "Thriller", "Western" ] }, { "id": 15883, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15883?format=api", "imdb_url": "https://www.imdb.com/title/tt0015883/", "title": "Gribiche", "year": 1926, "imdb_score": "6.9", "votes": 225, "image_url": "https://m.media-amazon.com/images/M/MV5BMWQ2MjhlMmUtNDdmZS00MTJiLTkxYzEtZjY4ZWE5M2Y3NDgzXkEyXkFqcGdeQXVyNzQxNDExNTU@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Jacques Feyder" ], "actors": [ "Alice Tissot", "Andrée Canti", "Armand Dufour", "Charles Barrois", "Cécile Guyon", "Françoise Rosay", "Hubert Daix", "Jean Forest", "Major Heitner", "Maurice Soufflot", "Pionnier", "Rolla Norman", "Serge Otto", "Sylviane de Castillo", "Victor Vina" ], "writers": [ "Frédéric Boutet", "Jacques Feyder" ], "genres": [ "Drama" ] }, { "id": 15909, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15909?format=api", "imdb_url": "https://www.imdb.com/title/tt0015909/", "title": "Her Sister from Paris", "year": 1925, "imdb_score": "6.5", "votes": 152, "image_url": "https://m.media-amazon.com/images/M/MV5BMWU5MDNjMzUtM2NmZi00OTkzLWJmN2YtZDQ1NTU3MzlkMjlhXkEyXkFqcGdeQXVyMjQ3MTQ1MTg@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Sidney Franklin" ], "actors": [ "Constance Talmadge", "George K. Arthur", "Gertrude Claire", "Ronald Colman" ], "writers": [ "Hanns Kräly", "Ludwig Fulda" ], "genres": [ "Comedy" ] } ] }