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/18192?format=api
{ "id": 18192, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18192?format=api", "title": "Napoleone", "original_title": "Napoléon vu par Abel Gance", "year": 1927, "date_published": "1927-04-07", "duration": 240, "description": "A film about the French general's youth and early military career.", "long_description": "A massive six-hour biopic of Napoleon, tracing his career from his schooldays (where a snowball fight is staged like a military campaign), his flight from Corsica, through the French Revolution (where a real storm is intercut with a political storm) and the Terror, culminating in his triumphant invasion of Italy in 1797 (the film stops there because it was intended to be part one of six, but director Abel Gance never raised the money to make the other five). The film's legendary reputation is due to the astonishing range of techniques that Gance uses to tell his story, culminating in the final twenty-minute triptych sequence, which alternates widescreen panoramas with complex multiple- image montages projected simultaneously on three screens.", "avg_vote": "8.1", "imdb_score": "8.1", "votes": 6963, "metascore": null, "budget": 20000000, "budget_currency": "FRF", "usa_gross_income": null, "worldwide_gross_income": 39448, "reviews_from_users": 66, "reviews_from_critics": 44, "image_url": "https://m.media-amazon.com/images/M/MV5BZjI4MDEzNTktMGU4ZC00YjFiLTg4OWEtNzNkMWVlY2YwOTdjXkEyXkFqcGdeQXVyNjEwMTA0NTc@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Abel Gance", "Acho Chakatouny", "Albert Dieudonné", "Alexandre Koubitzky", "Antonin Artaud", "Edmond Van Daële", "Eugénie Buffet", "Gina Manès", "Marguerite Gance", "Nicolas Koline", "Philippe Hériat", "Pierre Batcheff", "Suzanne Bianchetti", "Vladimir Roudenko", "Yvette Dieudonné" ], "directors": [ "Abel Gance" ], "writers": [ "Abel Gance" ], "genres": [ "Biography", "Drama", "History" ], "countries": [ "France" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Ciné France" }