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/13579?format=api
{ "id": 13579, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13579?format=api", "title": "Ombre ammonitrici", "original_title": "Schatten - Eine nächtliche Halluzination", "year": 1923, "date_published": "2016-11-29", "duration": 90, "description": "A wealthy man invites the local wealthy bachelors over for a puppet show about men who covet another man's wife. The puppeteer is actually a witch and gives the men nightmares about what could happen if they date the lady of the house.", "long_description": "During a dinner, given by a wealthy baron and his wive, attended by four of her suitors in a 19th century German manor, a shadow-player rescues the marriage by giving all the guests a vision what might happen tonight if the baron stays jealous and the suitors do not reduce their advances towards his beautiful wife. Or was it a vision?", "avg_vote": "6.8", "imdb_score": "6.8", "votes": 864, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 15, "reviews_from_critics": 16, "image_url": "https://m.media-amazon.com/images/M/MV5BZDMzZGFmOWItMzZiNi00ODE5LThkOTctNjBiMTZhYTZiNmQ1XkEyXkFqcGdeQXVyNzgzODI1OTE@._V1_UY268_CR9,0,182,268_AL_.jpg", "actors": [ "Alexander Granach", "Eugen Rex", "Ferdinand von Alten", "Fritz Kortner", "Fritz Rasp", "Gustav von Wangenheim", "Karl Platen", "Lilli Herder", "Max Gülstorff", "Rudolf Klein-Rogge", "Ruth Weyher" ], "directors": [ "Arthur Robison" ], "writers": [ "Arthur Robison", "Rudolf Schneider" ], "genres": [ "Drama", "Fantasy", "Horror" ], "countries": [ "Germany" ], "languages": [ "German" ], "rated": "Not rated or unkown rating", "company": "Pan-Film" }