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/16205?format=api
{ "id": 16205, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16205?format=api", "title": "Paths to Paradise", "original_title": "Paths to Paradise", "year": 1925, "date_published": "1925-06-29", "duration": 78, "description": "A con-woman has a nice business going in fleecing gullible tourists who want a genuine 'underworld' experience -- but the tables are turned when one of her victims turns out to be less ...", "long_description": "A con-woman has a nice business going in fleecing gullible tourists who want a genuine 'underworld' experience -- but the tables are turned when one of her victims turns out to be less innocent than he looks! Dodging the city detective who knows her by sight and wants her to \"go straight\", she next sets her sights on a valuable diamond pendant; but when her elegant nemesis turns up at the scene of the would-be crime, it becomes a race to see who can carry out the con first...", "avg_vote": "6.7", "imdb_score": "6.7", "votes": 128, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 7, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BOTc5NGYxNDAtYzk1MC00MGVjLThjZjctOTc3MWMyMjA1MDM5L2ltYWdlXkEyXkFqcGdeQXVyMTE2NzA0Ng@@._V1_UY268_CR6,0,182,268_AL_.jpg", "actors": [ "Bert Woodruff", "Betty Compson", "Clem Beauchamp", "Fred Kelsey", "Raymond Griffith", "Tom Santschi" ], "directors": [ "Clarence G. Badger" ], "writers": [ "Keene Thompson", "Paul Armstrong" ], "genres": [ "Comedy", "Crime", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }