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=137
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=138", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=136", "results": [ { "id": 19434, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19434?format=api", "imdb_url": "https://www.imdb.com/title/tt0019434/", "title": "Femmine del mare", "year": 1928, "imdb_score": "6.0", "votes": 239, "image_url": "https://m.media-amazon.com/images/M/MV5BZmU0OGIyNzQtNTRmMi00N2Y2LWEzNjgtZWYzZmMxM2M4ZWQxXkEyXkFqcGdeQXVyMjQ3MTQ1MTg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Capra", "Irvin Willat" ], "actors": [ "Arthur Rankin", "Clarence Burton", "Dorothy Revier", "Jack Holt", "Ralph Graves" ], "writers": [ "Dorothy Howell", "Norman Springer" ], "genres": [ "Action", "Adventure", "Drama" ] }, { "id": 19451, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19451?format=api", "imdb_url": "https://www.imdb.com/title/tt0019451/", "title": "Nella tempesta", "year": 1928, "imdb_score": "6.8", "votes": 350, "image_url": "https://m.media-amazon.com/images/M/MV5BOGEwMTg2NjQtZDE0Yy00ZjEwLTg1NzAtNGVlYzk5NWM4NDhiXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "Lewis Milestone", "Sam Taylor" ], "actors": [ "Boris de Fast", "Camilla Horn", "Fred DeSilva", "George Fawcett", "Jack Manick", "John Barrymore", "Louis Wolheim", "Michael Visaroff", "Serge Temoff", "Ullrich Haupt" ], "writers": [ "George Marion Jr.", "Vladimir Nemirovich-Danchenko" ], "genres": [ "Drama", "Romance" ] }, { "id": 19462, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19462?format=api", "imdb_url": "https://www.imdb.com/title/tt0019462/", "title": "Quella certa cosa", "year": 1928, "imdb_score": "6.0", "votes": 227, "image_url": "https://m.media-amazon.com/images/M/MV5BMjM4MjQ5Mjc0Nl5BMl5BanBnXkFtZTgwNDA3Njk1MDE@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Frank Capra" ], "actors": [ "Aggie Herring", "Burr McIntosh", "Carl Gerard", "Ralph Graves", "Syd Crossley", "Viola Dana" ], "writers": [ "Elmer Harris" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 19480, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19480?format=api", "imdb_url": "https://www.imdb.com/title/tt0019480/", "title": "Tire au flanc", "year": 1928, "imdb_score": "6.5", "votes": 215, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAzNTg3ODYzM15BMl5BanBnXkFtZTcwMDMyOTI0MQ@@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Jean Renoir" ], "actors": [ "André Cerf", "Breugnot", "Esther Kiss", "Fridette Fatton", "Félix Oudart", "Georges Pomiès", "Jean Storm", "Jeanne Helbling", "Kinny Dorlay", "Louis Zellas", "Manuel Raaby", "Maryanne", "Michel Simon", "Paul Velsa", "Roland Caillaux" ], "writers": [ "André Mouëzy-Éon", "André Sylvane" ], "genres": [ "Comedy" ] }, { "id": 19489, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19489?format=api", "imdb_url": "https://www.imdb.com/title/tt0019489/", "title": "The Trail of '98", "year": 1928, "imdb_score": "6.9", "votes": 362, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY2ODAyOTgyOV5BMl5BanBnXkFtZTgwODk1NTQzMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Clarence Brown" ], "actors": [ "Cesare Gravina", "Dolores del Rio", "Doris Lloyd", "E. Alyn Warren", "Emily Fitzroy", "George Cooper", "Harry Carey", "Johnny Downs", "Karl Dane", "Ralph Forbes", "Ray Gallagher", "Ray Hallor", "Russell Simpson", "Tenen Holtz", "Tully Marshall" ], "writers": [ "Benjamin Glazer", "Robert W. Service" ], "genres": [ "Action", "Adventure", "Drama" ] } ] }