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/20223?format=api
{ "id": 20223, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20223?format=api", "title": "L'arca di Noè", "original_title": "Noah's Ark", "year": 1928, "date_published": "1929-08-23", "duration": 135, "description": "The Biblical story of Noah and the Great Flood, with a parallel story of soldiers in the First World War.", "long_description": "After a short split prologue showing riches as the root of evil in ancient and modern times, the film settles into 1914 France, where the Orient Express is about to be wrecked when a bridge washes out. Among those on board are Al and Travis, Americans who are traveling Europe spending Travis' money, and Marie, a German girl. The boys save Marie after the wreck and Travis falls in love with her. When World War I breaks out Al wants to enlist, but Travis can't, feeling loyal to Marie, a German. By 1917 Al has enlisted, and Travis follows him shortly after marrying Marie. Accused of being a German spy by a Russian agent, she is sentenced to die but is recognized by Travis, who is part of the firing squad. The town they are in is shelled and they are all trapped underground, during which a minister makes a lengthy parallel to ancient times when the King of Akkad persecuted his subjects and defied Jehovah, who finally sends a flood to wipe out mankind, except for Noah and his family, whom ...", "avg_vote": "6.5", "imdb_score": "6.5", "votes": 659, "metascore": null, "budget": 1005000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 25, "reviews_from_critics": 16, "image_url": "https://m.media-amazon.com/images/M/MV5BNWZlZDhjZjAtNzUzMS00N2VkLTllM2UtYWE1NzIyZWQ5MmNiXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Anders Randolf", "Armand Kaliz", "Dolores Costello", "George O'Brien", "Guinn 'Big Boy' Williams", "Louise Fazenda", "Malcolm Waite", "Myrna Loy", "Nigel De Brulier", "Noah Beery", "Noble Johnson", "Otto Hoffman", "Paul McAllister", "Rosita Delmar", "William V. Mong" ], "directors": [ "Darryl F. Zanuck", "Michael Curtiz" ], "writers": [ "Anthony Coldeway", "Darryl F. Zanuck" ], "genres": [ "Drama", "War" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Warner Bros." }