Movie Title Detail
This endpoint gives access to detailed movie information from 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.
Not all the detailed data is present in the title list endpoint available here. Only the detailed information provided on the current endpoint gives access to e.g. the description, long description or buget and income info about the movie.
If you need to get a full list of available genres, refer to the genres endpoint.
Please, refer to the title list endpoint to get various search or sort capabilities, thereby allowing to efficiently identify the movies you want to look at.
GET /api/v1/titles/20629?format=api
{ "id": 20629, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20629?format=api", "title": "All'ovest niente di nuovo", "original_title": "All Quiet on the Western Front", "year": 1930, "date_published": "1956-03-14", "duration": 152, "description": "A German youth eagerly enters World War I, but his enthusiasm wanes as he gets a firsthand view of the horror.", "long_description": "This is an English language film (made in America) adapted from a novel by German author Erich Maria Remarque. The film follows a group of German schoolboys, talked into enlisting at the beginning of World War 1 by their jingoistic teacher. The story is told entirely through the experiences of the young German recruits and highlights the tragedy of war through the eyes of individuals. As the boys witness death and mutilation all around them, any preconceptions about \"the enemy\" and the \"rights and wrongs\" of the conflict disappear, leaving them angry and bewildered. This is highlighted in the scene where Paul mortally wounds a French soldier and then weeps bitterly as he fights to save his life while trapped in a shell crater with the body. The film is not about heroism but about drudgery and futility and the gulf between the concept of war and the actuality.", "avg_vote": "8.0", "imdb_score": "8.0", "votes": 56924, "metascore": "91.0", "budget": 1200000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 240, "reviews_from_critics": 102, "image_url": "https://m.media-amazon.com/images/M/MV5BMzg2MWQ4MDEtOGZlNi00MTg0LWIwMjQtYWY5NTQwYmUzMWNmXkEyXkFqcGdeQXVyMzg2MzE2OTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Arnold Lucy", "Ben Alexander", "Beryl Mercer", "G. Pat Collins", "Harold Goodwin", "John Wray", "Lew Ayres", "Louis Wolheim", "Owen Davis Jr.", "Richard Alexander", "Russell Gleason", "Scott Kolk", "Slim Summerville", "Walter Rogers", "William Bakewell" ], "directors": [ "Lewis Milestone" ], "writers": [ "Erich Maria Remarque", "Maxwell Anderson" ], "genres": [ "Drama", "War" ], "countries": [ "USA" ], "languages": [ "English", "French", "German", "Latin" ], "rated": "Not rated or unkown rating", "company": "Universal Pictures" }