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/22835?format=api
{ "id": 22835, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22835?format=api", "title": "Il dottor Jekyll", "original_title": "Dr. Jekyll and Mr. Hyde", "year": 1931, "date_published": "1932-01-03", "duration": 98, "description": "Dr. Jekyll faces horrible consequences when he lets his dark side run wild with a potion that transforms him into the animalistic Mr. Hyde.", "long_description": "Based on the story by Robert Louis Stevenson, Dr. Henry Jekyll believes that there are two distinct sides to men - a good and an evil side. He believes that by separating the two man can become liberated. He succeeds in his experiments with chemicals to accomplish this and transforms into Hyde to commit horrendous crimes. When he discontinues use of the drug it is already too late...", "avg_vote": "7.6", "imdb_score": "7.6", "votes": 12467, "metascore": null, "budget": 535000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": 16615, "reviews_from_users": 127, "reviews_from_critics": 62, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc1MjE3NTMxNV5BMl5BanBnXkFtZTgwMTQ0NzkxMjE@._V1_UY268_CR13,0,182,268_AL_.jpg", "actors": [ "Edgar Norton", "Fredric March", "Halliwell Hobbes", "Holmes Herbert", "Miriam Hopkins", "Rose Hobart", "Tempe Pigott" ], "directors": [ "Rouben Mamoulian" ], "writers": [ "Percy Heath", "Samuel Hoffenstein" ], "genres": [ "Horror", "Sci-Fi" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }