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/19374?format=api
{ "id": 19374, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19374?format=api", "title": "Shiraz", "original_title": "Shiraz", "year": 1928, "date_published": "1929-10-21", "duration": 97, "description": "A historical romance set in the Mughal Empire. Selima (Enakshi) is a princess-foundling raised by a potter and loved by her brother, Shiraz (Rai). She is abducted and sold as a slave to ...", "long_description": "A historical romance set in the Mughal Empire. Selima (Enakshi) is a princess-foundling raised by a potter and loved by her brother, Shiraz (Rai). She is abducted and sold as a slave to Prince Khurram, later Emperor Shah Jehan (Roy), who falls for her, to the chagrin of the wily Dalia (Seeta Devi). When Selima is caught with Shiraz, the young man is condemned to be trampled to death by an elephant. A pendant reveals Selima's royal status and she saves her brother, marries the prince and becomes Empress Mumtaz Mahal while Dalia is banned for her machinations against Selima. When Selima dies (1629), the emperor builds her a monument to the design of the now old and blind Shiraz, the Taj Mahal. The film contains a number of passionate kissing scenes.", "avg_vote": "7.0", "imdb_score": "7.0", "votes": 244, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": 16467, "reviews_from_users": 4, "reviews_from_critics": 9, "image_url": "https://m.media-amazon.com/images/M/MV5BYzg4ODhjMjEtNDFhNi00OWQzLWI4MGUtZmI0ZDIxOGQ5MWQ4XkEyXkFqcGdeQXVyMzQ5Njc3OTg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Charu Roy", "Enakashi Rama Rao", "Himanshu Rai", "Maya Devi", "Profulla Kumar", "Seeta Devi" ], "directors": [ "Franz Osten" ], "writers": [ "Niranjan Pal", "William A. Burton" ], "genres": [ "Drama", "History", "Romance" ], "countries": [ "Germany", "India", "UK" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Pro Patria Films" }