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/11449072?format=api
{ "id": 11449072, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11449072?format=api", "title": "Kartoffelsalat 3 - Das Musical", "original_title": "Kartoffelsalat 3 - Das Musical", "year": 2020, "date_published": "2020-01-30", "duration": 92, "description": "An elite high school and the chaotic Leo-Weiß school are threatened with closure: the school ministry has decided to close one of two schools in town. In order to convince possible ...", "long_description": "An elite high school and the chaotic Leo-Weiß school are threatened with closure: the school ministry has decided to close one of two schools in town. In order to convince possible newcomers, the pupils and teachers of the Leo-Weiß-School want to draw attention to themselves with a musical about the legendary zombie virus that was rampant at the school a few years ago.", "avg_vote": "6.6", "imdb_score": "6.3", "votes": 2441, "metascore": null, "budget": 1000000, "budget_currency": "EUR", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 63, "reviews_from_critics": 3, "image_url": "https://m.media-amazon.com/images/M/MV5BYjkyZDQ5M2QtZGRjMS00MDQ0LWE3ZmMtMjA4NDA5MGZiOTJlXkEyXkFqcGdeQXVyMTExMTcyNzQx._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Ben", "Herace Ayhan", "Jasmin Wagner", "Jens Knossalla", "Jesina Amweg", "Jounes Amiri", "Lea Mirzanli", "Lisa Küppers", "Marta Shkop", "Matthias Roll", "Menderes Bagci", "Nathan Goldblat", "Nicolas Dinkel", "Nicole Cross", "Torge Oelrich" ], "directors": [ "Michael David Pate" ], "writers": [ "Michael David Pate", "Michael Lütje" ], "genres": [ "Musical" ], "countries": [ "Germany" ], "languages": [ "German" ], "rated": "6", "company": "Take25 Pictures" }