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/18773?format=api
{ "id": 18773, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18773?format=api", "title": "Il circo", "original_title": "The Circus", "year": 1928, "date_published": "1928-10-01", "duration": 72, "description": "The Tramp finds work and the girl of his dreams at a circus.", "long_description": "The Tramp finds himself at a circus where he is promptly chased around by the police who think he is a pickpocket. Running into the Bigtop, he is an accidental sensation with his hilarious efforts to elude the police. The circus owner immediately hires him, but discovers that the Tramp cannot be funny on purpose, so he takes advantage of the situation by making the Tramp a janitor who just happens to always be in the Bigtop at showtime. Unaware of this exploitation, the Tramp falls for the owner's lovely acrobatic stepdaughter, who is abused by her father. His chances seem good, until a dashing rival comes in and Charlie feels he has to compete with him.", "avg_vote": "8.1", "imdb_score": "8.1", "votes": 29562, "metascore": "90.0", "budget": 900000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": 26916, "reviews_from_users": 327, "reviews_from_critics": 65, "image_url": "https://m.media-amazon.com/images/M/MV5BM2QwYWQ0MWMtNzcwOC00N2Q2LWE1MDEtZmQxZjhiM2U1YzFhXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Al Ernest Garcia", "Charles Chaplin", "George Davis", "Harry Crocker", "Henry Bergman", "John Rand", "Merna Kennedy", "Steve Murphy", "Tiny Sandford" ], "directors": [ "Charles Chaplin" ], "writers": [ "Charles Chaplin" ], "genres": [ "Comedy", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Charles Chaplin Productions" }