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/20556?format=api
{ "id": 20556, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20556?format=api", "title": "L'uomo della Virginia", "original_title": "The Virginian", "year": 1929, "date_published": "1929-11-09", "duration": 91, "description": "A good-natured cowboy who is romancing the new schoolmarm has a crisis of conscience when he discovers his best friend is engaged in cattle rustling.", "long_description": "Molly Wood arrives in a small western town to be the new schoolmarm. The Virginian, foreman on a local ranch, and Steve, his best fiend, soon become rivals for her affection. Steve falls in with bad guys led by Trampas, and the Virginian catches him cattle rustling. As foreman, he must give the order to hang his friend. Trampas gets away, but returns in time for the obligatory climactic shootout in the streets.", "avg_vote": "6.8", "imdb_score": "6.8", "votes": 671, "metascore": null, "budget": 425000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 13, "reviews_from_critics": 10, "image_url": "https://m.media-amazon.com/images/M/MV5BNGY4ZDA4YWYtODBhOC00NmQyLTg0OTctYTQ2Mzc2Zjc0N2ExXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Chester Conklin", "E.H. Calvert", "Eugene Pallette", "Gary Cooper", "Helen Ware", "Mary Brian", "Richard Arlen", "Victor Potel", "Walter Huston" ], "directors": [ "Victor Fleming" ], "writers": [ "Kirk La Shelle", "Owen Wister" ], "genres": [ "Romance", "Western" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }