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=22
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=23", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=21", "results": [ { "id": 8536, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8536?format=api", "imdb_url": "https://www.imdb.com/title/tt0008536/", "title": "Satana likuyushchiy", "year": 1917, "imdb_score": "6.9", "votes": 146, "image_url": "https://m.media-amazon.com/images/M/MV5BNDcyNzlmYzYtZDllYi00NjI3LWE1NWEtZDY4MWY5NmEwZmQwXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Yakov Protazanov" ], "actors": [ "Aleksandr Chabrov", "Ivan Mozzhukhin", "Nathalie Lissenko", "Polycarpe Pavloff", "Vera Orlova" ], "writers": [ "Olga Blazhevich" ], "genres": [ "Drama" ] }, { "id": 8634, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8634?format=api", "imdb_url": "https://www.imdb.com/title/tt0008634/", "title": "Straight Shooting", "year": 1917, "imdb_score": "6.2", "votes": 386, "image_url": "https://m.media-amazon.com/images/M/MV5BMThiNTNkMGEtOGRlZC00ZGFhLWI2NTEtYWI5ZGZhYTUwNmRjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UY268_CR1,0,182,268_AL_.jpg", "directors": [ "John Ford" ], "actors": [ "Duke R. Lee", "George Berrell", "Harry Carey", "Hoot Gibson", "Milton Brown", "Molly Malone", "Ted Brooks", "Vester Pegg" ], "writers": [ "George Hively" ], "genres": [ "Western" ] }, { "id": 8652, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8652?format=api", "imdb_url": "https://www.imdb.com/title/tt0008652/", "title": "A Tale of Two Cities", "year": 1917, "imdb_score": "6.0", "votes": 110, "image_url": "https://m.media-amazon.com/images/M/MV5BNjJkOTRlOTAtZjQ5Ni00NjEzLWI0NDctYjczYTk5MmIzNTQ2XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Frank Lloyd" ], "actors": [ "Charles Clary", "Florence Vidor", "Harry De Vere", "Herschel Mayall", "James Morrison", "Jewel Carmen", "Josef Swickard", "Marc B. Robbins", "Olive White", "Ralph Lewis", "Rosita Marstini", "Willard Louis", "William Clifford", "William Farnum" ], "writers": [ "Charles Dickens", "Frank Lloyd" ], "genres": [ "Drama", "History", "Romance" ] }, { "id": 8663, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8663?format=api", "imdb_url": "https://www.imdb.com/title/tt0008663/", "title": "Terje Vigen", "year": 1917, "imdb_score": "7.4", "votes": 1539, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ2OTYyMDU4OV5BMl5BanBnXkFtZTgwMTk5MDg0MjE@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Victor Sjöström" ], "actors": [ "August Falck", "Bergliot Husberg", "Edith Erastoff", "Victor Sjöström" ], "writers": [ "Henrik Ibsen" ], "genres": [ "Drama", "War" ] }, { "id": 8672, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/8672?format=api", "imdb_url": "https://www.imdb.com/title/tt0008672/", "title": "Thomas Graals bästa film", "year": 1917, "imdb_score": "6.1", "votes": 188, "image_url": "https://m.media-amazon.com/images/M/MV5BYmU5OGUxN2YtZjI2ZC00ZTQ3LTkyZDYtMmZlMDJiMDE4YzJkXkEyXkFqcGdeQXVyMjUyNDk2ODc@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Mauritz Stiller" ], "actors": [ "Adolf Blomstedt", "Albin Lavén", "Axel Nilsson", "Emil Fjellström", "Emma Dietrichs", "Gucken Cederborg", "Gustaf Boge", "Henrik Jaenzon", "Jenny Tschernichin-Larsson", "Karin Molander", "Nils Lundell", "Thyra Leijman-Uppström", "Torsten Winge", "Victor Sjöström", "William Larsson" ], "writers": [ "Gustaf Molander" ], "genres": [ "Comedy" ] } ] }