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=172
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=173", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=171", "results": [ { "id": 20695, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20695?format=api", "imdb_url": "https://www.imdb.com/title/tt0020695/", "title": "The Bishop Murder Case", "year": 1929, "imdb_score": "6.1", "votes": 602, "image_url": "https://m.media-amazon.com/images/M/MV5BMTgwMDU2ODYyM15BMl5BanBnXkFtZTgwMjA2ODU2MzE@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "David Burton", "Nick Grinde" ], "actors": [ "Alec B. Francis", "Basil Rathbone", "Bodil Rosing", "Carroll Nye", "Charles Quatermaine", "Clarence Geldart", "Delmer Daves", "George F. Marion", "James Donlan", "Leila Hyams", "Nellie Bly Baker", "Roland Young", "Sidney Bracey", "Zelda Sears" ], "writers": [ "Lenore J. Coffee", "S.S. Van Dine" ], "genres": [ "Drama", "Mystery" ] }, { "id": 20697, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20697?format=api", "imdb_url": "https://www.imdb.com/title/tt0020697/", "title": "L'angelo azzurro", "year": 1930, "imdb_score": "7.7", "votes": 13511, "image_url": "https://m.media-amazon.com/images/M/MV5BMmExOWQyYmUtMDZlZS00ZWQxLWE3YWQtMmM2ZmJhNWJhYzExXkEyXkFqcGdeQXVyNDE5MTU2MDE@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Josef von Sternberg" ], "actors": [ "Carl Balhaus", "Die Weintraub Syncopators", "Eduard von Winterstein", "Emil Jannings", "Hans Albers", "Hans Roth", "Kurt Gerron", "Károly Huszár", "Marlene Dietrich", "Reinhold Bernt", "Robert Klein-Lörk", "Roland Varno", "Rolf Müller", "Rosa Valetti", "Wilhelm Diegelmann" ], "writers": [ "Carl Zuckmayer", "Heinrich Mann" ], "genres": [ "Drama", "Music" ] }, { "id": 20701, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20701?format=api", "imdb_url": "https://www.imdb.com/title/tt0020701/", "title": "Borderline", "year": 1930, "imdb_score": "6.2", "votes": 417, "image_url": "https://m.media-amazon.com/images/M/MV5BMjExMTM4MTk1NV5BMl5BanBnXkFtZTgwOTcyNjQzODE@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Kenneth MacPherson" ], "actors": [ "Blanche Lewin", "Charlotte Arthur", "Eslanda Robeson", "Gavin Arthur", "Hilda Doolittle", "Paul Robeson" ], "writers": [ "Kenneth MacPherson" ], "genres": [ "Drama" ] }, { "id": 20702, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20702?format=api", "imdb_url": "https://www.imdb.com/title/tt0020702/", "title": "Temerario nato", "year": 1930, "imdb_score": "5.4", "votes": 329, "image_url": "https://m.media-amazon.com/images/M/MV5BZWFkYWZhZTYtMmZhNi00ODJmLTllY2YtOGRlNzcyOTI1NWUzXkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR79,0,182,268_AL_.jpg", "directors": [ "John Ford" ], "actors": [ "Ben Bard", "Catherine Dale Owen", "Eddie Gribbon", "Edmund Lowe", "Ferike Boros", "Frank Albertson", "Ilka Chase", "Joe Brown", "Lee Tracy", "Marguerite Churchill", "Mike Donlin", "Pat Somerset", "Paul Porcasi", "Warren Hymer", "William Harrigan" ], "writers": [ "Dudley Nichols" ], "genres": [ "Crime", "Drama", "War" ] }, { "id": 20713, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20713?format=api", "imdb_url": "https://www.imdb.com/title/tt0020713/", "title": "Bright Lights", "year": 1930, "imdb_score": "5.6", "votes": 241, "image_url": "https://m.media-amazon.com/images/M/MV5BMjllNDI1MzEtZGY3OS00OGE2LTk0ZGQtMjhhMDE0YTQ4OWE2XkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR79,0,182,268_AL_.jpg", "directors": [ "Michael Curtiz" ], "actors": [ "Daphne Pollard", "Dorothy Mackaill", "Edmund Breese", "Edward J. Nugent", "Frank Fay", "Frank McHugh", "Inez Courtney", "James Murray", "Noah Beery", "Philip Strange", "Tom Dugan" ], "writers": [ "Henry McCarty", "Humphrey Pearson" ], "genres": [ "Drama", "Musical", "Romance" ] } ] }