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/18972?format=api
{ "id": 18972, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18972?format=api", "title": "La casa del boia", "original_title": "Hangman's House", "year": 1928, "date_published": "1929-07-02", "duration": 80, "description": "\"Citizen\" Hogan, an exile Irish patriot, risks his life by returning to Ireland and helping a young couple.", "long_description": "'Citizen' Hogan is a Irish Republican patriot with a price on his head, serving in Algiers, where he is highly respected by his Foreign Legionaire comrades. After receiving a telegram, he asks permission to go back to Ireland to settle a matter involving family honor by killing D'Arcy, a fortune-hunting opportunist who has turned British informer. Back in Ireland Lord Justice O'Brien, who has the unenviable reputation of being a hanging judge and is haunted with self-doubt, is terminally ill and close to death. He tries to ensure his daughter Connaught's future welfare by coercing her to renounce her love for the upstanding but poor Dermot McDermot and marry the despicably unscrupulous but affluent D'Arcy, the man Hogan has returned to murder.", "avg_vote": "6.6", "imdb_score": "6.6", "votes": 398, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 8, "reviews_from_critics": 8, "image_url": "https://m.media-amazon.com/images/M/MV5BYjNiOGU1MmMtMmQwYy00YTVjLTgxZmQtNjQ4NjM0M2Q5ZjcxXkEyXkFqcGdeQXVyMjQ3MTQ1MTg@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Earle Foxe", "Hobart Bosworth", "June Collyer", "Larry Kent", "Victor McLaglen" ], "directors": [ "John Ford" ], "writers": [ "Marion Orth", "Philip Klein" ], "genres": [ "Drama", "Romance", "Thriller" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Fox Film Corporation" }