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/19304?format=api
{ "id": 19304, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19304?format=api", "title": "The Racket", "original_title": "The Racket", "year": 1928, "date_published": "1928-11-01", "duration": 84, "description": "An honest police captain vows to bring down a powerful bootlegger who is protected by corrupt politicians and judges.", "long_description": "An honest police captain named McQuigg becomes a tough rival to a powerful bootlegger named Scarsi, even though McQuigg's pinches never stick because Scarsi and his organization control the corrupt politicians and judges. When Scarsi can't scare McQuigg off, he gets him transferred to a quiet police precinct in the suburbs, but McQuigg continues their war of words via a pair of wisecracking newspaper reporters. Then McQuigg catches a huge break when Scarsi's younger brother gets picked up for a hit and run accident in his precinct, putting in motion a complex plan to bring down the mobster using the reporters, a nightclub singing gold digger, the upcoming elections and Scari's own organization.", "avg_vote": "6.7", "imdb_score": "6.7", "votes": 1119, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 28, "reviews_from_critics": 14, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk5Mzc0MDY2N15BMl5BanBnXkFtZTgwMTg4MjQ3NDE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Dan Wolheim", "G. Pat Collins", "George E. Stone", "Henry Sedley", "John Darrow", "Lee Moran", "Louis Wolheim", "Lucien Prival", "Marie Prevost", "Richard 'Skeets' Gallagher", "Sam De Grasse", "Thomas Meighan" ], "directors": [ "Lewis Milestone" ], "writers": [ "Bartlett Cormack" ], "genres": [ "Crime", "Drama", "Film-Noir" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "The Caddo Company" }