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/19532?format=api
{ "id": 19532, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19532?format=api", "title": "I vichinghi", "original_title": "The Viking", "year": 1928, "date_published": "1930-01-01", "duration": 90, "description": "Vikings compete for power and the love of a woman.", "long_description": "Yes, it's true, an all color silent movie! The title refers to Leif Ericsson, who leaves Norway to search for new lands west of Greenland. On the way he vies for the love of Helga with his companion Egil and Alwin, an English slave. More conflict arises when he stops at the colony of his father (Eric the Red) in Greenland, for Leif has converted to Christianity, which his father hates. He also has to deal with the unrest of his crew, who fear falling off the edge of the Earth.", "avg_vote": "6.6", "imdb_score": "6.6", "votes": 349, "metascore": null, "budget": 325000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 13, "reviews_from_critics": 4, "image_url": "https://m.media-amazon.com/images/M/MV5BOWEzNjBhNTctYTIxZi00ZmVmLTg2YjUtYTVlODZiNmY4OTUzXkEyXkFqcGdeQXVyMzI5NDcxNzI@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert MacQuarrie", "Anders Randolf", "Claire McDowell", "Donald Crisp", "Harry Woods", "Julia Swayne Gordon", "LeRoy Mason", "Pauline Starke", "Richard Alexander", "Roy Stewart", "Torben Meyer" ], "directors": [ "Roy William Neill" ], "writers": [ "Jack Cunningham", "Ottilie A. Liljencrantz" ], "genres": [ "Action", "Adventure", "History" ], "countries": [ "USA" ], "languages": [ "English", "None" ], "rated": "Not rated or unkown rating", "company": "Technicolor" }