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/18097?format=api
{ "id": 18097, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18097?format=api", "title": "Il fantasma del castello", "original_title": "London After Midnight", "year": 1927, "date_published": "1928-12-11", "duration": 69, "description": "The abandoned home of a wealthy man who supposedly committed suicide five years earlier is taken over by ghoulish figures - could they be vampires?", "long_description": "When Roger Balfour is found shot dead in his London home, his death is declared a suicide by Inspector Burke of Scotland Yard, even though the executor of Balfour's estate, Sir James Hamlin, insists his friend never would have taken his own life. Five years later, the abandoned Balfour house comes to life again with the arrival of two sinister-looking tenants: a fiendish-looking man with pointed teeth, bulging eyes and a tall beaver hat, and a pale young woman in a long gown. The presence of the strangers prompts Sir James, who lives next door, to call in Inspector Burke again. Also living in the Hamlin household are the other people who were also present in Balfour's house the night he died: Sir James' nephew, Arthur Hibbs; the late Balfour's now-grown daughter, Lucille; and Williams, the butler. Burke expresses skepticism about Sir James' suspicions that the new neighbors might have been involved in Balfour's death, until strange things start happening: Balfour's body disappears ...", "avg_vote": "6.8", "imdb_score": "6.8", "votes": 1173, "metascore": null, "budget": 152000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 23, "reviews_from_critics": 21, "image_url": "https://m.media-amazon.com/images/M/MV5BZDM0YmVjMWQtNTEwZC00YzY3LWJkMWMtNTg3MDVlMzRjZWUzXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Andy MacLennan", "Claude King", "Conrad Nagel", "Edna Tichenor", "Henry B. Walthall", "Lon Chaney", "Marceline Day", "Percy Williams", "Polly Moran" ], "directors": [ "Tod Browning" ], "writers": [ "Tod Browning", "Waldemar Young" ], "genres": [ "Horror" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }