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/17075?format=api
{ "id": 17075, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/17075?format=api", "title": "Il pensionante", "original_title": "The Lodger: A Story of the London Fog", "year": 1927, "date_published": "1927-02-14", "duration": 68, "description": "A landlady suspects her new lodger is the madman killing women in London.", "long_description": "A serial killer known as \"The Avenger\" is on the loose in London, murdering blonde women. A mysterious man arrives at the house of Mr. and Mrs. Bunting looking for a room to rent. The Bunting's daughter is a blonde model and is seeing one of the detectives assigned to the case. The detective becomes jealous of the lodger and begins to suspect he may be the avenger.", "avg_vote": "7.3", "imdb_score": "7.3", "votes": 10261, "metascore": null, "budget": 12000, "budget_currency": "GBP", "usa_gross_income": null, "worldwide_gross_income": 83260, "reviews_from_users": 102, "reviews_from_critics": 87, "image_url": "https://m.media-amazon.com/images/M/MV5BMjE4OTg0ODgyNF5BMl5BanBnXkFtZTgwMDY3NTMzMjE@._V1_UY268_CR7,0,182,268_AL_.jpg", "actors": [ "Arthur Chesney", "Ivor Novello", "June Tripp", "Malcolm Keen", "Marie Ault" ], "directors": [ "Alfred Hitchcock" ], "writers": [ "Eliot Stannard", "Marie Belloc Lowndes" ], "genres": [ "Crime", "Drama", "Mystery" ], "countries": [ "UK" ], "languages": [ "None" ], "rated": "Not rated or unkown rating", "company": "Gainsborough Pictures" }