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/10162?format=api
{ "id": 10162, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10162?format=api", "title": "Getting Mary Married", "original_title": "Getting Mary Married", "year": 1919, "date_published": "1919-04-19", "duration": 65, "description": "A young woman must resist the charms of a handsome stranger and stay single if she wants to inherit a fortune.", "long_description": "According to the terms of her step-father's will, if Mary Bussard is able to stay with her brother's family and resist marriage for one year, she will become a very rich woman. Her brother, meanwhile, would also very much like to inherit the money, and concocts a scheme to trap her, but he isn't the only one with a plan up their sleeve.", "avg_vote": "6.5", "imdb_score": "6.4", "votes": 205, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 4, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BNGVlN2Y3MzUtYzBjNi00MTFiLTkzNDMtOTc0OTRhOTYzZDVjXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Amelia Summerville", "Constance Beaumar", "Elmer Grandin", "Frederick Burton", "Helen Lindroth", "Marion Davies", "Matt Moore", "Norman Kerry" ], "directors": [ "Allan Dwan" ], "writers": [ "Anita Loos", "John Emerson" ], "genres": [ "Comedy" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Marion Davies Film Corporation" }