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=4
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=5", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=3", "results": [ { "id": 3131, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/3131?format=api", "imdb_url": "https://www.imdb.com/title/tt0003131/", "title": "Maudite soit la guerre", "year": 1914, "imdb_score": "6.6", "votes": 129, "image_url": "https://m.media-amazon.com/images/M/MV5BMDE4YTMwNDQtYjViMC00NWYzLWI5MjQtOWU5NjFhZDJiMjMxXkEyXkFqcGdeQXVyMjM5NDM1MTE@._V1_UY268_CR147,0,182,268_AL_.jpg", "directors": [ "Alfred Machin" ], "actors": [ "Albert Hendrickx", "Baert", "Fernand Crommelynck", "Georges Etienne", "Henri Goidsen", "Jane Tony", "Lucien Mussière", "Maurice Auzat", "Nadia D'Angely", "Renée Bailly", "Réginald", "Suzanne Berni", "Zizi Festerat" ], "writers": [ "Alfred Machin" ], "genres": [ "Drama", "War" ] }, { "id": 3165, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/3165?format=api", "imdb_url": "https://www.imdb.com/title/tt0003165/", "title": "Le mort qui tue", "year": 1913, "imdb_score": "7.0", "votes": 1064, "image_url": "https://m.media-amazon.com/images/M/MV5BMjQwMTEwMjg3Ml5BMl5BanBnXkFtZTgwMTg0NDIwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Louis Feuillade" ], "actors": [ "André Luguet", "Armand Dutertre", "Edmund Breon", "Fabienne Fabrèges", "Georges Melchior", "Jane Faber", "Luitz-Morat", "Marie Dorly", "Naudier", "René Navarre", "Renée Carl", "Édouard Mathé" ], "writers": [ "Louis Feuillade", "Marcel Allain" ], "genres": [ "Crime", "Drama", "Mystery" ] }, { "id": 3167, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/3167?format=api", "imdb_url": "https://www.imdb.com/title/tt0003167/", "title": "Amore di madre", "year": 1914, "imdb_score": "5.8", "votes": 185, "image_url": "https://m.media-amazon.com/images/M/MV5BOTZjNzg2MjgtODJkNy00NWM5LTg2MTAtZGVmZTRiOGEyODJhXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "D.W. Griffith" ], "actors": [ "Courtenay Foote", "Donald Crisp", "Dorothy Gish", "Fay Tincher", "Fred Burns", "Henry B. Walthall", "Jack Pickford", "James Kirkwood", "Josephine Crowell", "Lillian Gish", "Mae Marsh", "Mary Alden", "Miriam Cooper", "Robert Harron", "Spottiswoode Aitken" ], "writers": [ "D.W. Griffith", "H.E. Aitken" ], "genres": [ "Drama" ] }, { "id": 3419, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/3419?format=api", "imdb_url": "https://www.imdb.com/title/tt0003419/", "title": "Lo studente di Praga", "year": 1913, "imdb_score": "6.5", "votes": 1810, "image_url": "https://m.media-amazon.com/images/M/MV5BZGU4MGZiMmItOWJlOC00NDlkLWIyODItYjI5OWNmNmQyMDUwXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "Paul Wegener", "Stellan Rye" ], "actors": [ "Fritz Weidemann", "Grete Berger", "John Gottowt", "Lothar Körner", "Lyda Salmonova", "Paul Wegener" ], "writers": [ "Hanns Heinz Ewers" ], "genres": [ "Drama", "Fantasy", "Horror" ] }, { "id": 3471, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/3471?format=api", "imdb_url": "https://www.imdb.com/title/tt0003471/", "title": "Traffic in Souls", "year": 1913, "imdb_score": "6.0", "votes": 562, "image_url": "https://m.media-amazon.com/images/M/MV5BYzk0YWQzMGYtYTM5MC00NjM2LWE5YzYtMjgyNDVhZDg1N2YzXkEyXkFqcGdeQXVyMzE0MjY5ODA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "George Loane Tucker" ], "actors": [ "Arthur Hunter", "Edward Boring", "Ethel Grandin", "Howard Crampton", "Irene Wallace", "Jack Poulton", "Jane Gail", "Luray Huntley", "Matt Moore", "Millie Liston", "W.H. Bainbridge", "William Cavanaugh", "William H. Turner", "William Powers", "William Welsh" ], "writers": [ "Unknown" ], "genres": [ "Crime", "Drama" ] } ] }