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/20163?format=api
{ "id": 20163, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20163?format=api", "title": "Uomini di domenica", "original_title": "Menschen am Sonntag", "year": 1930, "date_published": "1930-02-04", "duration": 73, "description": "Two men and two women enjoy a pleasant Sunday at the beach amid the unending toil of the working week.", "long_description": "Edwin, a taxi driver, lives with Annie, a neurasthenic model. They plan to spend Sunday at the Nikolassee beach with Wolfgang, an officer, gentleman, antiquarian, gigolo, at the moment a wine salesman. After an argument, Annie stays at home while Edwin joins Wolf. Wolf has brought along a new girlfriend, Christl. Brigitte, Christl's best friend, joins the group. Brigitte is the manager of a record shop. At the beach Wolf tries to kiss Christl but she rejects him and he turns his attentions toward Brigitte, who is more receptive. Wolf and Brigitte go off together and he seduces her. Back on the beach, Wolf and Erwin, now tired of their dates, flirt with two other women as Brigitte and Christl look on, appalled. They have small satisfaction when the men have to borrow money from them to pay for the paddle-boat they were renting. As they part at the end of the day, Brigitte hopes Wolf will see her next Sunday, but he and Erwin have other plans. The bond between the two men is the one ...", "avg_vote": "7.4", "imdb_score": "7.4", "votes": 2730, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 19, "reviews_from_critics": 46, "image_url": "https://m.media-amazon.com/images/M/MV5BZThhNDc4N2QtNDE3MC00YzE3LTkzM2YtOGExN2RjMTFmOWIxXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Annie Schreyer", "Brigitte Borchert", "Christl Ehlers", "Ernö Verebes", "Erwin Splettstößer", "Heinrich Gretler", "Kurt Gerron", "Moriz Seeler", "Valeska Gert", "Wolfgang von Waltershausen" ], "directors": [ "Edgar G. Ulmer", "Robert Siodmak" ], "writers": [ "Billy Wilder", "Curt Siodmak" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "Germany" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Film Studio 1929" }