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=127
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=128", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=126", "results": [ { "id": 18826, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18826?format=api", "imdb_url": "https://www.imdb.com/title/tt0018826/", "title": "I due timidi", "year": 1928, "imdb_score": "6.8", "votes": 148, "image_url": "https://m.media-amazon.com/images/M/MV5BMzQ0ZDNiYzItYjZmOS00OTVlLTk4YTItMjYzYzM4ZmE4ZmEyXkEyXkFqcGdeQXVyMjQ3MTQ1MTg@._V1_UY268_CR11,0,182,268_AL_.jpg", "directors": [ "René Clair" ], "actors": [ "Anna Lefeuvrier", "Antoine Stacquet", "Françoise Rosay", "Jim Gérald", "Louis Pré Fils", "Léon Larive", "Madeleine Guitty", "Maurice de Féraudy", "Odette Talazac", "Pierre Batcheff", "Véra Flory", "Yvette Andréyor" ], "writers": [ "Eugène Labiche", "René Clair" ], "genres": [ "Comedy" ] }, { "id": 18836, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18836?format=api", "imdb_url": "https://www.imdb.com/title/tt0018836/", "title": "La donna divina", "year": 1928, "imdb_score": "6.7", "votes": 337, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAzNDQxOTA4NV5BMl5BanBnXkFtZTgwMDQ0MTM5MjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Victor Sjöström" ], "actors": [ "Cesare Gravina", "Dorothy Cumming", "Greta Garbo", "Jean De Briac", "Johnny Mack Brown", "Lars Hanson", "Lowell Sherman", "Paulette Duval", "Polly Moran", "Sonny Loy" ], "writers": [ "Dorothy Farnum", "John Colton" ], "genres": [ "Drama", "Romance" ] }, { "id": 18839, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18839?format=api", "imdb_url": "https://www.imdb.com/title/tt0018839/", "title": "I dannati dell'oceano", "year": 1928, "imdb_score": "7.5", "votes": 3936, "image_url": "https://m.media-amazon.com/images/M/MV5BN2FmNTM2NTItYmY4Yi00MjRiLThkMGUtNzRhODIzNjVjNDgwXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Josef von Sternberg" ], "actors": [ "Betty Compson", "Clyde Cook", "George Bancroft", "Gustav von Seyffertitz", "Mitchell Lewis", "Olga Baclanova" ], "writers": [ "John Monk Saunders", "Jules Furthman" ], "genres": [ "Crime", "Drama", "Film-Noir" ] }, { "id": 18841, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18841?format=api", "imdb_url": "https://www.imdb.com/title/tt0018841/", "title": "La casa sulla Trubnaja", "year": 1928, "imdb_score": "7.3", "votes": 573, "image_url": "https://m.media-amazon.com/images/M/MV5BYjA5OTM3NWItMzA2NC00OWM5LTgyMDktMjFkMjU0NTNlM2E0L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjMxMjkwMjI@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Boris Barnet" ], "actors": [ "Ada Vojtsik", "Anel Sudakevich", "Elena Tyapkina", "Vera Maretskaya", "Vladimir Batalov", "Vladimir Fogel" ], "writers": [ "Anatoli Marienhof", "Nikolay Erdman" ], "genres": [ "Comedy" ] }, { "id": 18862, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18862?format=api", "imdb_url": "https://www.imdb.com/title/tt0018862/", "title": "Eliso", "year": 1928, "imdb_score": "6.9", "votes": 129, "image_url": "https://m.media-amazon.com/images/M/MV5BMDNjZjY3M2YtYjMwMi00YTA3LWJlM2QtMWMwZDI0ZGE5NTkxL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjMxMjkwMjI@._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Nikoloz Shengelaia" ], "actors": [ "Aleksandre Imedashvili", "Aleksandre Jorjoliani", "I. Galkin", "Ilia Mamporia", "K. Gurianov", "Kira Andronikashvili", "Kokhta Karalashvili", "Marika Chimishkian", "Tsetsilia Tsutsunava" ], "writers": [ "Aleksandre Kazbegi", "Nikoloz Shengelaia" ], "genres": [ "Drama", "Romance", "War" ] } ] }