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=131
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=132", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=130", "results": [ { "id": 19071, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19071?format=api", "imdb_url": "https://www.imdb.com/title/tt0019071/", "title": "Crepuscolo di gloria", "year": 1928, "imdb_score": "8.0", "votes": 3351, "image_url": "https://m.media-amazon.com/images/M/MV5BNGVhZmVkNmEtMjUyMC00YTFhLWIzMmEtNmQxMmE1NTBhMjQyXkEyXkFqcGdeQXVyMjgyNjk3MzE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Josef von Sternberg" ], "actors": [ "Emil Jannings", "Evelyn Brent", "Fritz Feld", "Jack Raymond", "Michael Visaroff", "Nicholas Soussanin", "William Powell" ], "writers": [ "John F. Goodrich", "Lajos Biró" ], "genres": [ "Drama", "History", "Romance" ] }, { "id": 19074, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19074?format=api", "imdb_url": "https://www.imdb.com/title/tt0019074/", "title": "Ridi pagliaccio", "year": 1928, "imdb_score": "7.6", "votes": 1697, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk1MjEzOTc4Ml5BMl5BanBnXkFtZTgwODU1NDM4MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Herbert Brenon" ], "actors": [ "Bernard Siegel", "Cissy Fitzgerald", "Gwen Lee", "Lon Chaney", "Loretta Young", "Nils Asther" ], "writers": [ "David Belasco", "Tom Cushing" ], "genres": [ "Drama" ] }, { "id": 19096, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19096?format=api", "imdb_url": "https://www.imdb.com/title/tt0019096/", "title": "Lights of New York", "year": 1928, "imdb_score": "5.7", "votes": 737, "image_url": "https://m.media-amazon.com/images/M/MV5BMjY3MmZhMTUtNTBkYS00ZTRjLTg5ZmEtOTM5YmFjMTllNDVhXkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Bryan Foy" ], "actors": [ "Cullen Landis", "Eugene Pallette", "Gladys Brockwell", "Guy D'Ennery", "Helene Costello", "Jere Delaney", "Mary Carr", "Robert Elliott", "Tom Dugan", "Tom McGuire", "Walter Percival", "Wheeler Oakman" ], "writers": [ "Hugh Herbert", "Murray Roth" ], "genres": [ "Crime", "Drama", "Music" ] }, { "id": 19098, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19098?format=api", "imdb_url": "https://www.imdb.com/title/tt0019098/", "title": "Le sette aquile", "year": 1928, "imdb_score": "6.1", "votes": 638, "image_url": "https://m.media-amazon.com/images/M/MV5BNmVlMGJiMTItMjZlNy00ZTExLWFiMDMtMGE1YmMyMzZlNWYzXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Lloyd", "George Fitzmaurice" ], "actors": [ "Arthur Lake", "Burr McIntosh", "Cleve Moore", "Colleen Moore", "Dan Dowling", "Dick Grace", "Eugenie Besserer", "Gary Cooper", "George Cooper", "Harlan Hilton", "Jack Ponder", "Jack Stoney", "Kathryn McGuire", "Richard Jarvis", "Stuart Knox" ], "writers": [ "Guy Fowler", "Jane Cowl" ], "genres": [ "Drama", "Romance", "War" ] }, { "id": 19109, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19109?format=api", "imdb_url": "https://www.imdb.com/title/tt0019109/", "title": "Primo amore", "year": 1928, "imdb_score": "7.8", "votes": 2018, "image_url": "https://m.media-amazon.com/images/M/MV5BYjI1MGRiMWEtMDNhMi00NzRiLWE4OGMtZGZlNmIyOGE5MGM3L2ltYWdlXkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Pál Fejös" ], "actors": [ "Andy Devine", "Barbara Kent", "Eddie Phillips", "Fay Holderness", "Glenn Tryon", "Gusztáv Pártos" ], "writers": [ "Edward T. Lowe Jr.", "Mann Page" ], "genres": [ "Comedy", "Drama", "Romance" ] } ] }