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/20298?format=api
{ "id": 20298, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20298?format=api", "title": "La regina Kelly", "original_title": "Queen Kelly", "year": 1932, "date_published": "1932-10-18", "duration": 101, "description": "A convent girl is abducted and seduced by a prince before being sent off to a brothel in East Africa.", "long_description": "Prince Wolfram is the betrothed of mad Queen Regina V of Kronberg. Supreme ruler, her word is law and he is a playboy. On maneuvers as punishment for partying with other women, he sees Kelly walking the the other students of a convent. He is intrigued by her beauty and wants her. He kidnaps her that night from the convent and takes her to his room and professes his love for her. When the Queen finds them together the next morning , she whips Kelly and throws her out of the castle. Regina then puts Wolfram into prison for not wanting to marry the Queen. Kelly goes to German East Africa to visit her dying Aunt and is forced to marry the disgusting Jan. The Aunt dies after the wedding and Kelly refuses to live with Jan and becomes the head of Aunties Brothel. Her extravagances and style earn her the name 'Queen Kelly' and Prince Wolfram does not marry Queen Regina V.", "avg_vote": "7.1", "imdb_score": "7.1", "votes": 3061, "metascore": null, "budget": 800000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 22, "reviews_from_critics": 19, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAyMjgxNzY1MF5BMl5BanBnXkFtZTgwMjc1MTczMTE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Gloria Swanson", "Seena Owen", "Walter Byron" ], "directors": [ "Erich von Stroheim", "Richard Boleslawski" ], "writers": [ "Erich von Stroheim", "Marian Ainslee" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Gloria Swanson Pictures" }