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/22981?format=api
{ "id": 22981, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22981?format=api", "title": "Haunted Gold", "original_title": "Haunted Gold", "year": 1932, "date_published": "1932-12-17", "duration": 58, "description": "John and Janet get a weird letter telling them to go to a ghost town which has an abandoned mine. There they contend with bad guys looking for hidden gold. They are aided by a mysterious Phantom.", "long_description": "John Mason returns to the Sally Ann mine to claim his half share. Janet Cater also returns although her father lost his half share to Joe Ryan. Ryan and his gang are also there to get the gold. A mysterious Phantom is also present. Mason's plan to expose Ryan as an outlaw and to force him to turn his share to Janet works. But when distracted by the Phantom, John is made a prisoner by the gang.", "avg_vote": "5.6", "imdb_score": "5.6", "votes": 596, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 18, "reviews_from_critics": 6, "image_url": "https://m.media-amazon.com/images/M/MV5BNjM5NjM3YzktMDc4ZS00NDUxLWE2ZmMtMTI4NGNlZTIzNzAwXkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Blue Washington", "Duke", "Erville Alderson", "Harry Woods", "John Wayne", "Martha Mattox", "Otto Hoffman", "Sheila Terry" ], "directors": [ "Hugh Harman", "Mack V. Wright" ], "writers": [ "Adele Buffington" ], "genres": [ "Action", "Horror", "Mystery" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Leon Schlesinger Studios" }