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/21042?format=api
{ "id": 21042, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21042?format=api", "title": "The Lady of Scandal", "original_title": "The Lady of Scandal", "year": 1930, "date_published": "1930-05-24", "duration": 76, "description": "A famous British actress gets involved with two members of a reserved British noble family, whose plan to get rid of her backfires.", "long_description": "A British nobleman, John, falls in love with famous actress, Elsie, and forces the marriage issue by publishing their engagement. He then plans to take her to his father's estate to meet his relatives. His father, Lord Crayle, has summoned the immediate family to discuss how to prevent John from marrying beneath his station. When they meet Elsie, they are all shocked she is a commoner except cousin Edward, whose opinion is discounted, since he is involved with a married woman in Paris. After being queried, Elsie senses the meeting is senseless and starts to leave, but Edward persuades her not to accept defeat. Meanwhile, Elsie's father arrives and, although derided as a commoner by the family, agrees with them that the marriage is a mistake. He says that Elsie has only agreed to marry John because of the published engagement, and that she's not in love with him at all: she had turned him down twice a day for a year. He suggests that the family ask Elsie to wait six months, and to ...", "avg_vote": "6.0", "imdb_score": "6.0", "votes": 154, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 11, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BZDU3YzQxMDAtODQwNy00ZDczLTg0YTEtMWQ2M2RhZmEyMjdiXkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Basil Rathbone", "Cyril Chadwick", "Edgar Norton", "Effie Ellsler", "Frederick Kerr", "Herbert Bunston", "Mackenzie Ward", "Moon Carroll", "Nance O'Neil", "Ralph Forbes", "Robert Bolder", "Ruth Chatterton" ], "directors": [ "Sidney Franklin" ], "writers": [ "Frederick Lonsdale", "Hanns Kräly" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }