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/20695?format=api
{ "id": 20695, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20695?format=api", "title": "The Bishop Murder Case", "original_title": "The Bishop Murder Case", "year": 1929, "date_published": "1930-01-03", "duration": 88, "description": "When the body of a man nicknamed \"Cock Robin\" is found with an arrow in the heart on an archery range along with a chess bishop as a clue, Philo Vance investigates.", "long_description": "The murders start with the body of Robin. He is found with a arrow through the heart, but Vance deduces that the body was placed and not found where he was killed. The note found dealing with the murder was part of a nursery rhyme and signed by 'Bishop'. The only witness may have been Mrs. Drukker and Adolph, but they are not talking. As the murders progress, each one is accompanied by a nursery rhyme. It is up to Philo Vance to unravel the clues and unmask the identity of the murderer 'Bishop'.", "avg_vote": "6.1", "imdb_score": "6.1", "votes": 602, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 22, "reviews_from_critics": 12, "image_url": "https://m.media-amazon.com/images/M/MV5BMTgwMDU2ODYyM15BMl5BanBnXkFtZTgwMjA2ODU2MzE@._V1_UY268_CR10,0,182,268_AL_.jpg", "actors": [ "Alec B. Francis", "Basil Rathbone", "Bodil Rosing", "Carroll Nye", "Charles Quatermaine", "Clarence Geldart", "Delmer Daves", "George F. Marion", "James Donlan", "Leila Hyams", "Nellie Bly Baker", "Roland Young", "Sidney Bracey", "Zelda Sears" ], "directors": [ "David Burton", "Nick Grinde" ], "writers": [ "Lenore J. Coffee", "S.S. Van Dine" ], "genres": [ "Drama", "Mystery" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }