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/20570?format=api
{ "id": 20570, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20570?format=api", "title": "La tragedia di Pizzo Palù", "original_title": "Die weiße Hölle vom Piz Palü", "year": 1929, "date_published": "1930-01-01", "duration": 150, "description": "A man climbs a 12,000-foot mountain to search for his wife, who was lost on their honeymoon. Another couple makes the dangerous climb with him.", "long_description": "In 1925, the newlyweds Dr. Johannes Krafft and Maria spend their honeymoon in a mountaineering vacation. On October 6, while climbing the Piz Palü mountain near the Swiss borders with Italy, Johannnes ignores danger warnings. Shortly after, an avalanche traps Maria within a glacier. Johannes is unable to recover her body, but becomes obsessed with doing so. He spends the following four years wandering the mountain alone, in search of Maria's corpse. In 1929, the young couple of Hans Brandt and Maria Maioni plan to climb Piz Palü. They learn of Maria's death and get acquainted with Johaness. Hans offers to join Johaness in his next climb of the mountain. Maria is annoyed to be left behind, and follows them on her own. Another avalanche injures Hans, and Johanness rescues him at the cost of breaking his own leg. The trio spends the night in an ice cave. The mountain guide Christian organizes a rescue party, which locates the trio but fails in recovering them. Hans is in a suicidal mood,...", "avg_vote": "7.2", "imdb_score": "7.2", "votes": 896, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 17, "reviews_from_critics": 8, "image_url": "https://m.media-amazon.com/images/M/MV5BMDlhMGQ1MTUtNDg3OC00NDFkLTgxZTctNzgwNTFkNDQ4MTUzXkEyXkFqcGdeQXVyNTcwNjUwNzk@._V1_UY268_CR2,0,182,268_AL_.jpg", "actors": [ "Charles McNamee", "Ernst Petersen", "Ernst Udet", "Gustav Diessl", "Kurt Gerron", "Leni Riefenstahl", "Mizzi Götzel", "Otto Spring" ], "directors": [ "Arnold Fanck", "Georg Wilhelm Pabst" ], "writers": [ "Arnold Fanck", "Ladislaus Vajda" ], "genres": [ "Action", "Adventure", "Drama" ], "countries": [ "Germany" ], "languages": [ "German" ], "rated": "Not rated or unkown rating", "company": "Sokal-Film GmbH" }