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/21060?format=api
{ "id": 21060, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21060?format=api", "title": "La moglie bella", "original_title": "Let Us Be Gay", "year": 1930, "date_published": "1930-08-09", "duration": 79, "description": "Dowdy housewife Kitty dotes on her self-centered husband but divorces him when his mistress shows up at their home one day to break up their marriage. Bob had become bored with her ...", "long_description": "Dowdy housewife Kitty dotes on her self-centered husband but divorces him when his mistress shows up at their home one day to break up their marriage. Bob had become bored with her lackluster appearance, their children and himself. Kitty re-invents herself and becomes a Continental favorite, dressing like a fashion model and behaving gaily. Three years after their divorce, Bob is at the home of a wealthy matron romancing her soon-to-be-married granddaughter, when the matron invites Kitty to a weekend party to steal Bob away from the granddaughter. When Kitty and Bob see each other, neither lets on they have a past, and the party continues as Bob pursues his ex-wife and new conquest equally.", "avg_vote": "6.4", "imdb_score": "6.5", "votes": 421, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 16, "reviews_from_critics": 5, "image_url": "https://m.media-amazon.com/images/M/MV5BZjZkNTI5MzktNjRjYi00M2Q1LWFlMjktYmEyZjYzNjEyNjA0XkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Gilbert Emery", "Hedda Hopper", "Marie Dressler", "Norma Shearer", "Raymond Hackett", "Rod La Rocque", "Sally Eilers", "Sybil Grove", "Tyrell Davis", "Wilfred Noy", "William H. O'Brien" ], "directors": [ "Robert Z. Leonard" ], "writers": [ "Lucille Newmark", "Rachel Crothers" ], "genres": [ "Comedy", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }