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/19702?format=api
{ "id": 19702, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19702?format=api", "title": "Ricatto", "original_title": "Blackmail", "year": 1929, "date_published": "1929-10-06", "duration": 85, "description": "After killing a man in self-defense, a young woman is blackmailed by a witness to the killing.", "long_description": "Alice White is the daughter of a shopkeeper in 1920s London. Her boyfriend, Frank Webber is a Scotland Yard detective who seems more interested in police work than in her. Frank takes Alice out one night, but she has secretly arranged to meet another man. Later that night, Alice agrees to go back to his flat to see his studio. The man has other ideas, and as he tries to rape Alice, she defends herself and kills him with a bread knife. When the body is discovered, Frank is assigned to the case, he quickly determines that Alice is the killer, but so has someone else, and blackmail is threatened.", "avg_vote": "7.0", "imdb_score": "7.0", "votes": 9541, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 98, "reviews_from_critics": 65, "image_url": "https://m.media-amazon.com/images/M/MV5BOGNhMzc3ZWMtMjc5ZS00YWM4LTgzYTctYjgxOGY5YTdjZjYzXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Anny Ondra", "Charles Paton", "Cyril Ritchard", "Donald Calthrop", "Ex-Det. Sergt. Bishop", "Hannah Jones", "Harvey Braban", "John Longden", "Sara Allgood" ], "directors": [ "Alfred Hitchcock" ], "writers": [ "Alfred Hitchcock", "Charles Bennett" ], "genres": [ "Crime", "Thriller" ], "countries": [ "UK" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "British International Pictures (BIP)" }