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/20668?format=api
{ "id": 20668, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20668?format=api", "title": "The Bat Whispers", "original_title": "The Bat Whispers", "year": 1930, "date_published": "1930-11-13", "duration": 83, "description": "A master criminal terrorizes the occupants of an isolated country mansion.", "long_description": "Despite advance warning to the police, who seal off the area, The Bat, a master criminal, steals a necklace from the safe in the house of a rich socialite. He leaves a note saying he is going to the country to give the police a rest. Pausing only to rob a bank at Oakdale, he proceeds to terrorise the occupants of a lonely country mansion, in a mixture of thrills, chills and laughs. At the end, an actor steps forward through a proscenium arch and asks the viewers not to reveal the Bat's identity to their friends. A film noir shot in black and white, mainly at night in dimly lit scenes.", "avg_vote": "6.4", "imdb_score": "6.4", "votes": 844, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 35, "reviews_from_critics": 28, "image_url": "https://m.media-amazon.com/images/M/MV5BMTUwMjg3NDc2OF5BMl5BanBnXkFtZTgwMzk4ODQwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Chance Ward", "Charles Dow Clark", "Chester Morris", "DeWitt Jennings", "Grayce Hampton", "Gustav von Seyffertitz", "Hugh Huntley", "Maude Eburne", "Richard Tucker", "S.E. Jennings", "Sidney D'Albrook", "Spencer Charters", "Una Merkel", "William Bakewell", "Wilson Benge" ], "directors": [ "Roland West" ], "writers": [ "Avery Hopwood", "Mary Roberts Rinehart" ], "genres": [ "Crime", "Horror", "Thriller" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Joseph M. Schenck Productions" }