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=121
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=122", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=120", "results": [ { "id": 18455, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18455?format=api", "imdb_url": "https://www.imdb.com/title/tt0018455/", "title": "Aurora", "year": 1927, "imdb_score": "8.1", "votes": 46571, "image_url": "https://m.media-amazon.com/images/M/MV5BNDVkYmYwM2ItNzRiMy00NWQ4LTlhMjMtNDI1ZDYyOGVmMzJjXkEyXkFqcGdeQXVyNTgzMzU5MDI@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "F.W. Murnau" ], "actors": [ "Arthur Housman", "Bodil Rosing", "Eddie Boland", "George O'Brien", "J. Farrell MacDonald", "Jane Winton", "Janet Gaynor", "Margaret Livingston", "Ralph Sipperly" ], "writers": [ "Carl Mayer", "Hermann Sudermann" ], "genres": [ "Drama", "Romance" ] }, { "id": 18464, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18464?format=api", "imdb_url": "https://www.imdb.com/title/tt0018464/", "title": "Tarzan and the Golden Lion", "year": 1927, "imdb_score": "5.5", "votes": 130, "image_url": "https://m.media-amazon.com/images/M/MV5BMjA0ODQyNzcyNF5BMl5BanBnXkFtZTcwOTMyMzE0MQ@@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "J.P. McGowan" ], "actors": [ "Boris Karloff", "D'Arcy Corrigan", "Dorothy Dunbar", "Edna Murphy", "Frederick Peters", "Harold Goodwin", "James Pierce", "Robert Bolder" ], "writers": [ "Edgar Rice Burroughs", "William E. Wing" ], "genres": [ "Action", "Adventure" ] }, { "id": 18471, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18471?format=api", "imdb_url": "https://www.imdb.com/title/tt0018471/", "title": "Tell It to the Marines", "year": 1926, "imdb_score": "6.9", "votes": 1422, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc5Njg5ODM1N15BMl5BanBnXkFtZTgwNzAwMjE3MzE@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "George W. Hill" ], "actors": [ "Carmel Myers", "Eddie Gribbon", "Eleanor Boardman", "Frank Currier", "Lon Chaney", "Maurice E. Kains", "Mitchell Lewis", "Warner Oland", "William Haines" ], "writers": [ "Joseph Farnham", "Richard Schayer" ], "genres": [ "Comedy", "Drama", "Romance" ] }, { "id": 18484, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18484?format=api", "imdb_url": "https://www.imdb.com/title/tt0018484/", "title": "Three's a Crowd", "year": 1927, "imdb_score": "6.1", "votes": 107, "image_url": "https://m.media-amazon.com/images/M/MV5BNzViYzNlN2QtY2Q3MC00NTczLTg3MzQtNjA5NThlZTM5MTgyXkEyXkFqcGdeQXVyMTg1MjM0NQ@@._V1_UY268_CR6,0,182,268_AL_.jpg", "directors": [ "Harry Langdon" ], "actors": [ "Arthur Thalasso", "Cornelius Keefe", "Gladys McConnell", "Harry Langdon" ], "writers": [ "James Langdon", "Robert Eddy" ], "genres": [ "Comedy", "Drama" ] }, { "id": 18487, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18487?format=api", "imdb_url": "https://www.imdb.com/title/tt0018487/", "title": "Tillie the Toiler", "year": 1927, "imdb_score": "5.8", "votes": 460, "image_url": "https://m.media-amazon.com/images/M/MV5BYzQ5MjdmNmUtMTc4NC00OGU3LWEzOGItMTZmZTk0NTkxZmI5XkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Hobart Henley" ], "actors": [ "Arthur Hoyt", "Bert Roach", "Claire McDowell", "Estelle Clark", "George Fawcett", "George K. Arthur", "Gertrude Short", "Harry Crocker", "Marion Davies", "Matt Moore" ], "writers": [ "Agnes Christine Johnston", "Edward T. Lowe Jr." ], "genres": [ "Comedy", "Drama" ] } ] }