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/15532?format=api
{ "id": 15532, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15532?format=api", "title": "Le avventure del principe Achmed", "original_title": "Die Abenteuer des Prinzen Achmed", "year": 1926, "date_published": "1928-01-01", "duration": 80, "description": "A handsome prince rides a flying horse to faraway lands and embarks on magical adventures, which include befriending a witch, meeting Aladdin, battling demons and falling in love with a princess.", "long_description": "Based on stories from \"The Arabian Nights.\" A wicked sorcerer tricks Prince Achmed into riding a magical flying horse. The heroic prince is able to subdue the magical horse, which he uses to fly off to many adventures. While travelling, he falls in love with the beautiful Princess Pari Banu, and must defeat an army of demons to win her heart. The entire film is animated using the silhouette technique, which employs movable cardboard and metal cutouts posed in front of illuminated sheets of glass.", "avg_vote": "7.8", "imdb_score": "7.8", "votes": 5399, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": 100156, "reviews_from_users": 47, "reviews_from_critics": 47, "image_url": "https://m.media-amazon.com/images/M/MV5BMmQyN2Y1NWEtNTk3ZS00YjU3LThkOGItNDQ0NmEwZmFkYzVjXkEyXkFqcGdeQXVyNTAzNTYzMDQ@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Unknown" ], "directors": [ "Carl Koch", "Lotte Reiniger" ], "writers": [ "Unknown" ], "genres": [ "Adventure", "Animation", "Family" ], "countries": [ "Germany" ], "languages": [ "None" ], "rated": "Not rated or unkown rating", "company": "Comenius-Film GmbH" }