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=23
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=24", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=22", "results": [ { "id": 8679, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8679?format=api", "imdb_url": "https://www.imdb.com/title/tt0008679/", "title": "Tillie Wakes Up", "year": 1917, "imdb_score": "4.7", "votes": 481, "image_url": "https://m.media-amazon.com/images/M/MV5BMGViZDdhNjQtZmFmNy00MmQzLTg4MWMtMzJmMjAwNGI1ZTFhXkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR10,0,182,268_AL_.jpg", "directors": [ "Harry Davenport" ], "actors": [ "Frank Beamish", "Jack Brawn", "Johnny Hines", "Marie Dressler", "Rubye De Remer", "Ruth Barrett" ], "writers": [ "Frances Marion", "Mark Swan" ], "genres": [ "Comedy" ] }, { "id": 8687, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8687?format=api", "imdb_url": "https://www.imdb.com/title/tt0008687/", "title": "Tom Sawyer", "year": 1917, "imdb_score": "6.1", "votes": 142, "image_url": "https://m.media-amazon.com/images/M/MV5BZThhYTU4NjMtMjQ4ZC00ZjE2LWI0MjMtMzdiZTU3OWE0MmI0XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "William Desmond Taylor" ], "actors": [ "Alice Marvin", "Antrim Short", "Carl Goetz", "Clara Horton", "Edythe Chapman", "George Hackathorne", "Helen Gilmore", "Jack Pickford", "Robert Gordon" ], "writers": [ "Julia Crawford Ivers", "Mark Twain" ], "genres": [ "Adventure", "Comedy", "Drama" ] }, { "id": 8710, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8710?format=api", "imdb_url": "https://www.imdb.com/title/tt0008710/", "title": "Tösen från Stormyrtorpet", "year": 1917, "imdb_score": "6.6", "votes": 149, "image_url": "https://m.media-amazon.com/images/M/MV5BZWYzNjcwNDQtMzExOC00YzY4LWI0ZTAtNjBlODBjZmNiNGMxXkEyXkFqcGdeQXVyNzQxNDExNTU@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "Victor Sjöström" ], "actors": [ "Concordia Selander", "Edla Rothgardt", "Georg Blomstedt", "Greta Almroth", "Gösta Cederlund", "Hjalmar Selander", "Jenny Tschernichin-Larsson", "Josua Bengtson", "Karin Molander", "Lars Hanson", "Nils Aréhn", "Thekla Borgh", "William Larsson" ], "writers": [ "Ester Julin", "Selma Lagerlöf" ], "genres": [ "Drama" ] }, { "id": 8775, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8775?format=api", "imdb_url": "https://www.imdb.com/title/tt0008775/", "title": "Wild and Woolly", "year": 1917, "imdb_score": "6.4", "votes": 561, "image_url": "https://m.media-amazon.com/images/M/MV5BMDBhMTZlYWQtOTBkOS00YTFjLTllZjAtOWU3ZDUyZTA1YjljXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John Emerson" ], "actors": [ "Calvert Carter", "Charles Stevens", "Douglas Fairbanks", "Eileen Percy", "Sam De Grasse" ], "writers": [ "Anita Loos", "Horace B. Carpenter" ], "genres": [ "Comedy", "Romance", "Western" ] }, { "id": 8827, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8827?format=api", "imdb_url": "https://www.imdb.com/title/tt0008827/", "title": "Amarilly of Clothes-Line Alley", "year": 1918, "imdb_score": "5.8", "votes": 743, "image_url": "https://m.media-amazon.com/images/M/MV5BZWQxM2M5OTctNWIwMS00MWFlLThhY2MtNWM4OTViNzI1MjE0XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Marshall Neilan" ], "actors": [ "Fred Goodwins", "Ida Waterman", "Kate Price", "Margaret Landis", "Mary Pickford", "Norman Kerry", "Tom Wilson", "William Scott" ], "writers": [ "Belle K. Maniates", "Frances Marion" ], "genres": [ "Comedy", "Romance" ] } ] }