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/17271?format=api
{ "id": 17271, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/17271?format=api", "title": "Secondo la legge", "original_title": "Po zakonu", "year": 1926, "date_published": "1926-12-03", "duration": 80, "description": "A five-person team of gold prospectors in the Yukon has just begun to enjoy great success when one of the members snaps, and suddenly kills two of the others. The two survivors, a husband ...", "long_description": "A five-person team of gold prospectors in the Yukon has just begun to enjoy great success when one of the members snaps, and suddenly kills two of the others. The two survivors, a husband and wife, subdue the killer but are then faced with an agonizing dilemma. With no chance of turning him over to the authorities for many weeks, they must decide whether to exact justice themselves or to risk trying to keep him restrained until they can return to civilization.", "avg_vote": "7.7", "imdb_score": "7.7", "votes": 937, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 10, "reviews_from_critics": 15, "image_url": "https://m.media-amazon.com/images/M/MV5BOTkyZTM0YjQtZDNmZC00Y2I4LTgzNjUtY2NlNGI3N2FmNmUzXkEyXkFqcGdeQXVyNTEzMzAyOTQ@._V1_UY268_CR5,0,182,268_AL_.jpg", "actors": [ "Aleksandra Khokhlova", "Fred Forell", "Porfiri Podobed", "Pyotr Galadzhev", "Sergey Komarov", "Vladimir Fogel" ], "directors": [ "Lev Kuleshov" ], "writers": [ "Jack London", "Lev Kuleshov" ], "genres": [ "Drama" ], "countries": [ "Soviet Union" ], "languages": [ "Russian" ], "rated": "Not rated or unkown rating", "company": "Goskino" }