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/19286?format=api
{ "id": 19286, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19286?format=api", "title": "Tempeste sull'Asia", "original_title": "Potomok Chingis-Khana", "year": 1928, "date_published": "1962-02-16", "duration": 127, "description": "After a run-in with the law, a Mongolian man becomes a fugitive and joins the Russian Civil War.", "long_description": "In 1918 a simple Mongolian herdsman escapes to the hills after brawling with a western capitalist fur trader who cheats him. In 1920 he helps the partisans fight for the Soviets against the occupying army. However he is captured when the army tries to requisition cattle from the herdsmen at the same time as the commandant meets with the reincarnated Grand Lama. After being shot, the army discovers an amulet that suggests he was a direct descendant of Genghis Khan. They find him still alive, so the army restores his health and plans to use him as the head of a Mongolian puppet regime.", "avg_vote": "7.1", "imdb_score": "7.1", "votes": 1844, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 14, "reviews_from_critics": 15, "image_url": "https://m.media-amazon.com/images/M/MV5BMTg0Mjg5ODAwNV5BMl5BanBnXkFtZTgwMzE3ODgwMjE@._V1_UY268_CR11,0,182,268_AL_.jpg", "actors": [ "Aleksandr Chistyakov", "Anel Sudakevich", "Bilinskaya", "Boris Barnet", "Fyodor Ivanov", "I. Dedintsev", "I. Inkizhinov", "Karl Gurnyak", "V. Pro", "Valéry Inkijinoff", "Viktor Tsoppi" ], "directors": [ "Vsevolod Pudovkin" ], "writers": [ "I. Novokshenov", "Osip Brik" ], "genres": [ "Drama", "War" ], "countries": [ "Soviet Union" ], "languages": [ "Russian" ], "rated": "Not rated or unkown rating", "company": "Mezhrabpomfilm" }