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=7
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=8", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=6", "results": [ { "id": 4066, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4066?format=api", "imdb_url": "https://www.imdb.com/title/tt0004066/", "title": "Det hemmelighedsfulde X", "year": 1914, "imdb_score": "7.0", "votes": 509, "image_url": "https://m.media-amazon.com/images/M/MV5BZjMxZjMyNzgtY2MxMS00Y2FkLWI3MTEtYmI2YzY4ZGM3NWE0XkEyXkFqcGdeQXVyNDEzMTI3MTU@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Benjamin Christensen" ], "actors": [ "Amanda Lund", "Benjamin Christensen", "Bjørn Spiro", "Charles Løwaas", "Finn Wennerwald", "Fritz Lamprecht", "Hermann Spiro", "Holger Bjerre", "Holger Rasmussen", "Karen Caspersen", "Otto Lagoni", "Otto Reinwald", "Robert Schmidt", "Svend Rindom" ], "writers": [ "Benjamin Christensen", "Laurids Skands" ], "genres": [ "Drama", "Mystery" ] }, { "id": 4099, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4099?format=api", "imdb_url": "https://www.imdb.com/title/tt0004099/", "title": "His Majesty, the Scarecrow of Oz", "year": 1914, "imdb_score": "5.2", "votes": 419, "image_url": "https://m.media-amazon.com/images/M/MV5BZWZmZTZhMTQtZDhjZS00MTQyLThjMDQtYWYzN2NkYTEyMTJlXkEyXkFqcGdeQXVyMzE0MjY5ODA@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "J. Farrell MacDonald" ], "actors": [ "Arthur Smollet", "Frank Moore", "Fred Woodward", "J. Charles Haydon", "Jacqueline Lovell", "Louise Emmons", "Mai Wells", "Mildred Harris", "Pierre Couderc", "Raymond Russell", "Todd Wright", "Violet MacMillan", "Vivian Reed" ], "writers": [ "L. Frank Baum" ], "genres": [ "Adventure", "Family", "Fantasy" ] }, { "id": 4134, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4134?format=api", "imdb_url": "https://www.imdb.com/title/tt0004134/", "title": "Hypocrites", "year": 1915, "imdb_score": "6.6", "votes": 459, "image_url": "https://m.media-amazon.com/images/M/MV5BMjA5NTYzNDQ4NV5BMl5BanBnXkFtZTgwMzA5NzgwMzE@._V1_UY268_CR23,0,182,268_AL_.jpg", "directors": [ "Lois Weber" ], "actors": [ "Adele Farrington", "Courtenay Foote", "Herbert Standing", "Myrtle Stedman" ], "writers": [ "Lois Weber" ], "genres": [ "Drama" ] }, { "id": 4150, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4150?format=api", "imdb_url": "https://www.imdb.com/title/tt0004150/", "title": "In the Land of the Head Hunters", "year": 1914, "imdb_score": "5.8", "votes": 408, "image_url": "https://m.media-amazon.com/images/M/MV5BMjE3MjAyNzM5NV5BMl5BanBnXkFtZTgwMjA5OTg5NjE@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Edward S. Curtis" ], "actors": [ "Alfred Charlie", "Awidi", "Balutsa", "Bob Wilson", "Francine Hunt", "Kwagwanu", "Mrs. George Walkus", "Paddy 'Malid", "Sarah Constance Smith Hunt", "Stanley Hunt" ], "writers": [ "Edward S. Curtis" ], "genres": [ "Drama", "History" ] }, { "id": 4181, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/4181?format=api", "imdb_url": "https://www.imdb.com/title/tt0004181/", "title": "Judith of Bethulia", "year": 1914, "imdb_score": "6.1", "votes": 1248, "image_url": "https://m.media-amazon.com/images/M/MV5BNWE4M2M0MGUtMjk4Ni00OGE4LWJkZDUtMWI0ZDJlMDYxZjY5XkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "D.W. Griffith" ], "actors": [ "Blanche Sweet", "Dorothy Gish", "Gertrude Bambrick", "Harry Carey", "Henry B. Walthall", "J. Jiquel Lanoe", "Kate Bruce", "Lillian Gish", "Mae Marsh", "Robert Harron" ], "writers": [ "D.W. Griffith", "Thomas Bailey Aldrich" ], "genres": [ "Drama" ] } ] }