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=143
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=144", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=142", "results": [ { "id": 19729, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19729?format=api", "imdb_url": "https://www.imdb.com/title/tt0019729/", "title": "La canzone di Broadway", "year": 1929, "imdb_score": "5.7", "votes": 6420, "image_url": "https://m.media-amazon.com/images/M/MV5BZmJlOWM4NDEtYmZmYS00MTIyLTgwYWMtMjFhYmNhZWU4ZmVmXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Harry Beaumont" ], "actors": [ "Anita Page", "Bessie Love", "Charles King" ], "writers": [ "Edmund Goulding", "Norman Houston" ], "genres": [ "Drama", "Musical", "Romance" ] }, { "id": 19735, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19735?format=api", "imdb_url": "https://www.imdb.com/title/tt0019735/", "title": "Cercasi avventura", "year": 1929, "imdb_score": "6.4", "votes": 866, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI5Nzc2MTc5MF5BMl5BanBnXkFtZTgwNzM0NDAwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "F. Richard Jones" ], "actors": [ "Adolph Milar", "Charles Sellon", "Claud Allister", "Donald Novis", "Gertrude Short", "Joan Bennett", "Lawrence Grant", "Lilyan Tashman", "Montagu Love", "Ronald Colman", "Tetsu Komai", "Wilson Benge" ], "writers": [ "Herman C. McNeile", "Sidney Howard" ], "genres": [ "Drama", "Mystery", "Thriller" ] }, { "id": 19745, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19745?format=api", "imdb_url": "https://www.imdb.com/title/tt0019745/", "title": "La Canarina Assassinata", "year": 1929, "imdb_score": "6.0", "votes": 557, "image_url": "https://m.media-amazon.com/images/M/MV5BNjczNzQ0Njc1M15BMl5BanBnXkFtZTgwNTI5MDgwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Tuttle", "Malcolm St. Clair" ], "actors": [ "Charles Lane", "E.H. Calvert", "Eugene Pallette", "Gustav von Seyffertitz", "James Hall", "Jean Arthur", "Lawrence Grant", "Louis John Bartels", "Louise Brooks", "Ned Sparks", "William Powell" ], "writers": [ "Albert S. Le Vino", "Herman J. Mankiewicz" ], "genres": [ "Crime", "Drama", "Mystery" ] }, { "id": 19746, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19746?format=api", "imdb_url": "https://www.imdb.com/title/tt0019746/", "title": "Le capitaine Fracasse", "year": 1929, "imdb_score": "6.7", "votes": 168, "image_url": "https://m.media-amazon.com/images/M/MV5BODdlNThjZjktNDM3ZS00OTU0LWJhNTMtNjA5MGVhODM4Yzk5XkEyXkFqcGdeQXVyMzYyNzgzMzI@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Alberto Cavalcanti", "Henry Wulschleger" ], "actors": [ "Armand Numès", "Charles Boyer", "Clairette de Savoye", "Daniel Mendaille", "Georges Benoît", "Lien Deyers", "Léon Courtois", "Marguerite Moreno", "Marie-Thérèse Vincent", "Odette Josylla", "Paul Quevedo", "Paul Velsa", "Pierre Blanchar", "Pola Illéry", "René Bergeron" ], "writers": [ "Alberto Cavalcanti", "Théophile Gautier" ], "genres": [ "Adventure", "Drama" ] }, { "id": 19777, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19777?format=api", "imdb_url": "https://www.imdb.com/title/tt0019777/", "title": "The Cocoanuts", "year": 1929, "imdb_score": "7.0", "votes": 6976, "image_url": "https://m.media-amazon.com/images/M/MV5BZjY3YWRlODYtMzUxNi00Yjk1LTg5OGMtYzhjNTMxOTgxZDZlXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Joseph Santley", "Robert Florey" ], "actors": [ "Allan K. Foster Girls", "Basil Ruysdael", "Chico Marx", "Cyril Ring", "Gamby-Hale Ballet Girls", "Groucho Marx", "Harpo Marx", "Kay Francis", "Margaret Dumont", "Mary Eaton", "Oscar Shaw", "The Marx Brothers", "Zeppo Marx" ], "writers": [ "George S. Kaufman", "Morrie Ryskind" ], "genres": [ "Comedy", "Musical" ] } ] }