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/23395?format=api
{ "id": 23395, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23395?format=api", "title": "Ricco e bizzarro", "original_title": "Rich and Strange", "year": 1931, "date_published": "1932-06-13", "duration": 92, "description": "Believing that an unexpected inheritance will bring them happiness, a married couple instead finds their relationship strained to the breaking point.", "long_description": "Fred and Emily Hill are leading a boring life in London. They receive a big inheritance by a rich relative and now they can realize all their dreams. They leave for a cruise behaving as rich people....but this is the beginning of the end. Richness makes they soon forget their love and family.", "avg_vote": "5.8", "imdb_score": "5.8", "votes": 3945, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 63, "reviews_from_critics": 31, "image_url": "https://m.media-amazon.com/images/M/MV5BNmVhOTgyMDMtZWNlMC00OWIzLWEzYzctYTNmM2I5MjNlNmFmXkEyXkFqcGdeQXVyNzU3ODA2Mg@@._V1_UY268_CR4,0,182,268_AL_.jpg", "actors": [ "Betty Amann", "Elsie Randolph", "Henry Kendall", "Joan Barry", "Percy Marmont" ], "directors": [ "Alfred Hitchcock" ], "writers": [ "Alfred Hitchcock", "Dale Collins" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "UK" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "British International Pictures (BIP)" }