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=173
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=174", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=172", "results": [ { "id": 20724, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20724?format=api", "imdb_url": "https://www.imdb.com/title/tt0020724/", "title": "La sivigliana", "year": 1930, "imdb_score": "5.5", "votes": 135, "image_url": "https://m.media-amazon.com/images/M/MV5BYTM2MTE4MDktZmFjYi00NTc5LWIyNzMtYmVlMzczNDEyYzljXkEyXkFqcGdeQXVyMDMxMjQwMw@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Charles Brabin" ], "actors": [ "Dorothy Jordan", "Ernest Torrence", "Mathilde Comont", "Nance O'Neil", "Ramon Novarro", "Renée Adorée", "Russell Hopton" ], "writers": [ "Dorothy Farnum", "John Colton" ], "genres": [ "Musical", "Romance" ] }, { "id": 20740, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20740?format=api", "imdb_url": "https://www.imdb.com/title/tt0020740/", "title": "Captain Thunder", "year": 1930, "imdb_score": "4.7", "votes": 125, "image_url": "https://m.media-amazon.com/images/M/MV5BMGE0MzYyMDMtMGIyOS00Mjc4LTlhNzYtNjhhNjU2ZTQ5MjRlXkEyXkFqcGdeQXVyNTY4NjI2OTA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Alan Crosland" ], "actors": [ "Bert Roach", "Charles Judels", "Don Alvarado", "Fay Wray", "Frank Campeau", "Frankie Genardi", "John St. Polis", "Natalie Moorhead", "Robert Elliott", "Robert Emmett Keane", "Victor Varconi" ], "writers": [ "Hal Davitt", "Pierre Couderc" ], "genres": [ "Adventure", "Drama", "Music" ] }, { "id": 20754, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20754?format=api", "imdb_url": "https://www.imdb.com/title/tt0020754/", "title": "Charley's Aunt", "year": 1930, "imdb_score": "6.2", "votes": 112, "image_url": "https://m.media-amazon.com/images/M/MV5BZDU0MGRlMjgtMDQxOC00MGZlLThjMDQtZDZkOWY0NjE2M2JhXkEyXkFqcGdeQXVyMDMxMjQwMw@@._V1_UY268_CR12,0,182,268_AL_.jpg", "directors": [ "Al Christie" ], "actors": [ "Charles Ruggles", "Doris Lloyd", "Flora Sheffield", "Flora le Breton", "Halliwell Hobbes", "Hugh Williams", "June Collyer", "Phillips Smalley", "Rod McLennan", "Wilson Benge" ], "writers": [ "Brandon Thomas", "F. McGrew Willis" ], "genres": [ "Comedy" ] }, { "id": 20758, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20758?format=api", "imdb_url": "https://www.imdb.com/title/tt0020758/", "title": "Check and Double Check", "year": 1930, "imdb_score": "5.7", "votes": 342, "image_url": "https://m.media-amazon.com/images/M/MV5BZDI4ODZiM2YtNzM0YS00OGUyLWFjOTYtY2ZhNWE4OGQxYzgwXkEyXkFqcGdeQXVyMTQ3Njg3MQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Melville W. Brown" ], "actors": [ "Charles J. Correll", "Charles Morton", "Duke Ellington Orchestra", "Edward Martindel", "Freeman F. Gosden", "Irene Rich", "Ralf Harolde", "Rita La Roy", "Roscoe Ates", "Russ Powell", "Sue Carol" ], "writers": [ "Bert Kalmar", "Harry Ruby" ], "genres": [ "Comedy" ] }, { "id": 20763, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20763?format=api", "imdb_url": "https://www.imdb.com/title/tt0020763/", "title": "Children of Pleasure", "year": 1930, "imdb_score": "5.7", "votes": 117, "image_url": "https://m.media-amazon.com/images/M/MV5BY2FjY2U2ODQtZDI0Yy00YjVjLWE3ZWMtZmRlOGQyODA1NDc2XkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR80,0,182,268_AL_.jpg", "directors": [ "Harry Beaumont" ], "actors": [ "Benny Rubin", "Judith Wood", "Kenneth Thomson", "Lawrence Gray", "Lee Kohlmar", "May Boley", "Wynne Gibson" ], "writers": [ "Crane Wilbur", "Richard Schayer" ], "genres": [ "Comedy", "Musical", "Romance" ] } ] }