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/10925?format=api
{ "id": 10925, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10925?format=api", "title": "Yankee Doodle in Berlin", "original_title": "Yankee Doodle in Berlin", "year": 1919, "date_published": "1919-03-02", "duration": 58, "description": "Behind enemy lines, Captain Bob White disguises himself as a woman in order to fool members of the German High Command, including the Kaiser himself.", "long_description": "Captain Bob White, an American aviator is sent on a dangerous mission to Germany to steal the enemy's plans for an expected drive. Bob impersonates a woman in order to entrap the Kaiser whose weakness for women is well known. Bob flirts with the Kaiser, Hindenburg, and the Crown Prince, and each one becomes jealous of the others. Bob lures the Kaiser to his downfall with an Oriental dance. Hindenburg tells the Kaiser's wife that her husband is visiting a woman in her chambers, and the results prove disastrous for all three men. Bob eventually gains the military secrets and the enemy is defeated in time.", "avg_vote": "5.5", "imdb_score": "5.5", "votes": 725, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 6, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BMWE2MTMxZWEtYTNlOC00NTNkLWIxYTEtMzAwZmIwODFkNmI2XkEyXkFqcGdeQXVyMDY4MzkyNw@@._V1_UY268_CR14,0,182,268_AL_.jpg", "actors": [ "Ben Turpin", "Bert Roach", "Bothwell Browne", "Charles Murray", "Chester Conklin", "Eva Thatcher", "Ford Sterling", "Heinie Conklin", "Joseph Belmont", "Malcolm St. Clair", "Marie Prevost" ], "directors": [ "F. Richard Jones" ], "writers": [ "Mack Sennett" ], "genres": [ "Comedy" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Mack Sennett Comedies" }