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/20126?format=api
{ "id": 20126, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20126?format=api", "title": "Madame X", "original_title": "Madame X", "year": 1929, "date_published": "1929-08-17", "duration": 95, "description": "A young lawyer unknowingly defends his mother who abandoned him when he was three.", "long_description": "Young Raymond Floriot, following in his father Louis Floriot's professional footsteps, he now France's attorney general, has just passed the bar exam. Raymond's first case, appointed to him by the courts, is a murder case. His pitiful and poor Jane Doe client, who refers to herself only as Madame X, admits to killing the scoundrel of a man named Laroque, but won't disclose why or in turn defend herself in court. Raymond knows nothing of her past, which includes once being a woman of class, married to man of prestige. But that marriage ended because he treated her without love, which resulted in her leaving him for another man, who in turn passed away shortly thereafter. Her first marriage produced a son, who her husband refused to let her see. Her son never knew she was alive, he being told by his father that she died. The consequence of his action left Madame X on a downward path where she never found love. Now, in turn, she hopes her silence will protect the one that she really ...", "avg_vote": "6.0", "imdb_score": "5.9", "votes": 438, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 19, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY0NjIyMTA0NF5BMl5BanBnXkFtZTgwODg5MDgxMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Carroll Nye", "Chappell Dossett", "Claude King", "Eugenie Besserer", "Holmes Herbert", "John P. Edington", "Lewis Stone", "Mitchell Lewis", "Raymond Hackett", "Richard Carle", "Ruth Chatterton", "Sidney Toler", "Ullrich Haupt" ], "directors": [ "Lionel Barrymore" ], "writers": [ "Alexandre Bisson", "Willard Mack" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }