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=142
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=143", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=141", "results": [ { "id": 19690, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19690?format=api", "imdb_url": "https://www.imdb.com/title/tt0019690/", "title": "Big News", "year": 1929, "imdb_score": "5.5", "votes": 207, "image_url": "https://m.media-amazon.com/images/M/MV5BM2FmMjUxM2QtNzM2Ny00MGRmLTgwZTctYTgyZmIxZDdmOGE2XkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Gregory La Cava" ], "actors": [ "Carole Lombard", "Charles Sellon", "Clarence Wilson", "George 'Gabby' Hayes", "Gertrude Sutton", "Helen Ainsworth", "Herbert Clark", "James Donlan", "Louis Payne", "Robert Armstrong", "Sam Hardy", "Tom Kennedy", "Vernon Steele", "Wade Boteler", "Warner Richmond" ], "writers": [ "George S. Brooks", "Walter DeLeon" ], "genres": [ "Comedy", "Crime", "Mystery" ] }, { "id": 19699, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19699?format=api", "imdb_url": "https://www.imdb.com/title/tt0019699/", "title": "La guardia nera", "year": 1929, "imdb_score": "5.6", "votes": 259, "image_url": "https://m.media-amazon.com/images/M/MV5BZmYyYTQyMzUtZWI4ZC00ZDJkLWIyNDEtNmE2NDcxZTllZDA1XkEyXkFqcGdeQXVyNjQzNDI3NzY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John Ford" ], "actors": [ "Claude King", "Cyril Chadwick", "David Percy", "David Rollins", "David Torrence", "Lumsden Hare", "Mitchell Lewis", "Myrna Loy", "Roy D'Arcy", "Victor McLaglen", "Walter Long" ], "writers": [ "James Kevin McGuinness", "Talbot Mundy" ], "genres": [ "Adventure", "Drama" ] }, { "id": 19702, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19702?format=api", "imdb_url": "https://www.imdb.com/title/tt0019702/", "title": "Ricatto", "year": 1929, "imdb_score": "7.0", "votes": 9541, "image_url": "https://m.media-amazon.com/images/M/MV5BOGNhMzc3ZWMtMjc5ZS00YWM4LTgzYTctYjgxOGY5YTdjZjYzXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Alfred Hitchcock" ], "actors": [ "Anny Ondra", "Charles Paton", "Cyril Ritchard", "Donald Calthrop", "Ex-Det. Sergt. Bishop", "Hannah Jones", "Harvey Braban", "John Longden", "Sara Allgood" ], "writers": [ "Alfred Hitchcock", "Charles Bennett" ], "genres": [ "Crime", "Thriller" ] }, { "id": 19725, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19725?format=api", "imdb_url": "https://www.imdb.com/title/tt0019725/", "title": "Broadway", "year": 1929, "imdb_score": "6.2", "votes": 343, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc0NDI4MDUxOF5BMl5BanBnXkFtZTgwOTE5ODcyMjE@._V1_UY268_CR5,0,182,268_AL_.jpg", "directors": [ "Pál Fejös" ], "actors": [ "Arthur Housman", "Betty Francisco", "Edythe Flynn", "Evelyn Brent", "Florence Dudley", "Fritz Feld", "George Davis", "Glenn Tryon", "Leslie Fenton", "Marion Lord", "Merna Kennedy", "Otis Harlan", "Paul Porcasi", "Robert Ellis", "Thomas E. Jackson" ], "writers": [ "George Abbott", "Philip Dunning" ], "genres": [ "Crime", "Music", "Romance" ] }, { "id": 19726, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19726?format=api", "imdb_url": "https://www.imdb.com/title/tt0019726/", "title": "Ragazze d'America", "year": 1929, "imdb_score": "6.4", "votes": 121, "image_url": "https://m.media-amazon.com/images/M/MV5BMmQ3MWIzNTAtMWI3OS00Njk3LTkzNTAtMWFlNjRiMmZmMjZhXkEyXkFqcGdeQXVyMjM5NTI4Mzc@._V1_UY268_CR17,0,182,268_AL_.jpg", "directors": [ "Mervyn LeRoy" ], "actors": [ "Alice White", "Bodil Rosing", "Charles Delaney", "Fred Kohler", "Jocelyn Lee", "Louis Natheaux", "Marion Byron", "Maurice Black", "Sally Eilers", "Tom Dugan" ], "writers": [ "Jay Gelzer", "Monte M. Katterjohn" ], "genres": [ "Drama", "Musical" ] } ] }