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/18166?format=api
{ "id": 18166, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18166?format=api", "title": "Mockery", "original_title": "Mockery", "year": 1927, "date_published": "1927-08-13", "duration": 75, "description": "During the Russian Revolution, a mentally challenged peasant saves then obsesses over a beautiful countess.", "long_description": "There is hunger in Siberia during the Russian Civil War. Dim-witted peasant Sergei is searching corpses for food. He meets a mysterious young woman looking for the town of Novokursk. She asks Sergei to tell anyone they might meet that he is her husband. They find an abandoned house where they can rest... but a stranger is hiding inside. Sergei washes the woman's feet and prepares a bed for her. The stranger reveals himself and is soon joined by cossacks; they do not believe that the woman is a peasant's wife. They beat Sergei but he does not betray her. The two are rescued by White cavalry. The woman is in fact the Countess Alexandrova. In Novokursk, the countess stays with the rich Gaidaroff family. When Sergei leaves hospital, he goes to see his \"friend\". The countess begrudgingly provides a job in the household. Sergei is exposed to the revolutionary talk of Ivan, a servant. When the Whites leave town to counter an attack, the Reds are free to act...", "avg_vote": "6.7", "imdb_score": "6.7", "votes": 392, "metascore": null, "budget": 187000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 17, "reviews_from_critics": 4, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAyNTgzMzQyNl5BMl5BanBnXkFtZTgwMDYxMDU4MTE@._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Barbara Bedford", "Emily Fitzroy", "Kai Schmidt", "Károly Huszár", "Lon Chaney", "Mack Swain", "Ricardo Cortez" ], "directors": [ "Benjamin Christensen" ], "writers": [ "Benjamin Christensen", "Stig Esbern" ], "genres": [ "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }