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/20697?format=api
{ "id": 20697, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20697?format=api", "title": "L'angelo azzurro", "original_title": "Der blaue Engel", "year": 1930, "date_published": "1931-02-25", "duration": 104, "description": "An elderly professor's ordered life spins dangerously out of control when he falls for a nightclub singer.", "long_description": "Germany 1924. Middle aged Dr. Immanuel Rath is a literature professor at a boys college. Most of his students don't much like him, often calling him \"unrath\" - German for garbage. Dr. Rath learns that many of his boys often frequent a cabaret called Der blaue Engel - the Blue Angel - which he believes is corrupting their impressionable young minds. He heads to the Blue Angel himself to catch the boys in the act and shame them into not going again. Over several visits, Rath is able to catch the boys, but in the process he also understands what attracts the boys, namely the headlining performer Lola Lola. Rath falls under Lola's spell, he who falls in love with her - and she seemingly with him - so much so that he wants to marry her and give up his teaching career to be with her on her travels from cabaret to cabaret. Their relationship ends up not being what either envisioned, the question being how they will both deal with their disintegrating relationship and the reasons behind that ...", "avg_vote": "7.7", "imdb_score": "7.7", "votes": 13511, "metascore": "88.0", "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": 4410, "reviews_from_users": 104, "reviews_from_critics": 101, "image_url": "https://m.media-amazon.com/images/M/MV5BMmExOWQyYmUtMDZlZS00ZWQxLWE3YWQtMmM2ZmJhNWJhYzExXkEyXkFqcGdeQXVyNDE5MTU2MDE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Carl Balhaus", "Die Weintraub Syncopators", "Eduard von Winterstein", "Emil Jannings", "Hans Albers", "Hans Roth", "Kurt Gerron", "Károly Huszár", "Marlene Dietrich", "Reinhold Bernt", "Robert Klein-Lörk", "Roland Varno", "Rolf Müller", "Rosa Valetti", "Wilhelm Diegelmann" ], "directors": [ "Josef von Sternberg" ], "writers": [ "Carl Zuckmayer", "Heinrich Mann" ], "genres": [ "Drama", "Music" ], "countries": [ "Germany" ], "languages": [ "English", "French", "German" ], "rated": "Not rated or unkown rating", "company": "Universum Film (UFA)" }