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/20547?format=api
{ "id": 20547, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20547?format=api", "title": "Verdun, visions d'histoire", "original_title": "Verdun, visions d'histoire", "year": 1928, "date_published": "1928-11-23", "duration": 151, "description": "Dramatic re-enactment of the battle of Verdun during World War I, as seen by both French and German sides.", "long_description": "The German troops are entering the Meuse. The French soldier calmly awaits the shock. All the villages have been evacuated; wives have been torn apart from their husbands, who stay to defend the land the old farmer won't abandon. The German offensive takes place on February 21st, 1916. Following intense bombing from 7.15 am to 5 pm, flocks of German soldiers dash through the bois des Caures.", "avg_vote": "6.9", "imdb_score": "6.9", "votes": 112, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 3, "reviews_from_critics": 5, "image_url": "https://m.media-amazon.com/images/M/MV5BYjk3NDZmNjEtMDgyZi00ZmIzLWFmNjQtYTE3NjdmNzM3NmJlXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert Préjean", "André Nox", "Antonin Artaud", "Berthe Jalabert", "Daniel Mendaille", "Hans Brausewetter", "Henri Delannoy", "Jean Dehelly", "Jeanne Marie-Laurent", "José Davert", "Maurice Schutz", "Paul Amiot", "Pierre Nay", "Suzanne Bianchetti", "Thomy Bourdelle" ], "directors": [ "Léon Poirier" ], "writers": [ "Léon Poirier" ], "genres": [ "History", "War" ], "countries": [ "France" ], "languages": [ "French" ], "rated": "Not rated or unkown rating", "company": "Compagnie Universelle Cinématographique (CUC)" }