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=43
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=44", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=42", "results": [ { "id": 11440, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11440?format=api", "imdb_url": "https://www.imdb.com/title/tt0011440/", "title": "Markens grøde", "year": 1921, "imdb_score": "6.5", "votes": 204, "image_url": "https://m.media-amazon.com/images/M/MV5BNWE4MDJhMjEtMmFiMC00ZDYzLTkzN2QtNzQzMmEyMTkwNmRjL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTU5MDUxNjQ@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Gunnar Sommerfeldt" ], "actors": [ "Almar Bjoernefjell", "Amund Rydland", "Ernst Vaumund", "Fordel Johnsen", "Gunnar Sommerfeldt", "Hans A. Meyer", "Inge Sommerfeldt", "Karen Poulsen", "Ragna Wettergreen", "Rolf Christensen", "Sigurd Berg Bruland", "Sigurd Eliasson", "Sigurd Køvatn", "Siljusson av Terna", "Sivert Eliassen" ], "writers": [ "Gunnar Sommerfeldt", "Knut Hamsun" ], "genres": [ "Drama" ] }, { "id": 11474, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11474?format=api", "imdb_url": "https://www.imdb.com/title/tt0011474/", "title": "Un pulcino nella stoppa", "year": 1920, "imdb_score": "6.5", "votes": 136, "image_url": "https://m.media-amazon.com/images/M/MV5BZjM1YWM0MzEtYmMzNi00NzAzLTk1N2ItMWMxZGI3MWI4ZDc3XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Victor Fleming" ], "actors": [ "Adele Farrington", "Albert MacQuarrie", "Betty Bouton", "Charles Stevens", "Douglas Fairbanks", "Fredericka Hawks", "George Stewart", "Lewis Hippe", "Morris Hughes", "Paul Burns", "Ruth Renick", "Wallace Beery" ], "writers": [ "Harold McGrath", "Thomas J. Geraghty" ], "genres": [ "Adventure", "Comedy", "Romance" ] }, { "id": 11513, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11513?format=api", "imdb_url": "https://www.imdb.com/title/tt0011513/", "title": "Nomads of the North", "year": 1920, "imdb_score": "5.7", "votes": 193, "image_url": "https://m.media-amazon.com/images/M/MV5BZDgwNjkwZTgtNGZkZC00ODgzLTg0NTktMzkxN2EyYWY4MjRlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "David Hartford" ], "actors": [ "Betty Blythe", "Francis McDonald", "Lewis Stone", "Lon Chaney", "Melbourne MacDowell", "Spottiswoode Aitken" ], "writers": [ "David Hartford", "James Oliver Curwood" ], "genres": [ "Drama" ] }, { "id": 11588, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11588?format=api", "imdb_url": "https://www.imdb.com/title/tt0011588/", "title": "Pollyanna", "year": 1920, "imdb_score": "6.4", "votes": 366, "image_url": "https://m.media-amazon.com/images/M/MV5BNGFiYzZlYjUtMGU5NC00MmI4LWIzZDUtOWU0MjZjMTUyZjY4XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Paul Powell" ], "actors": [ "George Berrell", "Helen Jerome Eddy", "Herbert Prior", "Howard Ralston", "Katherine Griffith", "Mary Pickford", "Wharton James", "William Courtleigh" ], "writers": [ "Catherine Chisholm Cushing", "Eleanor H. Porter" ], "genres": [ "Comedy", "Drama", "Family" ] }, { "id": 11607, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11607?format=api", "imdb_url": "https://www.imdb.com/title/tt0011607/", "title": "La vedova del pastore", "year": 1920, "imdb_score": "7.1", "votes": 1049, "image_url": "https://m.media-amazon.com/images/M/MV5BYjE0YzQ5ZGEtZGMxNy00NjQzLTg5OGQtZGU3ODMzNGY5MGJjXkEyXkFqcGdeQXVyNDEzMTI3MTU@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Carl Theodor Dreyer" ], "actors": [ "Einar Röd", "Emil Helsengreen", "Greta Almroth", "Hildur Carlberg", "Kurt Welin", "Lorentz Thyholt", "Mathilde Nielsen", "Olav Aukrust", "William Ivarson" ], "writers": [ "Carl Theodor Dreyer", "Kristofer Janson" ], "genres": [ "Comedy", "Drama", "Horror" ] } ] }