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/19553?format=api
{ "id": 19553, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19553?format=api", "title": "Nel gorgo del peccato", "original_title": "The Way of All Flesh", "year": 1927, "date_published": "1927-10-01", "duration": 94, "description": "A happy bank clerk loses his identity after a robbery and is then presumed dead.", "long_description": "The story takes place in Milwaukee during the early 1900s with a bank clerk named August Schiller who is happy with both his job and his family. He is tasked with transporting $1,000 in securities to Chicago. On the train he meets a blond seductress who convinces him to buy her a bottle of champagne, and takes him to a saloon. The next morning he awakes alone in a dilapidated bedroom and without the securities. He finds the woman and pleads with her to return the stolen securities. When he also threatens her he is knocked unconscious by the saloon owner and dragged to a nearby railroad track. As the crooks strips him of his ID and papers, Schiller recovers and struggles with the saloon owner, ultimately throwing him into the path of an oncoming train, killing him. Schiller flees and, as he is about to take his own life, sees in a newspaper that he is supposedly dead. The saloon owner's mangled body had been identified as Schiller's. Twenty years pass. Schiller is now aged and unkempt,...", "avg_vote": "6.5", "imdb_score": "6.4", "votes": 134, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 859900, "worldwide_gross_income": null, "reviews_from_users": 5, "reviews_from_critics": 6, "image_url": "https://m.media-amazon.com/images/M/MV5BMTU5OTIzNTEyNl5BMl5BanBnXkFtZTgwNzgxOTYyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Anne Sheridan", "Belle Bennett", "Betsy Ann Hisle", "Carmencita Johnson", "Dean Harrell", "Donald Keith", "Emil Jannings", "Fred Kohler", "Gordon Thorpe", "Jackie Combs", "Mickey McBan", "Nancy Drexel", "Philippe De Lacy", "Phyllis Haver" ], "directors": [ "Victor Fleming" ], "writers": [ "Lajos Biró", "Perley Poore Sheehan" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }