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/19489?format=api
{ "id": 19489, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19489?format=api", "title": "The Trail of '98", "original_title": "The Trail of '98", "year": 1928, "date_published": "1928-03-20", "duration": 87, "description": "Fortune hunters from all over the country rush to the Klondike in 1897 to seek their fortunes in the gold are tested by hardships of the journey.", "long_description": "The Klondike gold strike of 1897 inspires fortune-seekers to head for Alaska. Joe and Jim, brothers from South Carolina; Lars, escaping a shrewish wife in Michigan; a poor farmer from Kansas; weathered prospectors from Nevada; and countless others leave San Francisco by ship. The Bulkys head north to open a restaurant, bringing a poor relative, Berna, along to help. On board Berna meets Larry and falls in love. The overland route to Dawson City is hazardous and arduous. Each person must carry their own food, a ton of it. That means traveling 80 miles back and forth to advance one mile, carrying 50 pounds a trip. The Chilkoot Pass is one of the worst sections of the trail. In the spring the trekkers take to the rivers, swollen by melting ice. Whitehorse Rapids proves the last and biggest obstacle to reaching the gold fields. But that's not the end of the hardships. Claim jumping, blizzards, fires, and Berna's honor at stake are to be faced before striking it rich.", "avg_vote": "6.9", "imdb_score": "6.9", "votes": 362, "metascore": null, "budget": 2000000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 14, "reviews_from_critics": 4, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY2ODAyOTgyOV5BMl5BanBnXkFtZTgwODk1NTQzMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Cesare Gravina", "Dolores del Rio", "Doris Lloyd", "E. Alyn Warren", "Emily Fitzroy", "George Cooper", "Harry Carey", "Johnny Downs", "Karl Dane", "Ralph Forbes", "Ray Gallagher", "Ray Hallor", "Russell Simpson", "Tenen Holtz", "Tully Marshall" ], "directors": [ "Clarence Brown" ], "writers": [ "Benjamin Glazer", "Robert W. Service" ], "genres": [ "Action", "Adventure", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }