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=72
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=73", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=71", "results": [ { "id": 14770, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14770?format=api", "imdb_url": "https://www.imdb.com/title/tt0014770/", "title": "The Chechahcos", "year": 1923, "imdb_score": "6.5", "votes": 216, "image_url": "https://m.media-amazon.com/images/M/MV5BZWViZWVlMDgtNGZlNC00MGY4LWFkODEtNDJjMzNjNWEzZTBjXkEyXkFqcGdeQXVyNTEyODQ1NjM@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Lewis H. Moomaw" ], "actors": [ "Albert Van Antwerp", "Alexis B. Luce", "Baby Margie", "Eva Gordon", "Gladys Johnson", "William Dills" ], "writers": [ "Lewis H. Moomaw" ], "genres": [ "Adventure", "Drama" ] }, { "id": 14826, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14826?format=api", "imdb_url": "https://www.imdb.com/title/tt0014826/", "title": "Dante's Inferno", "year": 1924, "imdb_score": "5.7", "votes": 110, "image_url": "https://m.media-amazon.com/images/M/MV5BMTgwNDAwMDMzMl5BMl5BanBnXkFtZTgwMTg2NTUyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Henry Otto" ], "actors": [ "Gloria Grey", "Howard Gaye", "Josef Swickard", "Lawson Butt", "Lorimer Johnston", "Pauline Starke", "Ralph Lewis", "William Scott", "Winifred Landis" ], "writers": [ "Cyrus Wood", "Edmund Goulding" ], "genres": [ "Drama", "Horror", "Romance" ] }, { "id": 14854, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14854?format=api", "imdb_url": "https://www.imdb.com/title/tt0014854/", "title": "Dorothy Vernon of Haddon Hall", "year": 1924, "imdb_score": "6.9", "votes": 128, "image_url": "https://m.media-amazon.com/images/M/MV5BMTkxMjQ1NDcyNV5BMl5BanBnXkFtZTgwNzA5MDgwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Marshall Neilan", "Mary Pickford" ], "actors": [ "Allan Forrest", "Anders Randolf", "Carrie Daumery", "Clare Eames", "Colin Kenny", "Courtenay Foote", "Estelle Taylor", "Julie Bishop", "Lottie Pickford", "Marc McDermott", "Mary Pickford", "Wilfred Lucas" ], "writers": [ "Charles Major", "Waldemar Young" ], "genres": [ "Drama", "History", "Romance" ] }, { "id": 14869, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14869?format=api", "imdb_url": "https://www.imdb.com/title/tt0014869/", "title": "The Enchanted Cottage", "year": 1924, "imdb_score": "6.5", "votes": 615, "image_url": "https://m.media-amazon.com/images/M/MV5BMWY0NDJiNDAtNzBlNS00OGZkLWIwNTEtYzY1NzNlZjA0NjMzXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "John S. Robertson" ], "actors": [ "Alfred Hickman", "Ethel Wright", "Florence Short", "Harry Allen", "Holmes Herbert", "Ida Waterman", "Marion Coakley", "May McAvoy", "Richard Barthelmess" ], "writers": [ "Gertrude Chase", "Josephine Lovett" ], "genres": [ "Drama" ] }, { "id": 14874, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14874?format=api", "imdb_url": "https://www.imdb.com/title/tt0014874/", "title": "The Family Secret", "year": 1924, "imdb_score": "6.3", "votes": 120, "image_url": "https://m.media-amazon.com/images/M/MV5BZDU4NWI2NGMtMWJmMy00MmYwLWExNTItOTExZGQwMzU2NjIzXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "William A. Seiter" ], "actors": [ "Baby Peggy", "Cesare Gravina", "Edward Earle", "Elizabeth Mackey", "Frank Currier", "Gladys Hulette", "Lucy Beaumont", "Martha Mattox", "Martin Turner" ], "writers": [ "Augustus Thomas", "Frances Hodgson Burnett" ], "genres": [ "Drama" ] } ] }