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=18
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=19", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17", "results": [ { "id": 7361, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/7361?format=api", "imdb_url": "https://www.imdb.com/title/tt0007361/", "title": "Snow White", "year": 1916, "imdb_score": "6.2", "votes": 351, "image_url": "https://m.media-amazon.com/images/M/MV5BMjk0NTJjY2UtMWNjNi00MGM1LWEzNGEtMjI2OWI1NzQwOWY2L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "J. Searle Dawley" ], "actors": [ "Alice Washburn", "Creighton Hale", "Dorothy Cumming", "Lionel Braham", "Marguerite Clark" ], "writers": [ "Winthrop Ames" ], "genres": [ "Fantasy", "Romance" ] }, { "id": 7367, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/7367?format=api", "imdb_url": "https://www.imdb.com/title/tt0007367/", "title": "The Social Secretary", "year": 1916, "imdb_score": "5.2", "votes": 507, "image_url": "https://m.media-amazon.com/images/M/MV5BYjAwNGQzMTItYWM0Ny00ZjgzLWI3ODYtNmJiMmY1MjI5MDg4XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John Emerson" ], "actors": [ "Erich von Stroheim", "Gladden James", "Helen Weir", "Herbert French", "Kate Lester", "Nathaniel Sack", "Norma Talmadge" ], "writers": [ "Anita Loos", "John Emerson" ], "genres": [ "Comedy", "Drama" ] }, { "id": 7522, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/7522?format=api", "imdb_url": "https://www.imdb.com/title/tt0007522/", "title": "Vingarne", "year": 1916, "imdb_score": "5.8", "votes": 102, "image_url": "https://m.media-amazon.com/images/M/MV5BM2RiMDA0OWYtMGE5Yy00MzQzLWFiODAtY2M4M2NlYmZkYzdiXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Mauritz Stiller" ], "actors": [ "Albin Lavén", "Bertil Junggren", "Egil Eide", "Julius Hälsig", "Julius Jaenzon", "Lars Hanson", "Lili Beck", "Mauritz Stiller", "Nils Asther" ], "writers": [ "Axel Esbensen", "Herman Bang" ], "genres": [ "Drama" ] }, { "id": 7558, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/7558?format=api", "imdb_url": "https://www.imdb.com/title/tt0007558/", "title": "Where Are My Children?", "year": 1916, "imdb_score": "6.3", "votes": 602, "image_url": "https://m.media-amazon.com/images/M/MV5BM2UxNTNiYjYtYjZkYy00MzI0LWExZWItZDZhOWEzNWFkZGMzXkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lois Weber", "Phillips Smalley" ], "actors": [ "Alva D. Blake", "C. Norman Hammond", "Cora Drew", "Juan de la Cruz", "Marie Walcamp", "Marjorie Blynn", "Mrs. Tyrone Power", "Rena Rogers", "Tyrone Power Sr.", "William Haben", "William J. Hope" ], "writers": [ "Franklyn Hall", "Lucy Payton" ], "genres": [ "Drama" ] }, { "id": 7610, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/7610?format=api", "imdb_url": "https://www.imdb.com/title/tt0007610/", "title": "'49-'17", "year": 1917, "imdb_score": "5.9", "votes": 270, "image_url": "https://m.media-amazon.com/images/M/MV5BNGYyNzY4MWUtOTllNS00MjVjLWExNTktYjcwMWFlOTE0ZTQ1XkEyXkFqcGdeQXVyNTM3MDMyMDQ@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Ruth Ann Baldwin" ], "actors": [ "Donna Drew", "George C. Pearce", "Jean Hersholt", "Joseph W. Girard", "Leo Pierson", "Mattie Witting", "William Dyer" ], "writers": [ "Ruth Ann Baldwin", "William Wallace Cook" ], "genres": [ "Drama", "Western" ] } ] }